Changeset 43947 in vbox for trunk/include/VBox
- Timestamp:
- Nov 23, 2012 11:06:22 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r43931 r43947 1057 1057 */ 1058 1058 /** The logical processor is active. */ 1059 #define VMX_ CMS_GUEST_ACTIVITY_ACTIVE 0x01060 /** The logi calprocessor is inactive, because executed a HLT instruction. */1061 #define VMX_ CMS_GUEST_ACTIVITY_HLT 0x11062 /** The logi calprocessor is inactive, because of a triple fault or other serious error. */1063 #define VMX_ CMS_GUEST_ACTIVITY_SHUTDOWN 0x21064 /** The logi calprocessor is inactive, because it's waiting for a startup-IPI */1065 #define VMX_ CMS_GUEST_ACTIVITY_SIPI_WAIT 0x31059 #define VMX_VMCS_GUEST_ACTIVITY_ACTIVE 0x0 1060 /** The logiVMCS processor is inactive, because executed a HLT instruction. */ 1061 #define VMX_VMCS_GUEST_ACTIVITY_HLT 0x1 1062 /** The logiVMCS processor is inactive, because of a triple fault or other serious error. */ 1063 #define VMX_VMCS_GUEST_ACTIVITY_SHUTDOWN 0x2 1064 /** The logiVMCS processor is inactive, because it's waiting for a startup-IPI */ 1065 #define VMX_VMCS_GUEST_ACTIVITY_SIPI_WAIT 0x3 1066 1066 /** @} */ 1067 1067
Note:
See TracChangeset
for help on using the changeset viewer.