VirtualBox

Changeset 100004 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
May 30, 2023 6:20:20 AM (20 months ago)
Author:
vboxsync
Message:

VMM/PGM: Ignore A20 state on reset as it is not relevant for ARM, bugref:10385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGM.cpp

    r98103 r100004  
    19651965        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_PGM_SYNC_CR3_NON_GLOBAL);
    19661966
     1967#if !defined(VBOX_VMM_TARGET_ARMV8)
    19671968        if (!pVCpu->pgm.s.fA20Enabled)
    19681969        {
    19691970            pVCpu->pgm.s.fA20Enabled = true;
    19701971            pVCpu->pgm.s.GCPhysA20Mask = ~((RTGCPHYS)!pVCpu->pgm.s.fA20Enabled << 20);
    1971 #ifdef PGM_WITH_A20
     1972# ifdef PGM_WITH_A20
    19721973            VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
    19731974            pgmR3RefreshShadowModeAfterA20Change(pVCpu);
    19741975            HMFlushTlb(pVCpu);
     1976# endif
     1977        }
    19751978#endif
    1976         }
    19771979    }
    19781980
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