VirtualBox

Changeset 93586 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 3, 2022 3:21:32 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]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp

    r93583 r93586  
    21912191         |  VMX_PROC_CTLS_MWAIT_EXIT;                                 /* MWAIT causes a VM-exit. */
    21922192
    2193 #ifdef HMVMX_ALAWAYS_INTERCEPT_CR3_ACCESS
     2193#ifdef HMVMX_ALWAYS_INTERCEPT_CR3_ACCESS
    21942194    fVal |= VMX_PROC_CTLS_CR3_LOAD_EXIT
    21952195         |  VMX_PROC_CTLS_CR3_STORE_EXIT;
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