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.
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.