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

2020-07-22 Thread Markus Armbruster
Thomas Huth writes: > Hi, > > On 22/07/2020 09.49, Sai Pavan Boddu wrote: > [...] >>> + * This library is free software; you can redistribute it and/or >>> + * modify it under the terms of the GNU Lesser General Public >>> + * License as published by the Free Software Foundation; eit

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

2020-07-22 Thread Thomas Huth
Hi, On 22/07/2020 09.49, Sai Pavan Boddu wrote: [...] >> + * This library is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU Lesser General Public >> + * License as published by the Free Software Foundation; either >> + * version 2 of the

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

2020-07-22 Thread Sai Pavan Boddu
s ; > 'Marc-André Lureau' ; Ying Fang > ; Paolo Bonzini > Subject: Re: [PATCH v2 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd- > xhci-pci.c > > On 20/07/2020 10.00, Sai Pavan Boddu wrote: > > HI Philippe, > > > >> -Original Message- >

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

2020-07-20 Thread Sai Pavan Boddu
s ; > 'Marc-André Lureau' ; Ying Fang > ; Paolo Bonzini > Subject: Re: [PATCH v2 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd- > xhci-pci.c > > On 6/25/20 10:06 AM, Markus Armbruster wrote: > > Sai Pavan Boddu writes: > > > >> Move pci specific de

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

2020-07-20 Thread Thomas Huth
ter Maydell >> ; Eduardo Habkost ; >> qemu-devel@nongnu.org; Alistair Francis ; >> 'Marc-André Lureau' ; Ying Fang >> ; Paolo Bonzini >> Subject: Re: [PATCH v2 2/3] usb/hcd-xhci: Move qemu-xhci device to hcd- >> xhci-pci.c >> >> On 6/25/20 10:06

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

2020-06-25 Thread Philippe Mathieu-Daudé
On 6/25/20 10:06 AM, Markus Armbruster wrote: > Sai Pavan Boddu writes: > >> 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/hcd-xhci-pci.c | 64 >> +

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

2020-06-25 Thread Markus Armbruster
Sai Pavan Boddu writes: > 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/hcd-xhci-pci.c | 64 > +++ > hw/usb/hcd-

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

2020-06-24 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/hcd-xhci-pci.c | 64 +++ hw/usb/hcd-xhci.c | 32 ++