Changeset 4077 in vbox
- Timestamp:
- Aug 7, 2007 5:21:12 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r4071 r4077 1077 1077 /** VMXON failed; possibly because it was already run before */ 1078 1078 #define VERR_VMX_VMXON_FAILED (-4010) 1079 /** CPU was incorrectly left in VMX operationmode; incompatible with VirtualBox */1080 #define VERR_VMX_IN_VMX_ OPERATION_MODE(-4011)1079 /** CPU was incorrectly left in VMX root mode; incompatible with VirtualBox */ 1080 #define VERR_VMX_IN_VMX_ROOT_MODE (-4011) 1081 1081 /** @} */ 1082 1082
Note:
See TracChangeset
for help on using the changeset viewer.