Changeset 92756 in vbox
- Timestamp:
- Dec 6, 2021 9:47:53 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r92751 r92756 2262 2262 RTGCPHYS GCPhysCR3 = pVCpu->pgm.s.GCPhysCR3 & X86_CR3_AMD64_PAGE_MASK; 2263 2263 PPGMPAGE pPage; 2264 /** @todo Nested VMX: convert GCPhysCR3 from nested-guest physical to2265 * guest-physical address here. */2266 2264 int rc = pgmPhysGetPageEx(pVM, GCPhysCR3, &pPage); 2267 2265 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.

