VirtualBox

Changeset 74375 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 19, 2018 5:01:28 PM (6 years ago)
Author:
vboxsync
Message:

hm_vmx.h: Nested VMX: bugref:9180 Added a missing exit control.

File:
1 edited

Legend:

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

    r74359 r74375  
    22072207/** Whether the value of the VMX preemption timer is saved on every VM-exit. */
    22082208#define VMX_EXIT_CTLS_SAVE_PREEMPT_TIMER                        RT_BIT(22)
     2209/** Whether IA32_BNDCFGS MSR is cleared on VM-exit. */
     2210#define VMX_EXIT_CTLS_CLEAR_BNDCFGS_MSR                         RT_BIT(23)
    22092211/** Default1 class when true-capability MSRs are not supported.  */
    22102212#define VMX_EXIT_CTLS_DEFAULT1                                  UINT32_C(0x00036dff)
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