KVM: x86: Update comments about MSR lists exposed to userspace
authorSean Christopherson <seanjc@google.com>
Wed, 7 Jun 2023 00:46:36 +0000 (17:46 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 13 Jun 2023 16:09:07 +0000 (09:09 -0700)
commita30642570855faa1992f333ce5cb60351b0a37da
treefcfffb3d91d0edc466fef7bf7729d1974a75998c
parente12fa4b92a07f4274ffa02e581d059a7869dd50e
KVM: x86: Update comments about MSR lists exposed to userspace

Refresh comments about msrs_to_save, emulated_msrs, and msr_based_features
to remove stale references left behind by commit 2374b7310b66 (KVM:
x86/pmu: Use separate array for defining "PMU MSRs to save"), and to
better reflect the current reality, e.g. emulated_msrs is no longer just
for MSRs that are "kvm-specific".

Reported-by: Binbin Wu <binbin.wu@linux.intel.com>
Link: https://lore.kernel.org/r/20230607004636.1421424-1-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c