[libvirt] [PATCH 00/12] qemu: input device hotplug

Ján Tomko jtomko at redhat.com
Tue Oct 17 15:04:32 UTC 2017


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

Ján Tomko (12):
  conf: audit passthrough input devices at domain startup
  qemuDomainAttachControllerDevice: remove dead code
  qemuDomainAttachRNGDevice: do not access source.file randomly
  Move qemuCheckCCWS390AddressSupport to qemu_domain
  Split out qemuDomainEnsureVirtioAddress
  Use qemuDomainEnsureVirtioAddress where possible
  qemu: allow coldplugging input devices
  qemu: allow cold unplugging of input devices
  split out qemuAssignDeviceInputAlias
  Introduce qemuBuildInputDevStr
  qemu: implement input device hotplug
  qemu: implement input device hotunplug

 src/conf/domain_audit.c        |  44 ++++++++
 src/conf/domain_audit.h        |   5 +
 src/conf/domain_conf.c         |  37 +++++++
 src/conf/domain_conf.h         |   3 +
 src/libvirt_private.syms       |   3 +
 src/qemu/qemu_alias.c          |  24 ++++-
 src/qemu/qemu_alias.h          |   3 +
 src/qemu/qemu_command.c        |  82 +++++---------
 src/qemu/qemu_command.h        |  12 ++-
 src/qemu/qemu_domain.c         |  40 +++++++
 src/qemu/qemu_domain.h         |   5 +
 src/qemu/qemu_domain_address.c |  45 ++++++++
 src/qemu/qemu_domain_address.h |   4 +
 src/qemu/qemu_driver.c         |  25 ++++-
 src/qemu/qemu_hotplug.c        | 239 +++++++++++++++++++++++++++--------------
 src/qemu/qemu_hotplug.h        |   8 ++
 16 files changed, 436 insertions(+), 143 deletions(-)

-- 
2.13.0




More information about the libvir-list mailing list