]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: stubs for SMM support
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 May 2015 09:36:11 +0000 (11:36 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jun 2015 14:01:45 +0000 (16:01 +0200)
commit541407eab49aee056485de5237119fc46b82bf5e
tree1a7e8d52c083c5cd2bbab2f132437c03fdfeb171
parent13fbc415f9a47585652512ef80c30f84acfc069f
KVM: x86: stubs for SMM support

This patch adds the interface between x86.c and the emulator: the
SMBASE register, a new emulator flag, the RSM instruction.  It also
adds a new request bit that will be used by the KVM_SMI ioctl.

Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/lapic.c
arch/x86/kvm/svm.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h