Changeset 19913 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 22, 2009 2:38:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19910 r19913 2891 2891 errCode |= X86_TRAP_PF_P; 2892 2892 2893 Log (("EPT Page fault %x at %RGp error code %x\n", (uint32_t)exitQualification, GCPhys, errCode));2893 LogFlow(("EPT Page fault %x at %RGp error code %x\n", (uint32_t)exitQualification, GCPhys, errCode)); 2894 2894 2895 2895 /* GCPhys contains the guest physical address of the page fault. */
Note:
See TracChangeset
for help on using the changeset viewer.