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

Han Han posted 8 patches 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181012085014.15743-1-hhan@redhat.com
Test syntax-check passed
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(-)
[libvirt] [PATCH v2 0/8] Usb hub Cold(un)plug and hot(un)plug support
Posted by Han Han 5 years, 6 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list