mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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;
|
virDomainOSDef os;
|
||||||
char *emulator;
|
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 features[VIR_DOMAIN_FEATURE_LAST];
|
||||||
int apic_eoi;
|
int apic_eoi;
|
||||||
int hyperv_features[VIR_DOMAIN_HYPERV_LAST];
|
int hyperv_features[VIR_DOMAIN_HYPERV_LAST];
|
||||||
|
Loading…
Reference in New Issue
Block a user