]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain: conf: Drop expectedVirtTypes
authorCole Robinson <crobinso@redhat.com>
Sat, 18 Apr 2015 01:22:48 +0000 (21:22 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 20 Apr 2015 20:43:43 +0000 (16:43 -0400)
commit835cf84b7e880f5996200702195b066437e7470d
treed87a2699bd0e6fd1c9b7e35cf23d4f9debcf2e0d
parent747761a79a1e9a1a441ffc7e647d39b8129cfcf4
domain: conf: Drop expectedVirtTypes

This needs to specified in way too many places for a simple validation
check. The ostype/arch/virttype validation checks later in
DomainDefParseXML should catch most of the cases that this was covering.
38 files changed:
src/bhyve/bhyve_driver.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/snapshot_conf.c
src/conf/snapshot_conf.h
src/esx/esx_driver.c
src/libxl/libxl_domain.c
src/libxl/libxl_driver.c
src/libxl/libxl_migration.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/openvz/openvz_driver.c
src/parallels/parallels_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_migration.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/xen/xen_driver.c
src/xenapi/xenapi_driver.c
tests/domainconftest.c
tests/domainsnapshotxml2xmltest.c
tests/lxcxml2xmltest.c
tests/qemuagenttest.c
tests/qemuhotplugtest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/qemuxmlnstest.c
tests/securityselinuxlabeltest.c
tests/xlconfigtest.c
tests/xmconfigtest.c
tests/xml2sexprtest.c
tests/xml2vmxtest.c