- Timestamp:
- Feb 9, 2009 10:28:03 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42532
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMBth.h
r16420 r16575 164 164 165 165 /* contruct a fake address */ 166 # if PGM_GST_TYPE == PGM_TYPE_REAL167 166 RTGCPHYS GCPhysCR3 = RT_BIT_64(63); 168 # else169 RTGCPHYS GCPhysCR3 = RT_BIT_64(63) | RT_BIT_64(62);170 # endif171 167 pVM->pgm.s.iShwUser = SHW_POOL_ROOT_IDX; 172 168 pVM->pgm.s.iShwUserTable = GCPhysCR3 >> PAGE_SHIFT; -
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r15865 r16575 1289 1289 { 1290 1290 /* 1291 * The first pass will wake up VMs which ha sactually expired1291 * The first pass will wake up VMs which have actually expired 1292 1292 * and look for VMs that should be woken up in the 2nd and 3rd passes. 1293 1293 */
Note:
See TracChangeset
for help on using the changeset viewer.