Changeset 35346 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp
r33540 r35346 21 21 22 22 #define LOG_GROUP LOG_GROUP_DEV_ACPI 23 #include <VBox/ pdmdev.h>24 #include <VBox/ pgm.h>23 #include <VBox/vmm/pdmdev.h> 24 #include <VBox/vmm/pgm.h> 25 25 #include <VBox/log.h> 26 26 #include <VBox/param.h> 27 #include <VBox/ cfgm.h>28 #include <VBox/ mm.h>27 #include <VBox/vmm/cfgm.h> 28 #include <VBox/vmm/mm.h> 29 29 #include <iprt/assert.h> 30 30 #include <iprt/alloc.h> -
trunk/src/VBox/Devices/PC/DevACPI.cpp
r34494 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV_ACPI 22 #include <VBox/ pdmdev.h>23 #include <VBox/ pgm.h>22 #include <VBox/vmm/pdmdev.h> 23 #include <VBox/vmm/pgm.h> 24 24 #include <VBox/log.h> 25 25 #include <VBox/param.h> -
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r33595 r35346 26 26 *******************************************************************************/ 27 27 #define LOG_GROUP LOG_GROUP_DEV_APIC 28 #include <VBox/ pdmdev.h>28 #include <VBox/vmm/pdmdev.h> 29 29 30 30 #include <VBox/log.h> 31 #include <VBox/ stam.h>31 #include <VBox/vmm/stam.h> 32 32 #include <iprt/assert.h> 33 33 #include <iprt/asm.h> -
trunk/src/VBox/Devices/PC/DevDMA.cpp
r28800 r35346 46 46 * Header Files * 47 47 *******************************************************************************/ 48 #include <VBox/ pdmdev.h>48 #include <VBox/vmm/pdmdev.h> 49 49 #include <VBox/err.h> 50 50 -
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r33540 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV 22 #include <VBox/ pdmdev.h>22 #include <VBox/vmm/pdmdev.h> 23 23 24 24 #include <VBox/log.h> -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r34879 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV_HPET 22 #include <VBox/ pdmdev.h>22 #include <VBox/vmm/pdmdev.h> 23 23 #include <VBox/log.h> 24 #include <VBox/ stam.h>24 #include <VBox/vmm/stam.h> 25 25 #include <iprt/assert.h> 26 26 #include <iprt/asm-math.h> -
trunk/src/VBox/Devices/PC/DevLPC.cpp
r35286 r35346 48 48 *******************************************************************************/ 49 49 #define LOG_GROUP LOG_GROUP_DEV_LPC 50 #include <VBox/ pdmdev.h>50 #include <VBox/vmm/pdmdev.h> 51 51 #include <VBox/log.h> 52 #include <VBox/ stam.h>52 #include <VBox/vmm/stam.h> 53 53 #include <iprt/assert.h> 54 54 #include <iprt/string.h> -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r35073 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV_PIC 22 #include <VBox/ pdmdev.h>22 #include <VBox/vmm/pdmdev.h> 23 23 #include <VBox/log.h> 24 24 #include <iprt/assert.h> -
trunk/src/VBox/Devices/PC/DevPcArch.c
r33540 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV_PC_ARCH 22 #include <VBox/ pdmdev.h>23 #include <VBox/ mm.h>22 #include <VBox/vmm/pdmdev.h> 23 #include <VBox/vmm/mm.h> 24 24 #include <VBox/log.h> 25 25 #include <VBox/err.h> -
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r34458 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV_PC_BIOS 22 #include <VBox/ pdmdev.h>23 #include <VBox/ mm.h>24 #include <VBox/ pgm.h>22 #include <VBox/vmm/pdmdev.h> 23 #include <VBox/vmm/mm.h> 24 #include <VBox/vmm/pgm.h> 25 25 26 26 #include <VBox/log.h> -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r35178 r35346 45 45 *******************************************************************************/ 46 46 #define LOG_GROUP LOG_GROUP_DEV_PIT 47 #include <VBox/ pdmdev.h>47 #include <VBox/vmm/pdmdev.h> 48 48 #include <VBox/log.h> 49 #include <VBox/ stam.h>49 #include <VBox/vmm/stam.h> 50 50 #include <iprt/assert.h> 51 51 #include <iprt/asm-math.h> -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r33540 r35346 45 45 *******************************************************************************/ 46 46 #define LOG_GROUP LOG_GROUP_DEV_RTC 47 #include <VBox/ pdmdev.h>47 #include <VBox/vmm/pdmdev.h> 48 48 #include <VBox/log.h> 49 49 #include <iprt/asm-math.h> -
trunk/src/VBox/Devices/PC/DevSMC.cpp
r29569 r35346 51 51 *******************************************************************************/ 52 52 #define LOG_GROUP LOG_GROUP_DEV_SMC 53 #include <VBox/ pdmdev.h>53 #include <VBox/vmm/pdmdev.h> 54 54 #include <VBox/log.h> 55 #include <VBox/ stam.h>55 #include <VBox/vmm/stam.h> 56 56 #include <iprt/assert.h> 57 57 #include <iprt/string.h> -
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r33540 r35346 25 25 #endif 26 26 27 #include <VBox/ pdmdrv.h>27 #include <VBox/vmm/pdmdrv.h> 28 28 #include <VBox/log.h> 29 29 #include <iprt/asm.h> -
trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp
r28800 r35346 21 21 #define LOG_GROUP LOG_GROUP_DRV_ACPI 22 22 23 #include <VBox/ pdmdrv.h>23 #include <VBox/vmm/pdmdrv.h> 24 24 #include <VBox/log.h> 25 25 #include <iprt/assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.