On 10/17/2017 11:04 AM, Ján Tomko wrote: > 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(-) > Noted a couple of issues along the way to clean up for a... Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> (series) John -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list