Changeset 49520 in vbox for trunk/include
- Timestamp:
- Nov 18, 2013 9:30:29 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90694
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/VBox/err.h ¶
r49227 r49520 1985 1985 /** Internal processing error in the HM init code. */ 1986 1986 #define VERR_HM_ALREADY_ENABLED_IPE (-4104) 1987 /** Unexpected MSR in the load / restore list. */1987 /** Unexpected MSR in the auto-load/store area. */ 1988 1988 #define VERR_HM_UNEXPECTED_LD_ST_MSR (-4105) 1989 1989 /** No 32-bit to 64-bit switcher in place. */ … … 2011 2011 /** Resume guest execution after injecting a double-fault. */ 2012 2012 #define VINF_HM_DOUBLE_FAULT 4117 2013 /** MSR swap count exceeded. */2014 #define VERR_HM_MSR_SWAP_COUNT_EXCEEDED (-4118)2015 2013 /** @} */ 2016 2014
Note:
See TracChangeset
for help on using the changeset viewer.