Changeset 86473 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 7, 2020 5:30:25 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140782
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r84633 r86473 616 616 *********************************************************************************************************************************/ 617 617 #define LOG_GROUP LOG_GROUP_PGM 618 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 618 619 #include <VBox/vmm/dbgf.h> 619 620 #include <VBox/vmm/pgm.h> -
trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp
r86461 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM 23 /** @todo #define VBOX_WITHOUT_PAGING_BIT_FIELDS - not so important here, should only be reading for debugging purposes. */ 23 24 #include <VBox/vmm/pgm.h> 24 25 #include <VBox/vmm/stam.h> -
trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp
r82968 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM 23 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 23 24 #include <VBox/vmm/dbgf.h> 24 25 #include <VBox/vmm/pgm.h> -
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r85121 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM_PHYS 23 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 23 24 #include <VBox/vmm/pgm.h> 24 25 #include <VBox/vmm/iem.h> -
trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp
r82968 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM 23 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 23 24 #include <VBox/vmm/pgm.h> 24 25 #include <VBox/vmm/stam.h> -
trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp
r82968 r86473 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM_SHARED 23 #define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */ 23 24 #include <VBox/vmm/pgm.h> 24 25 #include <VBox/vmm/stam.h>
Note:
See TracChangeset
for help on using the changeset viewer.