pci: update all users to look in pci/

update all users so we can remove the makefile hack.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Michael S. Tsirkin 2012-12-12 14:24:50 +02:00
parent 315a1350c4
commit a2cb15b0dd
102 changed files with 159 additions and 159 deletions

View file

@ -16,7 +16,7 @@
*/
#include "hw/usb/hcd-ehci.h"
#include "hw/pci.h"
#include "hw/pci/pci.h"
#include "range.h"
typedef struct EHCIPCIState {

View file

@ -29,7 +29,7 @@
#include "hw/hw.h"
#include "qemu-timer.h"
#include "hw/usb.h"
#include "hw/pci.h"
#include "hw/pci/pci.h"
#include "hw/sysbus.h"
#include "hw/qdev-dma.h"

View file

@ -27,7 +27,7 @@
*/
#include "hw/hw.h"
#include "hw/usb.h"
#include "hw/pci.h"
#include "hw/pci/pci.h"
#include "qemu-timer.h"
#include "iov.h"
#include "dma.h"

View file

@ -21,9 +21,9 @@
#include "hw/hw.h"
#include "qemu-timer.h"
#include "hw/usb.h"
#include "hw/pci.h"
#include "hw/msi.h"
#include "hw/msix.h"
#include "hw/pci/pci.h"
#include "hw/pci/msi.h"
#include "hw/pci/msix.h"
#include "trace.h"
//#define DEBUG_XHCI