Changeset 40561 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Mar 21, 2012 11:57:10 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76955
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HWACCM.cpp
r40360 r40561 96 96 EXIT_REASON_NIL(), 97 97 EXIT_REASON(VMX_EXIT_MWAIT , 36, "Guest software executed MWAIT."), 98 EXIT_REASON _NIL(),98 EXIT_REASON(VMX_EXIT_MTF , 37, "Monitor Trap Flag."), 99 99 EXIT_REASON_NIL(), 100 100 EXIT_REASON(VMX_EXIT_MONITOR , 39, "Guest software attempted to execute MONITOR."), … … 527 527 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatExitMaxResume, "/HWACCM/CPU%d/Exit/MaxResume"); 528 528 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"); 529 530 530 531 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatSwitchGuestIrq, "/HWACCM/CPU%d/Switch/IrqPending");
Note:
See TracChangeset
for help on using the changeset viewer.