Re: [PATCH v3 13/13] x86/msr: Simplify some rdmsrq() use cases
From: Sean Christopherson
Date: Fri Sep 11 2026 - 09:23:42 EST
On Fri, Sep 11, 2026, Juergen Gross wrote:
> After the conversion of rdmsrq() to an inline function some use cases
> can be simplified by dropping an intermediate variable or by
> eliminating the inline function completely.
>
> Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
> Reviewed-by: Michael Kelley <mhklinux@xxxxxxxxxxx> # Hyper-V
> ---
> V3:
> - eliminate KVM's read_msr() (Sean Christopherson)
Thank you!
Acked-by: Sean Christopherson <seanjc@xxxxxxxxxx>