[libvirt] [PATCH v2 0/8] Usb hub Cold(un)plug and hot(un)plug support

Han Han hhan at redhat.com
Fri Oct 12 08:50:06 UTC 2018


v1: https://www.redhat.com/archives/libvir-list/2018-October/msg00563.html

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1375423

Han Han (8):
  qemu: Allow coldplugging of hub device
  qemu: Allow coldunplugging of hub device
  qemu_alias: Refactor hub alias assignment for hotplug
  qemu_command: Make qemuBuildHubDevStr global
  private_syms: add virDomainHubDefFree to libvirt_private.syms
  qemu: implement usb hub device hotplug
  qemu: implement usb hub device hotunplug
  news: Cold(un)plug and hot(un)plug support for usb hub device

 docs/news.xml            |   5 ++
 src/conf/domain_conf.c   |  30 +++++++++
 src/conf/domain_conf.h   |   3 +
 src/libvirt_private.syms |   2 +
 src/qemu/qemu_alias.c    |  22 +++++--
 src/qemu/qemu_alias.h    |   4 ++
 src/qemu/qemu_command.c  |   2 +-
 src/qemu/qemu_command.h  |   4 ++
 src/qemu/qemu_driver.c   |  30 +++++++--
 src/qemu/qemu_hotplug.c  | 132 ++++++++++++++++++++++++++++++++++++++-
 src/qemu/qemu_hotplug.h  |  12 ++++
 11 files changed, 236 insertions(+), 10 deletions(-)

-- 
2.19.1




More information about the libvir-list mailing list