• Paolo Bonzini's avatar
    KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features · d9db0fd6
    Paolo Bonzini authored
    
    
    Add a reverse-CPUID entry for the memory encryption word, 0x8000001F.EAX,
    and use it to override the supported CPUID flags reported to userspace.
    Masking the reported CPUID flags avoids over-reporting KVM support, e.g.
    without the mask a SEV-SNP capable CPU may incorrectly advertise SNP
    support to userspace.
    
    Clear SEV/SEV-ES if their corresponding module parameters are disabled,
    and clear the memory encryption leaf completely if SEV is not fully
    supported in KVM.  Advertise SME_COHERENT in addition to SEV and SEV-ES,
    as the guest can use SME_COHERENT to avoid CLFLUSH operations.
    
    Explicitly omit SME and VM_PAGE_FLUSH from the reporting.  These features
    are used by KVM, but are not exposed to the guest, e.g. guest access to
    related MSRs will fault.
    
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Brijesh Singh <brijesh.singh@amd.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    Co-developed-by: default avatarSean Christopherson <seanjc@google.com>
    Signed-off-by: default avatarSean Christopherson <seanjc@google.com>
    Message-Id: <20210422021125.3417167-6-seanjc@google.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    d9db0fd6
reverse_cpuid.h 5.53 KB