Changeset 41193 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 7, 2012 4:55:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r41189 r41193 4504 4504 uint64_t descriptor[2]; 4505 4505 4506 LogFlow(("hmR0VmxFlushEPT %d %RGv\n", enmFlush, GCPhys));4506 LogFlow(("hmR0VmxFlushEPT %d\n", enmFlush)); 4507 4507 Assert(pVM->hwaccm.s.fNestedPaging); 4508 4508 descriptor[0] = pVCpu->hwaccm.s.vmx.GCPhysEPTP;
Note:
See TracChangeset
for help on using the changeset viewer.