VirtualBox

Changeset 40561 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Mar 21, 2012 11:57:10 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76955
Message:

Framework for handling VT-x MTF exits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HWACCM.cpp

    r40360 r40561  
    9696    EXIT_REASON_NIL(),
    9797    EXIT_REASON(VMX_EXIT_MWAIT              , 36, "Guest software executed MWAIT."),
    98     EXIT_REASON_NIL(),
     98    EXIT_REASON(VMX_EXIT_MTF                , 37, "Monitor Trap Flag."),
    9999    EXIT_REASON_NIL(),
    100100    EXIT_REASON(VMX_EXIT_MONITOR            , 39, "Guest software attempted to execute MONITOR."),
     
    527527        HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatExitMaxResume,          "/HWACCM/CPU%d/Exit/MaxResume");
    528528        HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatExitPreemptPending,     "/HWACCM/CPU%d/Exit/PreemptPending");
     529        HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatExitMTF,                "/HWACCM/CPU%d/Exit/MonitorTrapFlag");
    529530
    530531        HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatSwitchGuestIrq,         "/HWACCM/CPU%d/Switch/IrqPending");
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette