mirror of
https://github.com/mii443/qemu.git
synced 2025-12-07 04:58:25 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user