VirtualBox

Changeset 13173 in vbox


Ignore:
Timestamp:
Oct 10, 2008 1:13:08 PM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.

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