VirtualBox

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


Ignore:
Timestamp:
Aug 24, 2015 3:52:22 PM (9 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Fix EPT capabilities checks and propagate errors to ring-3.

File:
1 edited

Legend:

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

    r57477 r57514  
    173173/** Invalid unrestricted-guest execution controls combo. */
    174174#define VMX_UFC_INVALID_UX_COMBO                                9
     175/** EPT flush type not supported. */
     176#define VMX_UFC_EPT_FLUSH_TYPE_UNSUPPORTED                      10
     177/** EPT paging structure memory type is not write-back. */
     178#define VMX_UFC_EPT_MEM_TYPE_NOT_WB                             11
     179/** EPT requires INVEPT instr. support but it's not available. */
     180#define VMX_UFC_EPT_INVEPT_UNAVAILABLE                          12
     181/** EPT requires page-walk length of 4. */
     182#define VMX_UFC_EPT_PAGE_WALK_LENGTH_UNSUPPORTED                13
    175183/** @} */
    176184
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