On Wed, Apr 22, 2020 at 7:26 PM Sean Christopherson <[email protected]> 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 <[email protected]> Reviewed-by: Jim Mattson <[email protected]>

