VirtualBox

Changeset 45653 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 19, 2013 10:46:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85167
Message:

VMM/VMMR0: HM cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r45621 r45653  
    11661166/** The logical processor is active. */
    11671167#define VMX_VMCS_GUEST_ACTIVITY_ACTIVE                           0x0
    1168 /** The logiVMCS processor is inactive, because executed a HLT instruction. */
     1168/** The logical processor is inactive, because executed a HLT instruction. */
    11691169#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. */
    11711172#define VMX_VMCS_GUEST_ACTIVITY_SHUTDOWN                         0x2
    1172 /** The logiVMCS processor is inactive, because it's waiting for a startup-IPI */
     1173/** The logical processor is inactive, because it's waiting for a startup-IPI */
    11731174#define VMX_VMCS_GUEST_ACTIVITY_SIPI_WAIT                        0x3
    11741175/** @} */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette