qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/5] tests: add usb host adapter qtest cases


From: Gonglei (Arei)
Subject: Re: [Qemu-devel] [PATCH 0/5] tests: add usb host adapter qtest cases
Date: Fri, 20 Jun 2014 01:51:54 +0000

Good morning, 
 Gerd & Andreas

> -----Original Message-----
> From: Gerd Hoffmann [mailto:address@hidden
> Sent: Thursday, June 19, 2014 9:47 PM
> To: Andreas Färber
> Cc: Gonglei (Arei); address@hidden; address@hidden;
> address@hidden; address@hidden; Huangweidong (C); Luonengjun
> Subject: Re: [PATCH 0/5] tests: add usb host adapter qtest cases
> 
>   Hi,
> 
> > Can't tell what Gerd had in mind for hcd hotplug sharing,
> 
> something like:
> 
> usb_hcd_hotplug(char *hcd)
> {
>    /*
>       here:
>       device_add $hcd,id=testhcd
>       device_add usb-tablet,bus=testhcd.0
>       device_del testhcd
>     */
> }
> 
> uhci_hotplug_test()
> {
>     usb_hcd_hotplug("piix4-usb-uhci");
> }
> 
> ohci_hotplug_test()
> {
>     usb_hcd_hotplug("pci-ohci");
> }
> 
> [ ... ]
> 
> cheers,
>   Gerd
> 
OK, I will post a new version including your all suggestion, thanks!

Best regards,
-Gonglei

reply via email to

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