VirtualBox

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


Ignore:
Timestamp:
Jan 22, 2024 10:07:42 AM (13 months ago)
Author:
vboxsync
Message:

VMM/HM: Nested VMX: bugref:10318 Log host CR0 and a couple of MSRs for split-lock disable status.

File:
1 edited

Legend:

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

    r100139 r102987  
    372372            bool                        fAlwaysInterceptMovDRx;
    373373
     374            /** Host CR0 value (set by ring-0 VMX init, for logging). */
     375            uint64_t                    u64HostCr0;
    374376            /** Host CR4 value (set by ring-0 VMX init, for logging). */
    375377            uint64_t                    u64HostCr4;
     
    380382            /** Host IA32_FEATURE_CONTROL MSR (set by ring-0 VMX init, for logging). */
    381383            uint64_t                    u64HostFeatCtrl;
     384            /** Host IA32_CORE_CAPABILITIES MSR (set by ring-0 VMX init, for logging). */
     385            uint64_t                    u64HostCoreCap;
     386            /** Host MSR_MEMORY_CTRL MSR (set by ring-0 VMX init, for logging). */
     387            uint64_t                    u64HostMemoryCtrl;
     388
    382389            /** Host zero'ed DR6 value (set by ring-0 VMX init, for logging). */
    383390            uint64_t                    u64HostDr6Zeroed;
     
    11861193extern uint8_t          g_cHmVmxPreemptTimerShift;
    11871194extern bool             g_fHmVmxSupportsVmcsEfer;
     1195extern uint64_t         g_uHmVmxHostCr0;
    11881196extern uint64_t         g_uHmVmxHostCr4;
    11891197extern uint64_t         g_uHmVmxHostMsrEfer;
    11901198extern uint64_t         g_uHmVmxHostSmmMonitorCtl;
     1199extern uint64_t         g_uHmVmxHostCoreCap;
     1200extern uint64_t         g_uHmVmxHostMemoryCtrl;
    11911201extern bool             g_fHmSvmSupported;
    11921202extern uint32_t         g_uHmSvmRev;
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