]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: introduce complete_emulated_msr callback
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 14 Dec 2020 15:26:51 +0000 (10:26 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2020 10:20:34 +0000 (05:20 -0500)
commit829bd88ca01ecd41eab812c84d19d96a32f2dc1e
treeccb23b9c292242aee017a7c50a63c8bbbf286b61
parent4cc77251d467647c14cd94439d57cb46333c5fea
KVM: x86: introduce complete_emulated_msr callback

This will be used by SEV-ES to inject MSR failure via the GHCB.

Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c