Changeset 108514 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Mar 11, 2025 8:53:03 AM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167904
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GICR3.cpp
r108492 r108514 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #define LOG_GROUP LOG_GROUP_DEV_ APIC32 #define LOG_GROUP LOG_GROUP_DEV_GIC 33 33 #include <VBox/log.h> 34 34 #include "GICInternal.h" -
trunk/src/VBox/VMM/VMMR3/GICR3Nem-darwin.cpp
r108413 r108514 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #define LOG_GROUP LOG_GROUP_DEV_ APIC32 #define LOG_GROUP LOG_GROUP_DEV_GIC 33 33 #include <VBox/log.h> 34 34 #include "GICInternal.h" -
trunk/src/VBox/VMM/VMMR3/GICR3Nem-linux.cpp
r108412 r108514 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #define LOG_GROUP LOG_GROUP_DEV_ APIC32 #define LOG_GROUP LOG_GROUP_DEV_GIC 33 33 #include <VBox/log.h> 34 34 #include "GICInternal.h" -
trunk/src/VBox/VMM/VMMR3/GICR3Nem-win.cpp
r108403 r108514 30 30 * Header Files * 31 31 *********************************************************************************************************************************/ 32 #define LOG_GROUP LOG_GROUP_DEV_ APIC32 #define LOG_GROUP LOG_GROUP_DEV_GIC 33 33 #include <iprt/nt/nt-and-windows.h> 34 34 #include <iprt/nt/hyperv.h>
Note:
See TracChangeset
for help on using the changeset viewer.