]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: introduce parser feature flags
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 Feb 2016 09:32:19 +0000 (10:32 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Mar 2016 09:09:16 +0000 (10:09 +0100)
commit23eb382128427cb32f844e131fa35db16106f2ce
tree73881ea54c5420414da8424168403b1a018b1e8a
parent0fe41f1a8abf7b25f4890d1afc2a70107b418b50
conf: introduce parser feature flags

To avoid having to forbid new features added to domain XML in post parse
callbacks for individual hypervisor drivers the feature flag mechanism
will allow to add a central check that will be disabled for the drivers
that will add support.

As a first example flag, the 'hasWideSCSIBus' is converted to the new
bitmap.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/vmx/vmx.c