Re: [PATCH 10/14] KVM: x86: Remove unnecessary export of kvm_vcpu_is_reset_bsp()
From: Paolo Bonzini
Date: Fri Dec 02 2022 - 13:32:31 EST
On 11/14/22 10:56, Like Xu wrote:
Don't export x86's kvm_vcpu_is_reset_bsp(), the helper isn't used by
KVM x86's vendor modules. Move up the code block out of existing
callers' need.
I'm not sure why to move the code up?
Paolo