]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()
authorSean Christopherson <seanjc@google.com>
Fri, 2 Aug 2024 18:55:03 +0000 (11:55 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 1 Nov 2024 16:22:29 +0000 (09:22 -0700)
commit2142ac663a6a72ac868d0768681b1355e3a703eb
treee4d0d669ab08389c9273124f91d5e1ce5c04f121
parent0e3b70aa137cb29a407de38e5b660d939ab462a3
KVM: x86: Co-locate initialization of feature MSRs in kvm_arch_vcpu_create()

Bunch all of the feature MSR initialization in kvm_arch_vcpu_create() so
that it can be easily quirked in a future patch.

No functional change intended.

Link: https://lore.kernel.org/r/20240802185511.305849-2-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/x86.c