summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/PGMAllGstSlatEpt.cpp.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* VMM/PGM: Nested VMX: bugref:10092 Doxygen fix.vboxsync2022-10-201-2/+2
* VMM/PGM: Nested VMX: bugref:10092 Doxygen and comment update.vboxsync2022-10-201-1/+41
* VMM/PGM: Nested VMX: bugref:10092 Naming nits and PGM_SLAT_TYPE rather than P...vboxsync2022-09-141-96/+95
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM: Nested VMX: bugref:10092 Guest SLAT walk nits.vboxsync2022-06-021-5/+3
* VMM: Nested VMX: bugref:10092 Assertion to ensure we don't need to mask twice.vboxsync2022-05-111-11/+12
* VMM: Nested VMX: bugref:10092 Copy the inverse of the EPT execute bit to the ...vboxsync2022-05-111-11/+22
* VMM: Nested VMX: bugref:10092 EPT VM-exit handling with HM ring-0 code.vboxsync2022-02-241-13/+17
* VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT -> GUE...vboxsync2022-02-021-1/+1
* VMM: Nested VMX: bugref:10092 Fixed typo in assertion in checking EPT memory ...vboxsync2022-02-021-2/+2
* VMM: Nested VMX: bugref:10092 EPT misconfiguration fixes.vboxsync2022-01-271-29/+32
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: Nested VMX: bugref:10092 Started with constructing EPT-violation VM-exit...vboxsync2021-12-021-10/+33
* VMM: Nested VMX: bugref:10092 Allow forcing mapping/unmapping of CR3 even whe...vboxsync2021-11-221-1/+1
* VMM: Nested VMX: bugref:10092 Comment clarifying disappearing of bit 7 of MSR...vboxsync2021-11-171-6/+14
* VMM: Nested VMX: bugref:10092 EPT misconfiguration and some fixes and adjustm...vboxsync2021-11-171-28/+78
* VMM: Nested VMX: bugref:10092 EPT violation bits.vboxsync2021-11-171-4/+6
* VMM: Nested VMX: bugref:10092 EPT violation information.vboxsync2021-11-171-14/+17
* VMM: Nested VMX: bugref:10092 Refactor PGMGstGetPage and related API and func...vboxsync2021-11-151-44/+47
* VMM: Nested VMX: bugref:10092 Eliminate fEffectiveUS, use the US bit from the...vboxsync2021-11-101-3/+0
* VMM: Nested VMX: bugref:10092 Eliminate fEffectiveRW, use the W bit from the ...vboxsync2021-11-101-3/+0
* VMM: Nested VMX: bugref:10092 Make EPT SLAT walk code copy EPT_R, EPT_W bits ...vboxsync2021-11-101-20/+43
* VMM: Nested VMX: bugref:10092 Eliminate fEffectiveNX, use the bit from the pa...vboxsync2021-11-101-3/+0
* VMM: Nested VMX: bugref:10092 Use bit 63 for NX in the PGMPTATTRS, adjusted g...vboxsync2021-11-101-68/+76
* VMM: Nested VMX: bugref:10092 Defined a combined layout for regular page tabl...vboxsync2021-11-081-37/+37
* VMM: Nested VMX: bugref:10092 Renamed PGMAllGstSlatEpt.h to PGMAllGstSlatEpt....vboxsync2021-11-031-0/+231