Changeset 26146 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 2, 2010 1:51:26 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r26066 r26146 1703 1703 /* We convert it here every time as pci regions could be reconfigured. */ 1704 1704 rc = PDMVMMDevHeapR3ToGCPhys(pVM, pVM->hwaccm.s.vmx.pNonPagingModeEPTPageTable, &GCPhys); 1705 Assert RC(rc);1705 AssertMsgRC(rc, ("pNonPagingModeEPTPageTable = %RGv\n", pVM->hwaccm.s.vmx.pNonPagingModeEPTPageTable)); 1706 1706 1707 1707 /* We use our identity mapping page table here as we need to map guest virtual to guest physical addresses; EPT will
Note:
See TracChangeset
for help on using the changeset viewer.