KVM: x86: API changes for SMM support
This patch includes changes to the external API for SMM support. Userspace can predicate the availability of the new fields and ioctls on a new capability, KVM_CAP_X86_SMM, which is added at the end of the patch series. Reviewed-by:Radim Krčmář <rkrcmar@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- Documentation/virtual/kvm/api.txt 34 additions, 6 deletionsDocumentation/virtual/kvm/api.txt
- arch/x86/include/asm/kvm_host.h 3 additions, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/include/uapi/asm/kvm.h 10 additions, 1 deletionarch/x86/include/uapi/asm/kvm.h
- arch/x86/kvm/kvm_cache_regs.h 5 additions, 0 deletionsarch/x86/kvm/kvm_cache_regs.h
- arch/x86/kvm/lapic.h 5 additions, 0 deletionsarch/x86/kvm/lapic.h
- arch/x86/kvm/x86.c 38 additions, 2 deletionsarch/x86/kvm/x86.c
- include/uapi/linux/kvm.h 4 additions, 1 deletioninclude/uapi/linux/kvm.h
Loading
Please register or sign in to comment