qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model


From: Gerd Hoffmann
Subject: Re: [PATCH 3/3] usb/hcd-xhci: Split pci wrapper for xhci base model
Date: Tue, 3 Mar 2020 11:14:45 +0100

On Mon, Mar 02, 2020 at 03:05:24PM +0530, Sai Pavan Boddu wrote:
> This patch sets the base to use xhci as sysbus model, for which pci
> specific hooks are moved to hcd-xhci-pci.c. As a part of this requirment
> msi/msix interrupts handling is moved under XHCIPCIState. Made required
> changes for qemu-xhci-nec.

> +static void usb_xhci_pci_realize(struct PCIDevice *dev, Error **errp)
> +{

> +    s->xhci->as = pci_get_address_space(dev);
> +}

Ah, here it is.  Should be in patch 1, otherwise the series isn't
bisecttable due to the temporary breakage.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]