RE: [PATCH v4 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c

2020-09-02 Thread Sai Pavan Boddu
sco Eduardo Iglesias > > Cc: qemu-devel@nongnu.org; Alistair Francis ; > Eduardo Habkost ; Ying Fang > ; Vikram Garhwal ; Paul > Zimmerman > Subject: Re: [PATCH v4 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd- > xhci-pci.c > > On 8/28/20 9:19 PM, Sai Pavan Boddu w

Re: [PATCH v4 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c

2020-09-01 Thread Philippe Mathieu-Daudé
On 8/28/20 9:19 PM, Sai Pavan Boddu wrote: > Move pci specific devices to new file. This set the environment to move all > pci specific hooks in hcd-xhci.c to hcd-xhci-pci.c. > > Signed-off-by: Sai Pavan Boddu > --- > hw/usb/Kconfig| 6 + > hw/usb/Makefile.objs | 1 + > hw/usb/hcd

[PATCH v4 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c

2020-08-28 Thread Sai Pavan Boddu
Move pci specific devices to new file. This set the environment to move all pci specific hooks in hcd-xhci.c to hcd-xhci-pci.c. Signed-off-by: Sai Pavan Boddu --- hw/usb/Kconfig| 6 + hw/usb/Makefile.objs | 1 + hw/usb/hcd-xhci-pci.c | 66 ++