Changeset 97039 in vbox
- Timestamp:
- Oct 7, 2022 8:18:18 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r97038 r97039 2964 2964 { 2965 2965 /* 2966 * We can't translate the PAE PDPEs through the guest's EPT tables right now2967 * but we must -NOT- fail rightnow. This is because we're called from a Mov CRx2966 * Second-level address translation of the PAE PDPE has failed but we must -NOT- 2967 * abort and return a failure now. This is because we're called from a Mov CRx 2968 2968 * instruction (or similar operation). Let's just pretend success but flag that 2969 2969 * we need to map this PDPE lazily later.
Note:
See TracChangeset
for help on using the changeset viewer.