libvirt/src/xenapi
Peter Krempa de7b5faf43 conf: Refactor storing and usage of feature flags
Currently we were storing domain feature flags in a bit field as the
they were either enabled or disabled. New features such as paravirtual
spinlocks however can be tri-state as the default option may depend on
hypervisor version.

To allow storing tri-state feature state in the same place instead of
having to declare dedicated variables for each feature this patch
refactors the bit field to an array.
2013-11-08 09:44:42 +01:00
..
xenapi_driver_private.h maint: Rename xmlconf to xmlopt and virDomainXMLConfig to virDomainXMLOption 2013-04-04 22:18:56 +02:00
xenapi_driver.c conf: Refactor storing and usage of feature flags 2013-11-08 09:44:42 +01:00
xenapi_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
xenapi_utils.c conf: Refactor storing and usage of feature flags 2013-11-08 09:44:42 +01:00
xenapi_utils.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00