• B
    KVM: SVM: Do not install #UD intercept when SEV is enabled · 35c6f649
    Brijesh Singh 提交于
    On #UD, x86_emulate_instruction() fetches the data from guest memory and
    decodes the instruction bytes to assist further. When SEV is enabled, the
    instruction bytes will be encrypted using the guest-specific key and the
    hypervisor will no longer able to fetch the instruction bytes to assist
    UD handling. By not installing intercept we let the guest receive and
    handle #UD.
    
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Cc: "Radim Krčmář" <rkrcmar@redhat.com>
    Cc: Joerg Roedel <joro@8bytes.org>
    Cc: Borislav Petkov <bp@suse.de>
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: x86@kernel.org
    Cc: kvm@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Reviewed-by: NBorislav Petkov <bp@suse.de>
    Signed-off-by: NBrijesh Singh <brijesh.singh@amd.com>
    35c6f649
svm.c 170.6 KB