Re: [RESEND v13 07/10] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation

From: Paolo Bonzini
Date: Tue Jan 26 2021 - 11:18:50 EST


On 08/01/21 02:37, Like Xu wrote:
+
+ /* A flag to reduce the overhead of LBR pass-through or cancellation. */
+ bool already_passthrough;

/* True if LBRs are marked as not intercepted in the MSR bitmap */
bool msr_passthrough;

};
/*