[libvirt] [PATCH v2 0/7] Redirdev attach & detach

Michal Privoznik mprivozn at redhat.com
Fri Jun 10 15:32:54 UTC 2016


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




More information about the libvir-list mailing list