mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
Documented VIR_DOMAIN_FEATURE_CAPABILITIES use of virDomainCapabilitesPolicy
This commit is contained in:
parent
3227e17d82
commit
94157da601
@ -1872,7 +1872,9 @@ struct _virDomainDef {
|
||||
|
||||
virDomainOSDef os;
|
||||
char *emulator;
|
||||
/* These three options are of type virTristateSwitch */
|
||||
/* These three options are of type virTristateSwitch,
|
||||
* except VIR_DOMAIN_FEATURE_CAPABILITIES that is of type
|
||||
* virDomainCapabilitiesPolicy */
|
||||
int features[VIR_DOMAIN_FEATURE_LAST];
|
||||
int apic_eoi;
|
||||
int hyperv_features[VIR_DOMAIN_HYPERV_LAST];
|
||||
|
Loading…
Reference in New Issue
Block a user