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