VirtualBox

Changeset 93583 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 3, 2022 2:21:09 PM (3 years ago)
Author:
vboxsync
Message:

VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin.cpp}: Temporarily intercept all CR3 accesses to investigate an issue with 32bit guests where we seem to end up with an invalid page table root address under certain circumstances, bugref:9044 [typo]

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h

    r93582 r93583  
    20862086            if (VM_IS_VMX_NESTED_PAGING(pVM))
    20872087            {
    2088 #ifndef HMVMX_ALAWAYS_INTERCEPT_CR3_ACCESS
     2088#ifndef HMVMX_ALWAYS_INTERCEPT_CR3_ACCESS
    20892089                if (CPUMIsGuestPagingEnabled(pVCpu))
    20902090                {
     
    80248024             *   - We are executing in the VM debug loop.
    80258025             */
    8026 #ifndef HMVMX_ALAWAYS_INTERCEPT_CR3_ACCESS
     8026#ifndef HMVMX_ALWAYS_INTERCEPT_CR3_ACCESS
    80278027# ifndef IN_NEM_DARWIN
    80288028            Assert(   iCrReg != 3
     
    80868086             *   - We are executing in the VM debug loop.
    80878087             */
    8088 #ifndef HMVMX_ALAWAYS_INTERCEPT_CR3_ACCESS
     8088#ifndef HMVMX_ALWAYS_INTERCEPT_CR3_ACCESS
    80898089# ifndef IN_NEM_DARWIN
    80908090            Assert(   iCrReg != 3
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp

    r93582 r93583  
    13271327//#define HMVMX_ALWAYS_TRAP_ALL_XCPTS
    13281328//#define HMVMX_ALWAYS_SYNC_FULL_GUEST_STATE
    1329 #define HMVMX_ALAWAYS_INTERCEPT_CR3_ACCESS /* Temporary to investigate an issue with 32bit guests whete seem to end up with an invalid page table root address. */
     1329#define HMVMX_ALWAYS_INTERCEPT_CR3_ACCESS /* Temporary to investigate an issue with 32bit guests whete seem to end up with an invalid page table root address. */
    13301330#define VCPU_2_VMXSTATE(a_pVCpu)            (a_pVCpu)->nem.s
    13311331#define VCPU_2_VMXSTATS(a_pVCpu)            (*(a_pVCpu)->nem.s.pVmxStats)
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