VirtualBox

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


Ignore:
Timestamp:
Aug 13, 2013 12:10:19 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Added segment checks to hmR0VmxCheckGuestState() while using unrestricted execution.

File:
1 edited

Legend:

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

    r47680 r47687  
    343343/** TR.Attr.Type invalid. */
    344344#define VMX_IGS_TR_ATTR_TYPE_INVALID                            119
     345/** CS.Attr.S invalid. */
     346#define VMX_IGS_CS_ATTR_S_INVALID                               120
     347/** CS.Attr.DPL invalid. */
     348#define VMX_IGS_CS_ATTR_DPL_INVALID                             121
    345349/** @} */
    346350
Note: See TracChangeset for help on using the changeset viewer.

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