Changeset 108132 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 10, 2025 11:05:23 AM (12 days ago)
- svn:sync-xref-src-repo-rev:
- 167432
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r106061 r108132 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #define VBOX_VMM_TARGET_X86 32 33 #define LOG_GROUP LOG_GROUP_PGM 33 34 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ -
trunk/src/VBox/VMM/VMMR0/PGMR0Pool.cpp
r106061 r108132 32 32 #define LOG_GROUP LOG_GROUP_PGM_POOL 33 33 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 34 #define VBOX_VMM_TARGET_X86 34 35 #include <VBox/vmm/pgm.h> 35 36 #include <VBox/vmm/hm.h> -
trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp
r106061 r108132 32 32 #define LOG_GROUP LOG_GROUP_PGM_SHARED 33 33 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 34 #define VBOX_VMM_TARGET_X86 34 35 #include <VBox/vmm/pgm.h> 35 36 #include <VBox/vmm/iem.h>
Note:
See TracChangeset
for help on using the changeset viewer.