VirtualBox

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


Ignore:
Timestamp:
Feb 3, 2021 10:41:38 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142579
Message:

VMM/HMVMX: Use g_uHmVmxHostMsrEfer instead of pVM->hm.s.vmx.u64HostMsrEfer in ring-0. bugref:9217

File:
1 edited

Legend:

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

    r87550 r87552  
    511511        uint32_t                    cPleWindowTicks;
    512512
    513         /** Host CR4 value (set by ring-0 VMX init) */
     513        /** Host CR4 value (set by ring-0 VMX init, for logging). */
    514514        uint64_t                    u64HostCr4;
    515         /** Host SMM monitor control (set by ring-0 VMX init) */
     515        /** Host SMM monitor control (set by ring-0 VMX init, for logging). */
    516516        uint64_t                    u64HostSmmMonitorCtl;
    517         /** Host EFER value (set by ring-0 VMX init) */
     517        /** Host EFER value (set by ring-0 VMX init, for logging and guest NX). */
    518518        uint64_t                    u64HostMsrEfer;
    519519        /** Whether the CPU supports VMCS fields for swapping EFER. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette