qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] usb: usb host adapter hotplug


From: arei.gonglei
Subject: [Qemu-devel] [PATCH 0/6] usb: usb host adapter hotplug
Date: Fri, 30 May 2014 20:22:16 +0800

From: Gonglei <address@hidden>

add support for usb host adapter hotplug, as the same
as other pci devices.

Gerd, I want to add some qtest for usb host adapters,
would you please pull the ehci/uhci tests added by you
a few days ago. Thanks!

Gonglei (6):
  usb: add usb_bus_release function
  usb-ohci: add exit function
  usb-uhci: clean up uhci resource when pci-uhci exit
  usb-ehci-pci: add exit function
  usb-xhci: add exit function
  usb: tag usb host controller as hotpluggable

 hw/usb/bus.c          |  8 ++++++++
 hw/usb/hcd-ehci-pci.c | 18 +++++++++++++++++-
 hw/usb/hcd-ohci.c     | 14 +++++++++++++-
 hw/usb/hcd-uhci.c     |  5 ++++-
 hw/usb/hcd-xhci.c     | 37 ++++++++++++++++++++++++++++++++++++-
 include/hw/usb.h      |  1 +
 6 files changed, 79 insertions(+), 4 deletions(-)

-- 
1.7.12.4





reply via email to

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