Changeset 57478 in vbox
- Timestamp:
- Aug 20, 2015 2:21:54 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102248
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r57477 r57478 438 438 AssertRCReturn(rc, rc); 439 439 440 /** @cfgm{/HM/SvmPauseFilterCount, int16_t, 0}440 /** @cfgm{/HM/SvmPauseFilterCount, uint16_t, 0} 441 441 * A counter that is decrement each time a PAUSE instruction is executed by the 442 442 * guest. When the counter is 0, a #VMEXIT is triggered.
Note:
See TracChangeset
for help on using the changeset viewer.