]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
authorSean Christopherson <seanjc@google.com>
Fri, 1 Nov 2024 18:35:54 +0000 (11:35 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 5 Nov 2024 04:57:46 +0000 (20:57 -0800)
commitc9155eb012b9b611852e63bb396a58924f1d371f
tree6ddc27c087f8e99f0c7b67a76feaec11b079a2a4
parentff6ce56e1d8889cf572874046d51325884e17e2c
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()

Pass in the new value and "host initiated" as separate parameters to
kvm_apic_set_base(), as forcing the KVM_SET_SREGS path to declare and fill
an msr_data structure is awkward and kludgy, e.g. __set_sregs_common()
doesn't even bother to set the proper MSR index.

No functional change intended.

Suggested-by: Kai Huang <kai.huang@intel.com>
Reviewed-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20241101183555.1794700-9-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h
arch/x86/kvm/x86.c