VirtualBox

Changeset 13140 in vbox for trunk/include


Ignore:
Timestamp:
Oct 9, 2008 3:37:46 PM (16 years ago)
Author:
vboxsync
Message:

Missing update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r13136 r13140  
    10741074#define VMX_EXIT_QUALIFICATION_EPT_GUEST_ADDR_VALID     RT_BIT(7)
    10751075/** If bit 7 is one: (reserved otherwise)
    1076  *  0 - violation due to physical address access.
    1077  *  1 - violation caused by page walk or access/dirty bit updates
    1078  */
    1079 #define VMX_EXIT_QUALIFICATION_EPT_PAGE_WALK_ACCESS     RT_BIT(8)
     1076 *  1 - violation due to physical address access.
     1077 *  0 - violation caused by page walk or access/dirty bit updates
     1078 */
     1079#define VMX_EXIT_QUALIFICATION_EPT_TRANSLATED_ACCESS    RT_BIT(8)
    10801080/** @} */
    10811081
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