VirtualBox

Changeset 10818 in vbox for trunk/include


Ignore:
Timestamp:
Jul 22, 2008 3:56:17 PM (17 years ago)
Author:
vboxsync
Message:

More capabilities

File:
1 edited

Legend:

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

    r10817 r10818  
    539539 * @{
    540540 */
     541/** Virtualize APIC access. */
     542#define VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC                      RT_BIT(0)
    541543/** EPT supported/enabled. */
    542544#define VMX_VMCS_CTRL_PROC_EXEC2_EPT                            RT_BIT(1)
    543545/** VPID supported/enabled. */
    544546#define VMX_VMCS_CTRL_PROC_EXEC2_VPID                           RT_BIT(5)
     547/** VM Exit when executing the WBINVD instruction. */
     548#define VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT                    RT_BIT(6)
    545549/** @} */
    546550
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