VirtualBox

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


Ignore:
Timestamp:
May 22, 2012 2:29:15 PM (13 years ago)
Author:
vboxsync
Message:

PGMR3PhysSetA20: Signal CR3 sync and pool clearing.

File:
1 edited

Legend:

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

    r41394 r41395  
    37173717#endif
    37183718        /** @todo we're not handling this correctly for VT-x / AMD-V. See #2911 */
     3719#ifdef PGM_WITH_A20
     3720        pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_CLEAR_PGM_POOL | PGM_SYNC_UPDATE_PAGE_BIT_VIRTUAL;
     3721        VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3);
     3722#endif
    37193723    }
    37203724}
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