Re: [PATCH 02/28] KVM: SVM: Tag MSR bitmap initialization helpers with __init

From: Chao Gao
Date: Tue Jun 03 2025 - 03:19:07 EST


On Thu, May 29, 2025 at 04:39:47PM -0700, Sean Christopherson wrote:
>Tag init_msrpm_offsets() and add_msr_offset() with __init, as they're used
>only during hardware setup to map potential passthrough MSRs to offsets in
>the bitmap.
>
>Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>

Reviewed-by: Chao Gao <chao.gao@xxxxxxxxx>