Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: - Fix for compilation of selftests on non-x86 architectures - Fix for kvm_run->if_flag on SEV-ES - Fix for page table use-after-free if yielding during exit_mm() - Improve behavior when userspace starts a nested guest with invalid state - Fix missed wakeup with assigned devices but no VT-d posted interrupts - Do not tell userspace to save/restore an unsupported PMU MSR * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required KVM: VMX: Always clear vmx->fail on emulation_required selftests: KVM: Fix non-x86 compiling KVM: x86: Always set kvm_run->if_flag KVM: x86/mmu: Don't advance iterator a...
Showing
- Documentation/admin-guide/kernel-parameters.txt 6 additions, 2 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/x86/include/asm/kvm-x86-ops.h 1 addition, 0 deletionsarch/x86/include/asm/kvm-x86-ops.h
- arch/x86/include/asm/kvm_host.h 1 addition, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/mmu/tdp_iter.c 6 additions, 0 deletionsarch/x86/kvm/mmu/tdp_iter.c
- arch/x86/kvm/mmu/tdp_iter.h 6 additions, 0 deletionsarch/x86/kvm/mmu/tdp_iter.h
- arch/x86/kvm/mmu/tdp_mmu.c 16 additions, 13 deletionsarch/x86/kvm/mmu/tdp_mmu.c
- arch/x86/kvm/svm/svm.c 12 additions, 9 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/vmx/vmx.c 32 additions, 13 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/x86.c 2 additions, 9 deletionsarch/x86/kvm/x86.c
- tools/testing/selftests/kvm/.gitignore 1 addition, 0 deletionstools/testing/selftests/kvm/.gitignore
- tools/testing/selftests/kvm/Makefile 1 addition, 0 deletionstools/testing/selftests/kvm/Makefile
- tools/testing/selftests/kvm/include/kvm_util.h 1 addition, 9 deletionstools/testing/selftests/kvm/include/kvm_util.h
- tools/testing/selftests/kvm/lib/kvm_util.c 5 additions, 0 deletionstools/testing/selftests/kvm/lib/kvm_util.c
- tools/testing/selftests/kvm/x86_64/vmx_invalid_nested_guest_state.c 105 additions, 0 deletions...ing/selftests/kvm/x86_64/vmx_invalid_nested_guest_state.c
Please register or sign in to comment