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: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/5] tests: add usb host adapter qtest cases
Date: Thu, 19 Jun 2014 15:46:50 +0200

  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





reply via email to

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