Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: "A new testcase for guest debugging (gdbstub) that exposed a bunch of bugs, mostly for AMD processors. And a few other x86 fixes" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c KVM: SVM: Disable AVIC before setting V_IRQ KVM: Introduce kvm_make_all_cpus_request_except() KVM: VMX: pass correct DR6 for GD userspace exit KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6 KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6 KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on KVM: selftests: Add KVM_SET_GUEST_DEBUG test KVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG KVM: x86: fix DR6 delivery for various cases of #DB injection KVM: X86: Declare KVM_CAP_SE...
Showing
- arch/x86/include/asm/kvm_host.h 2 additions, 2 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/hyperv.c 1 addition, 1 deletionarch/x86/kvm/hyperv.c
- arch/x86/kvm/svm/nested.c 31 additions, 8 deletionsarch/x86/kvm/svm/nested.c
- arch/x86/kvm/svm/svm.c 22 additions, 14 deletionsarch/x86/kvm/svm/svm.c
- arch/x86/kvm/vmx/vmx.c 4 additions, 37 deletionsarch/x86/kvm/vmx/vmx.c
- arch/x86/kvm/x86.c 37 additions, 23 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 3 additions, 0 deletionsinclude/linux/kvm_host.h
- tools/testing/selftests/kvm/Makefile 1 addition, 0 deletionstools/testing/selftests/kvm/Makefile
- tools/testing/selftests/kvm/include/kvm_util.h 2 additions, 0 deletionstools/testing/selftests/kvm/include/kvm_util.h
- tools/testing/selftests/kvm/lib/kvm_util.c 9 additions, 0 deletionstools/testing/selftests/kvm/lib/kvm_util.c
- tools/testing/selftests/kvm/x86_64/debug_regs.c 202 additions, 0 deletionstools/testing/selftests/kvm/x86_64/debug_regs.c
- virt/kvm/kvm_main.c 11 additions, 3 deletionsvirt/kvm/kvm_main.c
Please register or sign in to comment