VirtualBox

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


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Devices/Bus
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r34751 r35346  
    4848#define PCI_INCLUDE_PRIVATE
    4949#include <VBox/pci.h>
    50 #include <VBox/pdmdev.h>
     50#include <VBox/vmm/pdmdev.h>
    5151#include <iprt/asm.h>
    5252#include <iprt/assert.h>
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r35258 r35346  
    2424#include <VBox/pci.h>
    2525#include <VBox/msi.h>
    26 #include <VBox/pdmdev.h>
     26#include <VBox/vmm/pdmdev.h>
    2727#include <iprt/asm.h>
    2828#include <iprt/assert.h>
     
    23582358    PCIDevSetWord(&pBus->aPciDev,  0x50, VBOX_PCI_CAP_ID_SSVID);
    23592359    PCIDevSetDWord(&pBus->aPciDev, 0x54, 0x00000000); /* Subsystem vendor ids */
    2360    
     2360
    23612361    pBus->aPciDev.pDevIns               = pDevIns;
    23622362    /* We register Host<->PCI controller on the bus */
  • trunk/src/VBox/Devices/Bus/DevPciRaw.cpp

    r34876 r35346  
    2020*******************************************************************************/
    2121#define LOG_GROUP LOG_GROUP_DEV_PCI
    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/string.h>
  • trunk/src/VBox/Devices/Bus/MsiCommon.cpp

    r33419 r35346  
    2020#include <VBox/pci.h>
    2121#include <VBox/msi.h>
    22 #include <VBox/pdmdev.h>
     22#include <VBox/vmm/pdmdev.h>
    2323#include <VBox/log.h>
    2424
  • trunk/src/VBox/Devices/Bus/MsixCommon.cpp

    r33317 r35346  
    2020#include <VBox/pci.h>
    2121#include <VBox/msi.h>
    22 #include <VBox/pdmdev.h>
     22#include <VBox/vmm/pdmdev.h>
    2323#include <VBox/log.h>
    24 #include <VBox/mm.h>
     24#include <VBox/vmm/mm.h>
    2525
    2626#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