VirtualBox

Changeset 91120 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Sep 6, 2021 12:03:23 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 VMX EPT and Unrestricted CFGM options, build EPT_VPID_CAPS MSR and exposing other EPT related bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/CPUMInternal.h

    r91037 r91120  
    362362    /** Nested VMX: Whether to expose VMX-preemption timer to the guest. */
    363363    bool                    fNestedVmxPreemptTimer;
    364     uint8_t                 abPadding1[3];
     364    /** Nested VMX: Whether to expose EPT to the guest. If this is disabled make sure
     365     *  to also disable fNestedVmxUnrestrictedGuest. */
     366    bool                    fNestedVmxEpt;
     367    /** Nested VMX: Whether to expose "unrestricted guest" to the guest. */
     368    bool                    fNestedVmxUnrestrictedGuest;
     369    uint8_t                 abPadding1[1];
    365370
    366371    /** Align to 64-byte boundary. */
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