VirtualBox

Changeset 70948 in vbox for trunk/src/VBox/VMM/VMMRZ


Ignore:
Timestamp:
Feb 10, 2018 3:38:12 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120791
Message:

VMM: Added a bMainExecutionEngine member to the VM structure for use instead of fHMEnabled and fNEMEnabled. Changed a lot of HMIsEnabled invocations to use the new macros VM_IS_RAW_MODE_ENABLED and VM_IS_HM_OR_NEM_ENABLED. Eliminated fHMEnabledFixed. Fixed inverted test for raw-mode debug register sanity checking. Some other minor cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp

    r69111 r70948  
    482482     * Do we need the cache? Skip the last bit if we don't.
    483483     */
    484     if (!HMIsEnabled(pVM))
     484    if (VM_IS_RAW_MODE_ENABLED(pVM))
    485485        return VINF_SUCCESS;
    486486
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