]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
authorJim Mattson <jmattson@google.com>
Mon, 13 Nov 2023 18:48:54 +0000 (10:48 -0800)
committerSean Christopherson <seanjc@google.com>
Mon, 3 Jun 2024 16:00:30 +0000 (09:00 -0700)
commitea19f7d0bf46c70085a2c8a96e3b3ceae1e7ddb8
tree248a4ca3b26dc8c8f4edc4151e7af201b8e1424e
parentc3f38fa61af77b49866b006939479069cd451173
KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST

This MSR reads as 0, and any host-initiated writes are ignored, so
there's no reason to enumerate it in KVM_GET_MSR_INDEX_LIST.

Signed-off-by: Jim Mattson <jmattson@google.com>
Link: https://lore.kernel.org/r/20231113184854.2344416-1-jmattson@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c