KVM: VMX: fix comment to add LBR to passthrough MSRs
authorDongli Zhang <dongli.zhang@oracle.com>
Fri, 23 Feb 2024 20:21:02 +0000 (12:21 -0800)
committerSean Christopherson <seanjc@google.com>
Tue, 27 Feb 2024 17:36:48 +0000 (09:36 -0800)
commit8e24eeedfda34a920d35eda2f17a0f4b4473dcde
treea5cfdf07ad6b9621bfb43a27ef68883ae02cf366
parentb1a3c366cbc783d6600b357ccfec2f440eed5453
KVM: VMX: fix comment to add LBR to passthrough MSRs

According to the is_valid_passthrough_msr(), the LBR MSRs are also
passthrough MSRs, since the commit 1b5ac3226a1a ("KVM: vmx/pmu:
Pass-through LBR msrs when the guest LBR event is ACTIVE").

Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com>
Link: https://lore.kernel.org/r/20240223202104.3330974-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/vmx/vmx.c