]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit64d6067057d9658acb8675afcfba549abdb7fc16
tree1a7e8d52c083c5cd2bbab2f132437c03fdfeb171
parentf077825a8758d79838a757dafb79adcdd047ef3a
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