Changeset 76222 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Dec 14, 2018 5:14:39 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r76154 r76222 2057 2057 /** VMX CPU extension not available in hardware. */ 2058 2058 #define VERR_VMX_NO_VMX (-4009) 2059 /** VMX CPU extension not supported as something went wrong during init. */2060 #define VERR_VMX_NOT_SUPPORTED (-4010)2061 2059 /** CPU was incorrectly left in VMX root mode; incompatible with VirtualBox */ 2062 2060 #define VERR_VMX_IN_VMX_ROOT_MODE (-4011)
Note:
See TracChangeset
for help on using the changeset viewer.