Changeset 45653 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 19, 2013 10:46:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85167
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r45621 r45653 1166 1166 /** The logical processor is active. */ 1167 1167 #define VMX_VMCS_GUEST_ACTIVITY_ACTIVE 0x0 1168 /** The logi VMCSprocessor is inactive, because executed a HLT instruction. */1168 /** The logical processor is inactive, because executed a HLT instruction. */ 1169 1169 #define VMX_VMCS_GUEST_ACTIVITY_HLT 0x1 1170 /** The logiVMCS processor is inactive, because of a triple fault or other serious error. */ 1170 /** The logical processor is inactive, because of a triple fault or other 1171 * serious error. */ 1171 1172 #define VMX_VMCS_GUEST_ACTIVITY_SHUTDOWN 0x2 1172 /** The logi VMCSprocessor is inactive, because it's waiting for a startup-IPI */1173 /** The logical processor is inactive, because it's waiting for a startup-IPI */ 1173 1174 #define VMX_VMCS_GUEST_ACTIVITY_SIPI_WAIT 0x3 1174 1175 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.