v2 of:

https://www.redhat.com/archives/libvir-list/2016-June/msg00615.html

diff to v1:
- Peter's review worked in
- Pushed ACKed patches
- Found one silly bug (patch 7/7)

Michal Privoznik (7):
  domain_conf: Validate redirdev after parsing
  virDomainRedirdevDef: Introduce find & remove routines
  virDomainDeviceInfoIterateInternal: Iterate through redirdevs too
  qemuDomainAttachDeviceConfig: Allow redirdev coldplug
  qemuDomainDetachDeviceConfig: Allow cold unplug of redirdevs
  qemuDomainRemoveDevice: Enable live redirdev detach
  qemuDomainDetachDeviceFlags: Pass live device XML to live detach code

 src/conf/domain_conf.c   | 105 ++++++++++++++++++++++++++++++++++++-----------
 src/conf/domain_conf.h   |   4 ++
 src/libvirt_private.syms |   2 +
 src/qemu/qemu_driver.c   |  35 ++++++++++++----
 src/qemu/qemu_hotplug.c  |  76 +++++++++++++++++++++++++++++++++-
 src/qemu/qemu_hotplug.h  |   3 ++
 6 files changed, 193 insertions(+), 32 deletions(-)

-- 
2.8.4

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to