[libvirt] [PATCH v3 00/10] Cold(un)plug and hot(un)plug support for hub

Han Han posted 10 patches 5 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181112035925.22376-1-hhan@redhat.com
Test syntax-check passed
docs/news.xml            |  10 ++
src/conf/domain_addr.c   |  22 +++++
src/conf/domain_addr.h   |   5 +
src/conf/domain_conf.c   |  30 ++++++
src/conf/domain_conf.h   |   3 +
src/libvirt_private.syms |   3 +
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  | 203 ++++++++++++++++++++++++++++++++++++++-
src/qemu/qemu_hotplug.h  |   8 ++
13 files changed, 336 insertions(+), 10 deletions(-)
[libvirt] [PATCH v3 00/10] Cold(un)plug and hot(un)plug support for hub
Posted by Han Han 5 years, 4 months ago
Changes from v2:
- Add codes to check if hub is busy before hotunplug. (I am not sure if
  I covered all the usb devices in qemuDomainHubIsBusy. Please help to
  review it :) )
- Remove wrongly pasted codes
- Update titles of commit msgs
- Update news.xml

v2: https://www.redhat.com/archives/libvir-list/2018-October/msg00719.html

Han Han (10):
  qemu: Allow coldplugging of hub device
  qemu: Allow coldunplugging of hub device
  qemu: Refactor hub alias assignment for hotplug
  qemu: Make qemuBuildHubDevStr global
  conf: Add virDomainHubDefFree to libvirt_private.syms
  qemu: Implement usb hub device hotplug
  conf: Add function virDomainUSBAddressIsAttachedToHub
  qemu: Check whether hub device is busy
  qemu: Implement usb hub device hotunplug
  news: Cold(un)plug and hot(un)plug support for usb hub

 docs/news.xml            |  10 ++
 src/conf/domain_addr.c   |  22 +++++
 src/conf/domain_addr.h   |   5 +
 src/conf/domain_conf.c   |  30 ++++++
 src/conf/domain_conf.h   |   3 +
 src/libvirt_private.syms |   3 +
 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  | 203 ++++++++++++++++++++++++++++++++++++++-
 src/qemu/qemu_hotplug.h  |   8 ++
 13 files changed, 336 insertions(+), 10 deletions(-)

-- 
2.19.1

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