]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 31 Oct 2023 14:22:23 +0000 (10:22 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 31 Oct 2023 14:22:23 +0000 (10:22 -0400)
commitd5cde2e0b317bb179a39204b4a7820ac8b9011cc
tree24b28ba1c970b3c18798052d879ee00679606baf
parente122d7a1008769af080b9dbd78fce54d3cd77f6f
parentfad505b2cb838fb52cb72fa22830824c80330f2f
Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEAD

KVM PMU change for 6.7:

 - Handle NMI/SMI requests after PMU/PMI requests so that a PMI=>NMI doesn't
   require redoing the entire run loop due to the NMI not being detected until
   the final kvm_vcpu_exit_request() check before entering the guest.
arch/x86/kvm/x86.c