Changeset 41395 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 22, 2012 2:29:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r41394 r41395 3717 3717 #endif 3718 3718 /** @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 3719 3723 } 3720 3724 }
Note:
See TracChangeset
for help on using the changeset viewer.