VirtualBox

Changeset 35346 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69206
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

Location:
trunk/src/VBox/Devices/PC
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp

    r33540 r35346  
    2121
    2222#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>
    2525#include <VBox/log.h>
    2626#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>
    2929#include <iprt/assert.h>
    3030#include <iprt/alloc.h>
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r34494 r35346  
    2020*******************************************************************************/
    2121#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>
    2424#include <VBox/log.h>
    2525#include <VBox/param.h>
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r33595 r35346  
    2626*******************************************************************************/
    2727#define LOG_GROUP LOG_GROUP_DEV_APIC
    28 #include <VBox/pdmdev.h>
     28#include <VBox/vmm/pdmdev.h>
    2929
    3030#include <VBox/log.h>
    31 #include <VBox/stam.h>
     31#include <VBox/vmm/stam.h>
    3232#include <iprt/assert.h>
    3333#include <iprt/asm.h>
  • trunk/src/VBox/Devices/PC/DevDMA.cpp

    r28800 r35346  
    4646*   Header Files                                                               *
    4747*******************************************************************************/
    48 #include <VBox/pdmdev.h>
     48#include <VBox/vmm/pdmdev.h>
    4949#include <VBox/err.h>
    5050
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r33540 r35346  
    2020*******************************************************************************/
    2121#define LOG_GROUP LOG_GROUP_DEV
    22 #include <VBox/pdmdev.h>
     22#include <VBox/vmm/pdmdev.h>
    2323
    2424#include <VBox/log.h>
  • trunk/src/VBox/Devices/PC/DevHPET.cpp

    r34879 r35346  
    2020*******************************************************************************/
    2121#define LOG_GROUP LOG_GROUP_DEV_HPET
    22 #include <VBox/pdmdev.h>
     22#include <VBox/vmm/pdmdev.h>
    2323#include <VBox/log.h>
    24 #include <VBox/stam.h>
     24#include <VBox/vmm/stam.h>
    2525#include <iprt/assert.h>
    2626#include <iprt/asm-math.h>
  • trunk/src/VBox/Devices/PC/DevLPC.cpp

    r35286 r35346  
    4848*******************************************************************************/
    4949#define LOG_GROUP LOG_GROUP_DEV_LPC
    50 #include <VBox/pdmdev.h>
     50#include <VBox/vmm/pdmdev.h>
    5151#include <VBox/log.h>
    52 #include <VBox/stam.h>
     52#include <VBox/vmm/stam.h>
    5353#include <iprt/assert.h>
    5454#include <iprt/string.h>
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    r35073 r35346  
    2020*******************************************************************************/
    2121#define LOG_GROUP LOG_GROUP_DEV_PIC
    22 #include <VBox/pdmdev.h>
     22#include <VBox/vmm/pdmdev.h>
    2323#include <VBox/log.h>
    2424#include <iprt/assert.h>
  • trunk/src/VBox/Devices/PC/DevPcArch.c

    r33540 r35346  
    2020*******************************************************************************/
    2121#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>
    2424#include <VBox/log.h>
    2525#include <VBox/err.h>
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r34458 r35346  
    2020*******************************************************************************/
    2121#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>
    2525
    2626#include <VBox/log.h>
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r35178 r35346  
    4545*******************************************************************************/
    4646#define LOG_GROUP LOG_GROUP_DEV_PIT
    47 #include <VBox/pdmdev.h>
     47#include <VBox/vmm/pdmdev.h>
    4848#include <VBox/log.h>
    49 #include <VBox/stam.h>
     49#include <VBox/vmm/stam.h>
    5050#include <iprt/assert.h>
    5151#include <iprt/asm-math.h>
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r33540 r35346  
    4545*******************************************************************************/
    4646#define LOG_GROUP LOG_GROUP_DEV_RTC
    47 #include <VBox/pdmdev.h>
     47#include <VBox/vmm/pdmdev.h>
    4848#include <VBox/log.h>
    4949#include <iprt/asm-math.h>
  • trunk/src/VBox/Devices/PC/DevSMC.cpp

    r29569 r35346  
    5151*******************************************************************************/
    5252#define LOG_GROUP LOG_GROUP_DEV_SMC
    53 #include <VBox/pdmdev.h>
     53#include <VBox/vmm/pdmdev.h>
    5454#include <VBox/log.h>
    55 #include <VBox/stam.h>
     55#include <VBox/vmm/stam.h>
    5656#include <iprt/assert.h>
    5757#include <iprt/string.h>
  • trunk/src/VBox/Devices/PC/DrvACPI.cpp

    r33540 r35346  
    2525#endif
    2626
    27 #include <VBox/pdmdrv.h>
     27#include <VBox/vmm/pdmdrv.h>
    2828#include <VBox/log.h>
    2929#include <iprt/asm.h>
  • trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp

    r28800 r35346  
    2121#define LOG_GROUP LOG_GROUP_DRV_ACPI
    2222
    23 #include <VBox/pdmdrv.h>
     23#include <VBox/vmm/pdmdrv.h>
    2424#include <VBox/log.h>
    2525#include <iprt/assert.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette