VirtualBox

Changeset 70885 in vbox for trunk/include


Ignore:
Timestamp:
Feb 6, 2018 4:29:41 PM (7 years ago)
Author:
vboxsync
Message:

VMM: updates (bugref:9044)

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r69107 r70885  
    10221022     * This is never set on 64-bit hosts, only 32-bit hosts requires it. */
    10231023    bool                        fHMNeedRawModeCtx;
     1024    /** NEM (native execution manager) active flag.
     1025     * This means we'll use NEM instead of HM when running guest code.  */
     1026    bool                        fNEMActive;
    10241027    /** Set when this VM is the master FT node.
    10251028     * @todo This doesn't need to be here, FTM should store it in it's own
     
    10331036
    10341037    /** Alignment padding. */
    1035     uint8_t                     uPadding1[2];
     1038    uint8_t                     uPadding1[1];
    10361039
    10371040    /** @name Debugging
  • trunk/include/VBox/vmm/vm.mac

    r69107 r70885  
    111111    .fHMEnabledFixed        resb 1
    112112    .fHMNeedRawModeCtx      resb 1
     113    .fNEMActive             resb 1
    113114    .fFaultTolerantMaster   resb 1
    114115    .fUseLargePages         resb 1
    115116
    116     .uPadding1              resb 2
     117    .uPadding1              resb 1
    117118
    118119    .hTraceBufRC            RTRCPTR_RES 1
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