-
- Downloads
Merge tag 'kvm-x86-vmx-6.3' of https://github.com/kvm-x86/linux into HEAD
KVM VMX changes for 6.3: - Handle NMI VM-Exits before leaving the noinstr region - A few trivial cleanups in the VM-Enter flows - Stop enabling VMFUNC for L1 purely to document that KVM doesn't support EPTP switching (or any other VM function) for L1 - Fix a crash when using eVMCS's enlighted MSR bitmaps
No related branches found
No related tags found
Showing
- arch/x86/include/asm/idtentry.h 6 additions, 10 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/kernel/nmi.c 4 additions, 4 deletionsarch/x86/kernel/nmi.c
- arch/x86/kvm/kvm_cache_regs.h 12 additions, 0 deletionsarch/x86/kvm/kvm_cache_regs.h
- arch/x86/kvm/vmx/hyperv.h 10 additions, 21 deletionsarch/x86/kvm/vmx/hyperv.h
- arch/x86/kvm/vmx/nested.c 8 additions, 13 deletionsarch/x86/kvm/vmx/nested.c
- arch/x86/kvm/vmx/vmcs.h 2 additions, 2 deletionsarch/x86/kvm/vmx/vmcs.h
- arch/x86/kvm/vmx/vmenter.S 44 additions, 36 deletionsarch/x86/kvm/vmx/vmenter.S
- arch/x86/kvm/vmx/vmx.c 44 additions, 28 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/vmx/vmx.h 8 additions, 10 deletionsarch/x86/kvm/vmx/vmx.h
- arch/x86/kvm/vmx/vmx_ops.h 2 additions, 0 deletionsarch/x86/kvm/vmx/vmx_ops.h
- arch/x86/kvm/x86.h 3 additions, 3 deletionsarch/x86/kvm/x86.h
Loading
Please register or sign in to comment