mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-31 22:33:53 -06: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:
parent
315a1350c4
commit
a2cb15b0dd
102 changed files with 159 additions and 159 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue