VirtualBox

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


Ignore:
Timestamp:
Feb 8, 2019 10:33:49 AM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Fix missing CR0.ET bit in VMX_ENTRY_CR0_IGNORE_MASK.

File:
1 edited

Legend:

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

    r76993 r77213  
    19341934/** CR0 bits ignored on VM-entry (ET, NW, CD and reserved bits bits 6:15, bit 17,
    19351935 *  bits 19:28). */
    1936 #define VMX_ENTRY_CR0_IGNORE_MASK                               UINT64_C(0x7ffaffc0)
     1936#define VMX_ENTRY_CR0_IGNORE_MASK                               UINT64_C(0x7ffaffd0)
    19371937/** DR7 bits set here are always cleared on VM-entry (bit 12, bits 14:15). */
    19381938#define VMX_ENTRY_DR7_MBZ_MASK                                  UINT64_C(0xd000)
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