]> www.infradead.org Git - nvme.git/commit
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:55:15 +0000 (09:55 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Jul 2024 13:55:15 +0000 (09:55 -0400)
commitcda231cd42f5d6c4f054071f7fce4f1fe0423e13
treeae6baeed43ff85b83a851f2651e9cff3d0b47e36
parent5c5ddf71071f01fabe9380e16c36c9263d40d528
parentf287bef6ddc208cae49c8d3833aeecda47872608
Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEAD

KVM x86/pmu changes for 6.11

 - Don't advertise IA32_PERF_GLOBAL_OVF_CTRL as an MSR-to-be-saved, as it reads
   '0' and writes from userspace are ignored.

 - Update to the newfangled Intel CPU FMS infrastructure.

 - Use macros instead of open-coded literals to clean up KVM's manipulation of
   FIXED_CTR_CTRL MSRs.
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/pmu.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c