@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1Features

    interface V1Features {
        acpi?: V1FeatureState;
        apic?: V1FeatureAPIC;
        hyperv?: V1FeatureHyperv;
        hypervPassthrough?: V1HyperVPassthrough;
        kvm?: V1FeatureKVM;
        pvspinlock?: V1FeatureState;
        smm?: V1FeatureState;
    }
    Index

    Properties

    ACPI enables/disables ACPI inside the guest. Defaults to enabled.

    {}
    

    Defaults to the machine type setting.

    Defaults to the machine type setting.

    hypervPassthrough?: 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.

    Configure how KVM presence is exposed to the guest.

    pvspinlock?: V1FeatureState

    Notify the guest that the host supports paravirtual spinlocks. For older kernels this feature should be explicitly disabled.

    SMM enables/disables System Management Mode. TSEG not yet implemented.