儲存庫 vbox 的更動 16575
- 時間撮記:
- 2009-2-9 上午10:28:03 (16 年 以前)
- 位置:
- trunk/src/VBox/VMM
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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 */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器