vbox的更動 13824 路徑 trunk/src/VBox/VMM/PGMGst.h
- 時間撮記:
- 2008-11-5 上午01:11:24 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/PGMGst.h
r13818 r13824 284 284 AssertMsg(!pVM->pgm.s.fMappingsFixed, ("Shouldn't be registered when mappings are fixed!\n")); 285 285 Assert(enmAccessType == PGMACCESSTYPE_WRITE); 286 Log2(("pgmR3Gst32BitWriteHandlerCR3: ff=%#x GCPhys=% VGp pvPhys=%p cbBuf=%d pvBuf={%.*Vhxs}\n", pVM->fForcedActions, GCPhys, pvPhys, cbBuf, cbBuf, pvBuf));286 Log2(("pgmR3Gst32BitWriteHandlerCR3: ff=%#x GCPhys=%RGp pvPhys=%p cbBuf=%d pvBuf={%.*Vhxs}\n", pVM->fForcedActions, GCPhys, pvPhys, cbBuf, cbBuf, pvBuf)); 287 287 288 288 /* … … 307 307 ) 308 308 { 309 Log(("pgmR3Gst32BitWriteHandlerCR3: detected conflict. iPD1=%#x iPD2=%#x GCPhys=% VGp\n", iPD1, iPD2, GCPhys));309 Log(("pgmR3Gst32BitWriteHandlerCR3: detected conflict. iPD1=%#x iPD2=%#x GCPhys=%RGp\n", iPD1, iPD2, GCPhys)); 310 310 STAM_COUNTER_INC(&pVM->pgm.s.StatR3GuestPDWriteConflict); 311 311 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); … … 337 337 AssertMsg(!pVM->pgm.s.fMappingsFixed, ("Shouldn't be registered when mappings are fixed!\n")); 338 338 Assert(enmAccessType == PGMACCESSTYPE_WRITE); 339 Log2(("pgmR3GstPAEWriteHandlerCR3: ff=%#x GCPhys=% VGp pvPhys=%p cbBuf=%d pvBuf={%.*Vhxs}\n", pVM->fForcedActions, GCPhys, pvPhys, cbBuf, cbBuf, pvBuf));339 Log2(("pgmR3GstPAEWriteHandlerCR3: ff=%#x GCPhys=%RGp pvPhys=%p cbBuf=%d pvBuf={%.*Vhxs}\n", pVM->fForcedActions, GCPhys, pvPhys, cbBuf, cbBuf, pvBuf)); 340 340 341 341 /* … … 355 355 && (pVM->pgm.s.pGstPaePDPTHC->a[i].u & X86_PDPE_PG_MASK) != pVM->pgm.s.aGCPhysGstPaePDsMonitored[i]) 356 356 { 357 Log(("pgmR3GstPAEWriteHandlerCR3: detected updated PDPE; [%d] = %#llx, Old GCPhys=% VGp\n",357 Log(("pgmR3GstPAEWriteHandlerCR3: detected updated PDPE; [%d] = %#llx, Old GCPhys=%RGp\n", 358 358 i, pVM->pgm.s.pGstPaePDPTHC->a[i].u, pVM->pgm.s.aGCPhysGstPaePDsMonitored[i])); 359 359 /* … … 402 402 AssertMsg(!pVM->pgm.s.fMappingsFixed, ("Shouldn't be registered when mappings are fixed!\n")); 403 403 Assert(enmAccessType == PGMACCESSTYPE_WRITE); 404 Log2(("pgmR3GstPAEWriteHandlerPD: ff=%#x GCPhys=% VGp pvPhys=%p cbBuf=%d pvBuf={%.*Vhxs}\n", pVM->fForcedActions, GCPhys, pvPhys, cbBuf, cbBuf, pvBuf));404 Log2(("pgmR3GstPAEWriteHandlerPD: ff=%#x GCPhys=%RGp pvPhys=%p cbBuf=%d pvBuf={%.*Vhxs}\n", pVM->fForcedActions, GCPhys, pvPhys, cbBuf, cbBuf, pvBuf)); 405 405 406 406 /* … … 430 430 ) 431 431 { 432 Log(("pgmR3GstPaePD3WriteHandler: detected conflict. i=%d iPD1=%#x iPD2=%#x GCPhys=% VGp\n",432 Log(("pgmR3GstPaePD3WriteHandler: detected conflict. i=%d iPD1=%#x iPD2=%#x GCPhys=%RGp\n", 433 433 i, iPD1, iPD2, GCPhys)); 434 434 STAM_COUNTER_INC(&pVM->pgm.s.StatR3GuestPDWriteConflict);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器