• Vitaly Kuznetsov's avatar
    KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V · 80edc49f
    Vitaly Kuznetsov authored
    Commit 9bcb9065 ("KVM: VMX: Get rid of eVMCS specific VMX controls
    sanitization") dropped 'vmcs_conf' sanitization for KVM-on-Hyper-V because
    there's no known Hyper-V version which would expose a feature
    unsupported in eVMCS in VMX feature MSRs. This works well for all
    currently existing Hyper-V version, however, future Hyper-V versions
    may add features which are supported by KVM and are currently missing
    in eVMCSv1 definition (e.g. APIC virtualization, PML,...). When this
    happens, existing KVMs will get broken. With the inverted 'unsupported
    by eVMCSv1' checks, we can resurrect vmcs_conf sanitization and make
    KVM future proof.
    Signed-off-by: default avatarVitaly Kuznetsov <vkuznets@redhat.com>
    Message-Id: <20221104144708.435865-5-vkuznets@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    80edc49f
vmx.c 244 KB