mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 07:05:28 +00:00
de7b5faf43
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. |
||
---|---|---|
.. | ||
xenapi_driver_private.h | ||
xenapi_driver.c | ||
xenapi_driver.h | ||
xenapi_utils.c | ||
xenapi_utils.h |