Re: [PATCH v4 17/30] KVM: x86: Move MSR helper declarations from kvm_host.h => msrs.h
From: Binbin Wu
Date: Mon Jun 15 2026 - 22:26:11 EST
On 6/13/2026 8:03 AM, Sean Christopherson wrote:
> Relocate declarations of MSR helpers (and kvm_nr_uret_msrs) from x86's
> kvm_host.h to msrs, to continue trimming down kvm_host.h.
>
> Deliberately leave the funky read_msr() where it is, as it will hopefully
> be removed entirely as part of a broader kernel-API cleanup.
>
> No functional change intended.
>
> Reviewed-by: Kai Huang <kai.huang@xxxxxxxxx>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
Reviewed-by: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>