Re: [PATCH v2 41/46] KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function

From: Sean Christopherson
Date: Mon Jul 26 2021 - 18:21:52 EST


On Mon, Jul 26, 2021, Paolo Bonzini wrote:
> On 13/07/21 18:33, Sean Christopherson wrote:
> > + if (!(mode ^ vmx->x2apic_msr_bitmap_mode))
> > + return;
>
> Just !=, I guess?

Ha, yeah. Forgot to do a bit of critical thinking after refactoring.