Changeset 92561 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Nov 23, 2021 12:29:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r92541 r92561 4152 4152 #endif 4153 4153 { 4154 /** @todo Nested VMX: convert GCPhysCR3 from nested-guest physical to guest-physical4155 * by calling SLAT phys walk. */4156 4157 4154 /* 4158 4155 * Map the page CR3 points at. … … 4311 4308 * Update second-level address translation info. 4312 4309 */ 4313 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 4310 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT 4314 4311 pVCpu->pgm.s.pGstEptPml4R3 = 0; 4315 4312 pVCpu->pgm.s.pGstEptPml4R0 = 0;
Note:
See TracChangeset
for help on using the changeset viewer.