mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
14cccb6185
commit
1de7afc984
496 changed files with 673 additions and 673 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/pci/msi.h"
|
||||
#include "range.h"
|
||||
#include "qemu/range.h"
|
||||
|
||||
/* Eventually those constants should go to Linux pci_regs.h */
|
||||
#define PCI_MSI_PENDING_32 0x10
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "hw/pci/msi.h"
|
||||
#include "hw/pci/msix.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "range.h"
|
||||
#include "qemu/range.h"
|
||||
|
||||
#define MSIX_CAP_LENGTH 12
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "monitor/monitor.h"
|
||||
#include "hw/scsi.h"
|
||||
#include "hw/virtio-blk.h"
|
||||
#include "qemu-config.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "blockdev.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "net/net.h"
|
||||
#include "sysemu.h"
|
||||
#include "hw/loader.h"
|
||||
#include "range.h"
|
||||
#include "qemu/range.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "hw/pci/msi.h"
|
||||
#include "hw/pci/msix.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "hw/pci/pci_bridge.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
#include "range.h"
|
||||
#include "qemu/range.h"
|
||||
|
||||
/* PCI bridge subsystem vendor ID helper functions */
|
||||
#define PCI_SSVID_SIZEOF 8
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "hw/pci/msi.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
#include "hw/pci/pcie_regs.h"
|
||||
#include "range.h"
|
||||
#include "qemu/range.h"
|
||||
|
||||
//#define DEBUG_PCIE
|
||||
#ifdef DEBUG_PCIE
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <strings.h>
|
||||
#include <stdint.h>
|
||||
#include "range.h"
|
||||
#include "range.h"
|
||||
#include "qemu/range.h"
|
||||
#include "qemu/range.h"
|
||||
#include "hw/pci/shpc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue