Technically this is v2 of:
https://www.redhat.com/archives/libvir-list/2017-May/msg00626.html
diff to v1:
- Patches split and reworked as suggested by Peter in the review
Michal Privoznik (3):
virDomainDefCheckABIStabilityFlags: move memtune checks into a
separate function
virDomainXMLOption: Introduce virDomainABIStabilityDomain
virQEMUDriverDomainABIStability: Check for memoryBacking
src/conf/domain_conf.c | 93 ++++++++++++++++++++++++++++++--------------
src/conf/domain_conf.h | 16 +++++++-
src/conf/snapshot_conf.c | 5 ++-
src/conf/snapshot_conf.h | 3 +-
src/libvirt_private.syms | 6 +++
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 | 41 +++++++++++++++++++
src/qemu/qemu_domain.h | 1 +
src/qemu/qemu_driver.c | 7 ++--
src/test/test_driver.c | 8 ++--
src/uml/uml_driver.c | 2 +-
src/vbox/vbox_common.c | 2 +-
src/vmware/vmware_driver.c | 2 +-
src/vmx/vmx.c | 2 +-
src/xen/xen_driver.c | 2 +-
src/xenapi/xenapi_driver.c | 2 +-
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 +-
31 files changed, 167 insertions(+), 63 deletions(-)
--
2.13.0