qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/9] usb: usb host adapter hotplug
@ 2014-06-03 10:54 arei.gonglei
  2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 1/9] usb: add usb_bus_release function arei.gonglei
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: arei.gonglei @ 2014-06-03 10:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: weidong.huang, Gonglei, luonengjun, kraxel, peter.huangpeng

From: Gonglei <arei.gonglei@huawei.com>

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

changes since v1:
 * rework usb_bus_release function suggested by Gerd.
 * add more completely resource cleanup for every usb host adapter.
 * fix memory leak.

Gonglei (9):
  usb: add usb_bus_release function
  usb-ohci: Fix memory leak for ohci timer
  usb-ohci: add exit function
  usb-uhci: clean up uhci resource when pci-uhci exit
  usb-ehci: add vmstate properity for EHCIState
  usb-ehci: expose ehci_queues_rip_all
  usb-ehci: add ehci-pci device exit function
  usb-xhci: add exit function
  usb: tag usb host controller as hotpluggable

 hw/usb/bus.c          |  7 +++++++
 hw/usb/hcd-ehci-pci.c | 34 +++++++++++++++++++++++++++++++++-
 hw/usb/hcd-ehci.c     |  4 ++--
 hw/usb/hcd-ehci.h     |  2 ++
 hw/usb/hcd-ohci.c     | 26 ++++++++++++++++++++++++--
 hw/usb/hcd-uhci.c     | 17 ++++++++++++++++-
 hw/usb/hcd-xhci.c     | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 include/hw/usb.h      |  1 +
 8 files changed, 131 insertions(+), 7 deletions(-)

-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-06-04  6:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 10:54 [Qemu-devel] [PATCH v2 0/9] usb: usb host adapter hotplug arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 1/9] usb: add usb_bus_release function arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 2/9] usb-ohci: Fix memory leak for ohci timer arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 3/9] usb-ohci: add exit function arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 4/9] usb-uhci: clean up uhci resource when pci-uhci exit arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 5/9] usb-ehci: add vmstate properity for EHCIState arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 6/9] usb-ehci: expose ehci_queues_rip_all arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 7/9] usb-ehci: add ehci-pci device exit function arei.gonglei
2014-06-04  6:09   ` Gerd Hoffmann
2014-06-04  6:22     ` Gonglei (Arei)
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 8/9] usb-xhci: add " arei.gonglei
2014-06-03 10:54 ` [Qemu-devel] [PATCH v2 9/9] usb: tag usb host controller as hotpluggable arei.gonglei
2014-06-04  6:11 ` [Qemu-devel] [PATCH v2 0/9] usb: usb host adapter hotplug Gerd Hoffmann
2014-06-04  6:40   ` Gonglei (Arei)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).