qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] usb: make host adapters hot-pluggable
@ 2014-09-16  6:43 Gerd Hoffmann
  2014-09-16  6:43 ` [Qemu-devel] [PATCH 1/5] usb: tag xhci as hotpluggable Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2014-09-16  6:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This series the usb host adapters hot-pluggable.  Problem is that we
can NOT hotplug host adapters which are part of a companion setup.  The
way this is tackled now is to split the usb host adapter variants into
two groups:

  * All ich9-* variants (both uhci and ehci) support companion controller
    and are NOT hot-pluggable.
  * All other variants do NOT support companion controller setups and
    can be hotplugged.

[ ohci is to be done, we have only one type there, so we have to create
  a new one and put the existing into one of the two groups,  /me wants
  collect feedback on the approach though. ]

Comments?  Other suggestions?

cheers,
  Gerd

Gerd Hoffmann (4):
  usb: tag xhci as hotpluggable
  usb: tag standalone uhci as hotpluggable
  usb: tag standalone ehci as hotpluggable
  [wip] usb: tag ohci as hotpluggable

Gonglei (1):
  tests: add usb hcds hotplugging qtest

 hw/usb/hcd-ehci-pci.c        | 12 ++++++-
 hw/usb/hcd-ehci.c            |  8 +++--
 hw/usb/hcd-ehci.h            |  1 +
 hw/usb/hcd-ohci.c            |  1 -
 hw/usb/hcd-uhci.c            | 16 +++++++--
 hw/usb/hcd-xhci.c            |  1 -
 tests/Makefile               |  2 ++
 tests/usb-hcd-hotplug-test.c | 86 ++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 119 insertions(+), 8 deletions(-)
 create mode 100644 tests/usb-hcd-hotplug-test.c

-- 
1.8.3.1

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

end of thread, other threads:[~2014-09-16  7:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16  6:43 [Qemu-devel] [PATCH 0/5] usb: make host adapters hot-pluggable Gerd Hoffmann
2014-09-16  6:43 ` [Qemu-devel] [PATCH 1/5] usb: tag xhci as hotpluggable Gerd Hoffmann
2014-09-16  6:43 ` [Qemu-devel] [PATCH 2/5] usb: tag standalone uhci " Gerd Hoffmann
2014-09-16  6:43 ` [Qemu-devel] [PATCH 3/5] usb: tag standalone ehci " Gerd Hoffmann
2014-09-16  6:43 ` [Qemu-devel] [PATCH 4/5] [wip] usb: tag ohci " Gerd Hoffmann
2014-09-16  6:43 ` [Qemu-devel] [PATCH 5/5] tests: add usb hcds hotplugging qtest Gerd Hoffmann
2014-09-16  7:40 ` [Qemu-devel] [PATCH 0/5] usb: make host adapters hot-pluggable 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).