Changeset 13173 in vbox
- Timestamp:
- Oct 10, 2008 1:13:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r13169 r13173 917 917 pCtx->ssHid.u32Limit &= 0xffff; 918 918 919 Assert(pCtx->csHid.u64Base <= 0xfffff); 919 920 Assert(pCtx->dsHid.u64Base <= 0xfffff); 920 921 Assert(pCtx->esHid.u64Base <= 0xfffff); … … 2304 2305 errCode |= X86_TRAP_PF_P; 2305 2306 2306 Log 2(("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)); 2307 2308 2308 2309 /* GCPhys contains the guest physical address of the page fault. */ … … 2988 2989 uint64_t descriptor[2]; 2989 2990 2991 LogFlow(("VMXR0FlushEPT %d %VGv\n", enmFlush, GCPhys)); 2990 2992 Assert(pVM->hwaccm.s.fNestedPaging); 2991 2993 descriptor[0] = pVM->hwaccm.s.vmx.GCPhysEPTP;
Note:
See TracChangeset
for help on using the changeset viewer.