Oliver Upton <oupton@xxxxxxxxxx> writes: >commit 5ef8acbdd687 ("KVM: nVMX: Emulate MTF when performing instruction emulation") introduced a helper to check the MTF VM-execution control in vmcs12. Change pre-existing check in >nested_vmx_exit_reflected() to instead use the helper. > >Signed-off-by: Oliver Upton <oupton@xxxxxxxxxx> >--- Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>