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>
Showing
- arch/x86/include/asm/kvm_emulate.h 4 additions, 0 deletionsarch/x86/include/asm/kvm_emulate.h
- arch/x86/include/asm/kvm_host.h 1 addition, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/emulate.c 9 additions, 1 deletionarch/x86/kvm/emulate.c
- arch/x86/kvm/lapic.c 3 additions, 1 deletionarch/x86/kvm/lapic.c
- arch/x86/kvm/svm.c 1 addition, 0 deletionsarch/x86/kvm/svm.c
- arch/x86/kvm/x86.c 62 additions, 2 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 1 addition, 0 deletionsinclude/linux/kvm_host.h
Loading
Please register or sign in to comment