On Wed, Apr 22, 2020 at 7:26 PM Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > > Use vmx_get_rflags() instead of manually reading vmcs.GUEST_RFLAGS when > querying RFLAGS.IF so that multiple checks against interrupt blocking in > a single run loop only require a single VMREAD. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>