Re: [Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug

2014-06-12 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Thursday, June 12, 2014 7:33 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH v3 00/10] usb: usb host adapter hotplug > > On Mi, 2014-06

Re: [Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug

2014-06-12 Thread Gerd Hoffmann
On Mi, 2014-06-11 at 09:23 +, Gonglei (Arei) wrote: > Hi, > > Gerd, do you plan to apply and pull the patch serials? Thanks! Series looks sane, I want run some stress tests on them before committing though. Havn't found yet the time to do that. > I have finished some qtest cases for usb hos

Re: [Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug

2014-06-11 Thread Gonglei (Arei)
Hi, Gerd, do you plan to apply and pull the patch serials? Thanks! I have finished some qtest cases for usb host adapters hotpug/unplug. Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Wednesday, June 04, 2014 4:32 PM > To: qemu-devel@nongnu.org > Cc: kra..

[Qemu-devel] [PATCH v3 00/10] usb: usb host adapter hotplug

2014-06-04 Thread arei.gonglei
From: Gonglei add support for usb host adapter hotplug, as the same as other pci devices. change since v2: * add ehci unrealize function suggested by Gerd. * add usb host adapters exit trace. * rebase on latest qemu master tree. changes since v1: * rework usb_bus_release function suggested