Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.34 KB

V1Features.md

File metadata and controls

16 lines (12 loc) · 1.34 KB

V1Features

Properties

Name Type Description Notes
acpi V1FeatureState ACPI enables/disables ACPI inside the guest. Defaults to enabled. [optional]
apic V1FeatureAPIC Defaults to the machine type setting. [optional]
hyperv V1FeatureHyperv Defaults to the machine type setting. [optional]
hyperv_passthrough V1HyperVPassthrough This enables all supported hyperv flags automatically. Bear in mind that if this enabled hyperV features cannot be enabled explicitly. In addition, a Virtual Machine using it will be non-migratable. [optional]
kvm V1FeatureKVM Configure how KVM presence is exposed to the guest. [optional]
pvspinlock V1FeatureState Notify the guest that the host supports paravirtual spinlocks. For older kernels this feature should be explicitly disabled. [optional]
smm V1FeatureState SMM enables/disables System Management Mode. TSEG not yet implemented. [optional]

[Back to Model list] [Back to API list] [Back to README]