VirtualBox

儲存庫 vbox 的更動 13173


忽略:
時間撮記:
2008-10-10 下午01:13:08 (16 年 以前)
作者:
vboxsync
訊息:

More logging

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r13169 r13173  
    917917                pCtx->ssHid.u32Limit &= 0xffff;
    918918
     919                Assert(pCtx->csHid.u64Base <= 0xfffff);
    919920                Assert(pCtx->dsHid.u64Base <= 0xfffff);
    920921                Assert(pCtx->esHid.u64Base <= 0xfffff);
     
    23042305            errCode |= X86_TRAP_PF_P;
    23052306
    2306         Log2(("EPT Page fault %x at %VGp error code %x\n", (uint32_t)exitQualification, GCPhys, errCode));
     2307        Log(("EPT Page fault %x at %VGp error code %x\n", (uint32_t)exitQualification, GCPhys, errCode));
    23072308
    23082309        /* GCPhys contains the guest physical address of the page fault. */
     
    29882989    uint64_t descriptor[2];
    29892990
     2991    LogFlow(("VMXR0FlushEPT %d %VGv\n", enmFlush, GCPhys));
    29902992    Assert(pVM->hwaccm.s.fNestedPaging);
    29912993    descriptor[0] = pVM->hwaccm.s.vmx.GCPhysEPTP;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette