[libvirt] [PATCH v3 0/2] Check for <memoryBacking/>

Michal Privoznik mprivozn at redhat.com
Fri May 26 09:58:43 UTC 2017


v3 of:

https://www.redhat.com/archives/libvir-list/2017-May/msg00939.html

diff to v2:
- moved xmlopt argument further the argument list in virDomainSnapshotRedefinePrep
- drop couple of checks in qemuDomainABIStabilityCheck

Patch 1/2 has been ACKed. But just conditionally. So I'm sending it again to
see if I haven't missed anything.

Michal Privoznik (2):
  virDomainXMLOption: Introduce virDomainABIStabilityDomain
  virQEMUDriverDomainABIStability: Check for memoryBacking

 src/conf/domain_conf.c        | 19 ++++++++++++++++---
 src/conf/domain_conf.h        | 16 ++++++++++++++--
 src/conf/snapshot_conf.c      |  3 ++-
 src/conf/snapshot_conf.h      |  1 +
 src/libvirt_private.syms      |  2 ++
 src/libxl/libxl_conf.c        |  2 +-
 src/libxl/libxl_domain.c      |  4 +++-
 src/lxc/lxc_conf.c            |  3 ++-
 src/openvz/openvz_driver.c    |  2 +-
 src/phyp/phyp_driver.c        |  2 +-
 src/qemu/qemu_capabilities.c  |  2 +-
 src/qemu/qemu_conf.c          |  3 ++-
 src/qemu/qemu_domain.c        | 23 +++++++++++++++++++++++
 src/qemu/qemu_domain.h        |  1 +
 src/qemu/qemu_driver.c        |  5 +++--
 src/security/virt-aa-helper.c |  2 +-
 src/test/test_driver.c        |  6 ++++--
 src/uml/uml_driver.c          |  2 +-
 src/vbox/vbox_common.c        |  2 +-
 src/vmware/vmware_driver.c    |  2 +-
 src/vmx/vmx.c                 |  2 +-
 src/vz/vz_driver.c            |  2 +-
 src/xen/xen_driver.c          |  2 +-
 src/xenapi/xenapi_driver.c    |  2 +-
 tests/bhyveargv2xmltest.c     |  3 ++-
 tests/qemuargv2xmltest.c      |  2 +-
 tests/qemuxml2argvtest.c      |  2 +-
 tests/sexpr2xmltest.c         |  2 +-
 tests/testutils.c             |  4 ++--
 tests/vmx2xmltest.c           |  2 +-
 tests/xlconfigtest.c          |  2 +-
 tests/xmconfigtest.c          |  2 +-
 tests/xml2sexprtest.c         |  2 +-
 tests/xml2vmxtest.c           |  2 +-
 34 files changed, 97 insertions(+), 36 deletions(-)

-- 
2.13.0




More information about the libvir-list mailing list