]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCaps: get rid of emulatorRequired
authorPeter Krempa <pkrempa@redhat.com>
Mon, 11 Mar 2013 11:12:08 +0000 (12:12 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Apr 2013 20:42:38 +0000 (22:42 +0200)
commitb5def001cc2f10012b04c1f7d6c8a095cf8b8b68
treef4be73681348adfa593cb84ba6bf7ff42fe3b1fb
parent9ea249e7d93f177e71f8881d8e7eaf3af23a2c6d
virCaps: get rid of emulatorRequired

This patch removes the emulatorRequired field and associated
infrastructure from the virCaps object. Instead the driver specific
callbacks are used as this field isn't enforced by all drivers.

This patch implements the appropriate callbacks in the qemu and lxc
driver and moves to check to that location.
12 files changed:
src/conf/capabilities.c
src/conf/capabilities.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/lxc/lxc_conf.c
src/lxc/lxc_domain.c
src/lxc/lxc_domain.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_domain.c
tests/lxcxml2xmldata/lxc-hostdev.xml
tests/lxcxml2xmldata/lxc-systemd.xml