]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainXMLOption: Introduce virDomainABIStabilityDomain
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 19 May 2017 13:07:15 +0000 (15:07 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 5 Jun 2017 07:08:52 +0000 (09:08 +0200)
commit4f0aeed8713b679dd024542f4823efcef1473f4f
tree07dbbdd3fff1479e5f43f9159c6364478765561f
parent5d3994d8226570b7a505c8f032074ebb72e08832
virDomainXMLOption: Introduce virDomainABIStabilityDomain

While checking for ABI stability, drivers might pose additional
checks that are not valid for general case. For instance, qemu
driver might check some memory backing attributes because of how
qemu works. But those attributes may work well in other drivers.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
33 files changed:
src/bhyve/bhyve_domain.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/snapshot_conf.c
src/conf/snapshot_conf.h
src/libxl/libxl_conf.c
src/libxl/libxl_domain.c
src/lxc/lxc_conf.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_conf.c
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
src/security/virt-aa-helper.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_common.c
src/vmware/vmware_driver.c
src/vmx/vmx.c
src/vz/vz_driver.c
src/xen/xen_driver.c
src/xenapi/xenapi_driver.c
tests/bhyveargv2xmltest.c
tests/qemuargv2xmltest.c
tests/qemuxml2argvtest.c
tests/sexpr2xmltest.c
tests/testutils.c
tests/vmx2xmltest.c
tests/xlconfigtest.c
tests/xmconfigtest.c
tests/xml2sexprtest.c
tests/xml2vmxtest.c