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

@ -36,7 +36,7 @@
#include "arch_init.h"
#include "audio/audio.h"
#include "hw/pc.h"
#include "hw/pci.h"
#include "hw/pci/pci.h"
#include "hw/audiodev.h"
#include "kvm.h"
#include "migration.h"

View file

@ -20,7 +20,7 @@
#include "hw.h"
#include "audiodev.h"
#include "audio/audio.h"
#include "pci.h"
#include "pci/pci.h"
#include "dma.h"
enum {

View file

@ -25,7 +25,7 @@
*/
#include "hw.h"
#include "pc.h"
#include "pci.h"
#include "pci/pci.h"
#include "qemu-timer.h"
#include "sysemu.h"
#include "acpi.h"

View file

@ -22,7 +22,7 @@
#include "pc.h"
#include "apm.h"
#include "pm_smbus.h"
#include "pci.h"
#include "pci/pci.h"
#include "acpi.h"
#include "sysemu.h"
#include "range.h"

View file

@ -3,8 +3,8 @@
#ifndef HW_ALPHA_H
#define HW_ALPHA_H 1
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "ide.h"
#include "net.h"
#include "pc.h"

View file

@ -27,10 +27,10 @@
the secondary PCI bridge. */
#include "sysbus.h"
#include "pci.h"
#include "pci_host.h"
#include "pci_bridge.h"
#include "pci_internals.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "pci/pci_bridge.h"
#include "pci/pci_internals.h"
#include "apb_pci.h"
#include "sysemu.h"
#include "exec-memory.h"

View file

@ -20,7 +20,7 @@
#include "apic_internal.h"
#include "apic.h"
#include "ioapic.h"
#include "msi.h"
#include "pci/msi.h"
#include "host-utils.h"
#include "trace.h"
#include "pc.h"

View file

@ -22,7 +22,7 @@
#include "apm.h"
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
//#define DEBUG

View file

@ -40,10 +40,10 @@
#include <assert.h>
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "pc.h"
#include "mips.h"
#include "pci_host.h"
#include "pci/pci_host.h"
#include "sysemu.h"
#include "exec-memory.h"

View file

@ -27,7 +27,7 @@
* available at http://home.worldonline.dk/~finth/
*/
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "console.h"
#include "vga_int.h"
#include "loader.h"

View file

@ -25,10 +25,10 @@
#include "dec_pci.h"
#include "sysbus.h"
#include "pci.h"
#include "pci_host.h"
#include "pci_bridge.h"
#include "pci_internals.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "pci/pci_bridge.h"
#include "pci/pci_internals.h"
/* debug DEC */
//#define DEBUG_DEC

View file

@ -26,7 +26,7 @@
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "net/checksum.h"
#include "loader.h"

View file

@ -42,7 +42,7 @@
#include <stddef.h> /* offsetof */
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "eeprom93xx.h"
#include "sysemu.h"

View file

@ -29,7 +29,7 @@
#include "hw.h"
#include "audiodev.h"
#include "audio/audio.h"
#include "pci.h"
#include "pci/pci.h"
#include "dma.h"
/* Missing stuff:

View file

@ -23,7 +23,7 @@
* THE SOFTWARE.
*/
#include "pci.h"
#include "pci/pci.h"
#include "eeprom93xx.h"
#include "esp.h"
#include "trace.h"

View file

@ -23,9 +23,9 @@
* THE SOFTWARE.
*/
#include "pci_host.h"
#include "pci/pci_host.h"
#include "ppc_mac.h"
#include "pci.h"
#include "pci/pci.h"
/* debug Grackle */
//#define DEBUG_GRACKLE

View file

@ -24,8 +24,8 @@
#include "hw.h"
#include "mips.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "pc.h"
#include "exec-memory.h"

View file

@ -18,7 +18,7 @@
*/
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "intel-hda.h"
#include "intel-hda-defs.h"
#include "audio/audio.h"

View file

@ -17,7 +17,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include "pci.h"
#include "pci/pci.h"
#include "pc.h"
#include "i8254.h"
#include "pcspk.h"

View file

@ -41,7 +41,7 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>
*/
#include "pci.h"
#include "pci/pci.h"
#include "ich9.h"

View file

@ -8,13 +8,13 @@
#include "pc.h"
#include "apm.h"
#include "ioapic.h"
#include "pci.h"
#include "pcie_host.h"
#include "pci_bridge.h"
#include "pci/pci.h"
#include "pci/pcie_host.h"
#include "pci/pci_bridge.h"
#include "acpi.h"
#include "acpi_ich9.h"
#include "pam.h"
#include "pci_internals.h"
#include "pci/pci_internals.h"
void ich9_lpc_set_irq(void *opaque, int irq_num, int level);
int ich9_lpc_map_irq(PCIDevice *pci_dev, int intx);

View file

@ -2,7 +2,7 @@
#define HW_IDE_H
#include "isa.h"
#include "pci.h"
#include "pci/pci.h"
#include "memory.h"
#define MAX_IDE_DEVS 2

View file

@ -22,9 +22,9 @@
*/
#include <hw/hw.h>
#include <hw/msi.h>
#include <hw/pci/msi.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/sysbus.h>
#include "monitor.h"

View file

@ -24,7 +24,7 @@
*/
#include <hw/hw.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block.h"
#include "sysemu.h"

View file

@ -24,7 +24,7 @@
*/
#include <hw/hw.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "qemu-error.h"
#include "qemu-timer.h"

View file

@ -61,9 +61,9 @@
*/
#include <hw/hw.h>
#include <hw/msi.h>
#include <hw/pci/msi.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block.h"
#include "dma.h"

View file

@ -24,7 +24,7 @@
*/
#include <hw/hw.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block.h"
#include "dma.h"

View file

@ -25,7 +25,7 @@
#include <hw/hw.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "blockdev.h"
#include "sysemu.h"

View file

@ -25,7 +25,7 @@
*/
#include <hw/hw.h>
#include <hw/pc.h>
#include <hw/pci.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block.h"
#include "sysemu.h"

View file

@ -18,8 +18,8 @@
*/
#include "hw.h"
#include "pci.h"
#include "msi.h"
#include "pci/pci.h"
#include "pci/msi.h"
#include "qemu-timer.h"
#include "audiodev.h"
#include "intel-hda.h"

View file

@ -20,9 +20,9 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "pci_ids.h"
#include "msi.h"
#include "pcie.h"
#include "pci/pci_ids.h"
#include "pci/msi.h"
#include "pci/pcie.h"
#include "ioh3420.h"
#define PCI_DEVICE_ID_IOH_EPORT 0x3420 /* D0:F0 express mode */

View file

@ -1,7 +1,7 @@
#ifndef QEMU_IOH3420_H
#define QEMU_IOH3420_H
#include "pcie_port.h"
#include "pci/pcie_port.h"
PCIESlot *ioh3420_init(PCIBus *bus, int devfn, bool multifunction,
const char *bus_name, pci_map_irq_fn map_irq,

View file

@ -18,8 +18,8 @@
*/
#include "hw.h"
#include "pc.h"
#include "pci.h"
#include "msix.h"
#include "pci/pci.h"
#include "pci/msix.h"
#include "kvm.h"
#include "migration.h"
#include "qerror.h"

View file

@ -10,7 +10,7 @@
* See the COPYING file in the top-level directory.
*/
#include "hw/apic_internal.h"
#include "hw/msi.h"
#include "hw/pci/msi.h"
#include "kvm.h"
static inline void kvm_apic_set_reg(struct kvm_lapic_state *kapic,

View file

@ -34,8 +34,8 @@
#include "monitor.h"
#include "range.h"
#include "sysemu.h"
#include "hw/pci.h"
#include "hw/msi.h"
#include "hw/pci/pci.h"
#include "hw/pci/msi.h"
#include "kvm_i386.h"
#define MSIX_PAGE_SIZE 0x1000

View file

@ -35,14 +35,14 @@
#include "pc.h"
#include "apm.h"
#include "ioapic.h"
#include "pci.h"
#include "pcie_host.h"
#include "pci_bridge.h"
#include "pci/pci.h"
#include "pci/pcie_host.h"
#include "pci/pci_bridge.h"
#include "ich9.h"
#include "acpi.h"
#include "acpi_ich9.h"
#include "pam.h"
#include "pci_internals.h"
#include "pci/pci_internals.h"
#include "exec-memory.h"
#include "sysemu.h"

View file

@ -13,7 +13,7 @@
#include <assert.h>
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "scsi.h"
#include "dma.h"

View file

@ -24,7 +24,7 @@
*/
#include "hw.h"
#include "ppc_mac.h"
#include "pci.h"
#include "pci/pci.h"
#include "escc.h"
typedef struct MacIOState

View file

@ -19,9 +19,9 @@
*/
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "dma.h"
#include "msix.h"
#include "pci/msix.h"
#include "iov.h"
#include "scsi.h"
#include "scsi-defs.h"

View file

@ -29,7 +29,7 @@
#include "flash.h"
#include "mips.h"
#include "mips_cpudevs.h"
#include "pci.h"
#include "pci/pci.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "audio/audio.h"

View file

@ -33,7 +33,7 @@
#include "flash.h"
#include "mips.h"
#include "mips_cpudevs.h"
#include "pci.h"
#include "pci/pci.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "arch_init.h"

View file

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "ne2000.h"
#include "loader.h"

View file

@ -35,7 +35,7 @@
*/
#include "hw.h"
#include "ppc_mac.h"
#include "pci.h"
#include "pci/pci.h"
#include "openpic.h"
//#define DEBUG_OPENPIC

View file

@ -27,7 +27,7 @@
#include "apic.h"
#include "fdc.h"
#include "ide.h"
#include "pci.h"
#include "pci/pci.h"
#include "monitor.h"
#include "fw_cfg.h"
#include "hpet_emul.h"
@ -38,7 +38,7 @@
#include "mc146818rtc.h"
#include "i8254.h"
#include "pcspk.h"
#include "msi.h"
#include "pci/msi.h"
#include "sysbus.h"
#include "sysemu.h"
#include "kvm.h"

View file

@ -27,8 +27,8 @@
#include "hw.h"
#include "pc.h"
#include "apic.h"
#include "pci.h"
#include "pci_ids.h"
#include "pci/pci.h"
#include "pci/pci_ids.h"
#include "usb.h"
#include "net.h"
#include "boards.h"

View file

@ -19,13 +19,13 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "pci_bridge.h"
#include "pci_ids.h"
#include "msi.h"
#include "shpc.h"
#include "slotid_cap.h"
#include "pci/pci_bridge.h"
#include "pci/pci_ids.h"
#include "pci/msi.h"
#include "pci/shpc.h"
#include "pci/slotid_cap.h"
#include "memory.h"
#include "pci_internals.h"
#include "pci/pci_internals.h"
#define REDHAT_PCI_VENDOR_ID 0x1b36
#define PCI_BRIDGE_DEV_VENDOR_ID REDHAT_PCI_VENDOR_ID

View file

@ -27,7 +27,7 @@
* AMD Publication# 19436 Rev:E Amendment/0 Issue Date: June 2000
*/
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "loader.h"
#include "qemu-timer.h"

View file

@ -24,7 +24,7 @@
#include "hw.h"
#include "pc.h"
#include "pci.h"
#include "pci/pci.h"
#include "isa.h"
#include "sysbus.h"

View file

@ -24,8 +24,8 @@
#include "hw.h"
#include "pc.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "isa.h"
#include "sysbus.h"
#include "range.h"

View file

@ -20,7 +20,7 @@
#include "net.h"
#include "hw/hw.h"
#include "hw/serial.h"
#include "hw/pci.h"
#include "hw/pci/pci.h"
#include "hw/boards.h"
#include "sysemu.h"
#include "kvm.h"

View file

@ -15,7 +15,7 @@
#include "qemu-common.h"
#include "net.h"
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "boards.h"
#include "kvm.h"
#include "kvm_ppc.h"

View file

@ -25,7 +25,7 @@
#if !defined(PPC_4XX_H)
#define PPC_4XX_H
#include "pci.h"
#include "pci/pci.h"
/* PowerPC 4xx core initialization */
CPUPPCState *ppc4xx_init (const char *cpu_model,

View file

@ -22,8 +22,8 @@
#include "hw.h"
#include "ppc.h"
#include "ppc4xx.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "exec-memory.h"
#undef DEBUG

View file

@ -52,7 +52,7 @@
#include "adb.h"
#include "mac_dbdma.h"
#include "nvram.h"
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "sysemu.h"
#include "boards.h"

View file

@ -32,7 +32,7 @@
#include "sysemu.h"
#include "net.h"
#include "isa.h"
#include "pci.h"
#include "pci/pci.h"
#include "boards.h"
#include "fw_cfg.h"
#include "escc.h"

View file

@ -29,8 +29,8 @@
#include "net.h"
#include "sysemu.h"
#include "isa.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "ppc.h"
#include "boards.h"
#include "qemu-log.h"

View file

@ -15,8 +15,8 @@
*/
#include "hw.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "bswap.h"
#ifdef DEBUG_PCI

View file

@ -23,8 +23,8 @@
*/
#include "hw.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "pc.h"
#include "exec-memory.h"

View file

@ -29,8 +29,8 @@
#include "pc.h"
#include "apm.h"
#include "apic.h"
#include "pci.h"
#include "pcie_host.h"
#include "pci/pci.h"
#include "pci/pcie_host.h"
#include "acpi.h"
#include "acpi_ich9.h"
#include "pam.h"

View file

@ -2,7 +2,7 @@
#include "console.h"
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "vga_int.h"
#include "qemu-thread.h"

View file

@ -29,7 +29,7 @@
#include "devices.h"
#include "sysemu.h"
#include "boards.h"
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "sh7750_regs.h"
#include "ide.h"

View file

@ -11,7 +11,7 @@
#include "arm-misc.h"
#include "primecell.h"
#include "devices.h"
#include "pci.h"
#include "pci/pci.h"
#include "net.h"
#include "sysemu.h"
#include "boards.h"

View file

@ -52,7 +52,7 @@
#include <zlib.h>
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "dma.h"
#include "qemu-timer.h"
#include "net.h"

View file

@ -26,7 +26,7 @@
/* see docs/specs/pci-serial.txt */
#include "serial.h"
#include "pci.h"
#include "pci/pci.h"
#define PCI_SERIAL_MAX_PORTS 4

View file

@ -24,7 +24,7 @@
* sgabios code originally available at code.google.com/p/sgabios
*
*/
#include "pci.h"
#include "pci/pci.h"
#include "pc.h"
#include "loader.h"
#include "sysemu.h"

View file

@ -23,8 +23,8 @@
*/
#include "sysbus.h"
#include "sh.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "bswap.h"
#include "exec-memory.h"

View file

@ -27,7 +27,7 @@
#include "hw.h"
#include "pc.h"
#include "pm_smbus.h"
#include "pci.h"
#include "pci/pci.h"
#include "sysemu.h"
#include "i2c.h"
#include "smbus.h"

View file

@ -41,11 +41,11 @@
#include "hw/spapr_vio.h"
#include "hw/spapr_pci.h"
#include "hw/xics.h"
#include "hw/msi.h"
#include "hw/pci/msi.h"
#include "kvm.h"
#include "kvm_ppc.h"
#include "pci.h"
#include "pci/pci.h"
#include "exec-memory.h"
#include "hw/usb.h"

View file

@ -23,17 +23,17 @@
* THE SOFTWARE.
*/
#include "hw.h"
#include "pci.h"
#include "msi.h"
#include "msix.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/msi.h"
#include "pci/msix.h"
#include "pci/pci_host.h"
#include "hw/spapr.h"
#include "hw/spapr_pci.h"
#include "exec-memory.h"
#include <libfdt.h>
#include "trace.h"
#include "hw/pci_internals.h"
#include "hw/pci/pci_internals.h"
/* Copied from the kernel arch/powerpc/platforms/pseries/msi.c */
#define RTAS_QUERY_FN 0

View file

@ -23,8 +23,8 @@
#if !defined(__HW_SPAPR_PCI_H__)
#define __HW_SPAPR_PCI_H__
#include "hw/pci.h"
#include "hw/pci_host.h"
#include "hw/pci/pci.h"
#include "hw/pci/pci_host.h"
#include "hw/xics.h"
#define SPAPR_MSIX_MAX_DEVS 32

View file

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
#include "apb_pci.h"
#include "pc.h"
#include "serial.h"

View file

@ -23,8 +23,8 @@
*/
#include "hw.h"
#include "ppc_mac.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
/* debug UniNorth */
//#define DEBUG_UNIN

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

View file

@ -8,8 +8,8 @@
*/
#include "sysbus.h"
#include "pci.h"
#include "pci_host.h"
#include "pci/pci.h"
#include "pci/pci_host.h"
#include "exec-memory.h"
typedef struct {

View file

@ -12,7 +12,7 @@
#include "devices.h"
#include "net.h"
#include "sysemu.h"
#include "pci.h"
#include "pci/pci.h"
#include "i2c.h"
#include "boards.h"
#include "blockdev.h"

View file

@ -31,9 +31,9 @@
#include "exec-memory.h"
#include "kvm.h"
#include "memory.h"
#include "msi.h"
#include "msix.h"
#include "pci.h"
#include "pci/msi.h"
#include "pci/msix.h"
#include "pci/pci.h"
#include "qemu-common.h"
#include "qemu-error.h"
#include "qemu-queue.h"

View file

@ -25,7 +25,7 @@
*/
#include "hw.h"
#include "console.h"
#include "pci.h"
#include "pci/pci.h"
#include "vga_int.h"
#include "pixel_ops.h"
#include "qemu-timer.h"

View file

@ -25,7 +25,7 @@
#include "vga.h"
#include "console.h"
#include "pc.h"
#include "pci.h"
#include "pci/pci.h"
#include "vga_int.h"
#include "pixel_ops.h"
#include "qemu-timer.h"

View file

@ -16,7 +16,7 @@
#define _QEMU_VIRTIO_BALLOON_H
#include "virtio.h"
#include "pci.h"
#include "pci/pci.h"
/* from Linux's linux/virtio_balloon.h */

View file

@ -16,7 +16,7 @@
#include "virtio.h"
#include "net.h"
#include "pci.h"
#include "pci/pci.h"
#define ETH_ALEN 6

View file

@ -22,10 +22,10 @@
#include "virtio-net.h"
#include "virtio-serial.h"
#include "virtio-scsi.h"
#include "pci.h"
#include "pci/pci.h"
#include "qemu-error.h"
#include "msi.h"
#include "msix.h"
#include "pci/msi.h"
#include "pci/msix.h"
#include "net.h"
#include "loader.h"
#include "kvm.h"

View file

@ -16,7 +16,7 @@
#include "virtio.h"
#include "net.h"
#include "pci.h"
#include "pci/pci.h"
/* The ID for virtio_scsi */
#define VIRTIO_ID_SCSI 8

View file

@ -24,7 +24,7 @@
#include "hw.h"
#include "loader.h"
#include "console.h"
#include "pci.h"
#include "pci/pci.h"
#undef VERBOSE
#define HW_RECT_ACCEL

View file

@ -15,7 +15,7 @@
#include "vt82c686.h"
#include "i2c.h"
#include "smbus.h"
#include "pci.h"
#include "pci/pci.h"
#include "isa.h"
#include "sysbus.h"
#include "mips.h"
@ -27,7 +27,7 @@
#include "exec-memory.h"
typedef uint32_t pci_addr_t;
#include "pci_host.h"
#include "pci/pci_host.h"
//#define DEBUG_VT82C686B
#ifdef DEBUG_VT82C686B

View file

@ -25,7 +25,7 @@
#include "qemu-timer.h"
#include "watchdog.h"
#include "hw.h"
#include "pci.h"
#include "pci/pci.h"
/*#define I6300ESB_DEBUG 1*/

View file

@ -1,7 +1,7 @@
#ifndef XEN_HOST_PCI_DEVICE_H
#define XEN_HOST_PCI_DEVICE_H
#include "pci.h"
#include "pci/pci.h"
enum {
XEN_HOST_PCI_REGION_TYPE_IO = 1 << 1,

View file

@ -10,7 +10,7 @@
* later. See the COPYING file in the top-level directory.
*/
#include "hw/apic_internal.h"
#include "hw/msi.h"
#include "hw/pci/msi.h"
#include "xen.h"
static uint64_t xen_apic_mem_read(void *opaque, hwaddr addr,

View file

@ -27,7 +27,7 @@
#include "hw.h"
#include "pc.h"
#include "pci.h"
#include "pci/pci.h"
#include "irq.h"
#include "xen_common.h"
#include "net.h"

View file

@ -54,7 +54,7 @@
#include <sys/ioctl.h>
#include "pci.h"
#include "pci/pci.h"
#include "xen.h"
#include "xen_backend.h"
#include "xen_pt.h"

View file

@ -3,7 +3,7 @@
#include "qemu-common.h"
#include "xen_common.h"
#include "pci.h"
#include "pci/pci.h"
#include "xen-host-pci-device.h"
void xen_pt_log(const PCIDevice *d, const char *f, ...) GCC_FMT_ATTR(2, 3);

View file

@ -19,9 +19,9 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "pci_ids.h"
#include "msi.h"
#include "pcie.h"
#include "pci/pci_ids.h"
#include "pci/msi.h"
#include "pci/pcie.h"
#include "xio3130_downstream.h"
#define PCI_DEVICE_ID_TI_XIO3130D 0x8233 /* downstream port */

View file

@ -1,7 +1,7 @@
#ifndef QEMU_XIO3130_DOWNSTREAM_H
#define QEMU_XIO3130_DOWNSTREAM_H
#include "pcie_port.h"
#include "pci/pcie_port.h"
PCIESlot *xio3130_downstream_init(PCIBus *bus, int devfn, bool multifunction,
const char *bus_name, pci_map_irq_fn map_irq,

View file

@ -19,9 +19,9 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "pci_ids.h"
#include "msi.h"
#include "pcie.h"
#include "pci/pci_ids.h"
#include "pci/msi.h"
#include "pci/pcie.h"
#include "xio3130_upstream.h"
#define PCI_DEVICE_ID_TI_XIO3130U 0x8232 /* upstream port */

View file

@ -1,7 +1,7 @@
#ifndef QEMU_XIO3130_UPSTREAM_H
#define QEMU_XIO3130_UPSTREAM_H
#include "pcie_port.h"
#include "pci/pcie_port.h"
PCIEPort *xio3130_upstream_init(PCIBus *bus, int devfn, bool multifunction,
const char *bus_name, pci_map_irq_fn map_irq,

View file

@ -26,7 +26,7 @@
#include "qemu-config.h"
#include "sysemu.h"
#include "hw/hw.h"
#include "hw/msi.h"
#include "hw/pci/msi.h"
#include "gdbstub.h"
#include "kvm.h"
#include "bswap.h"

View file

@ -12,7 +12,7 @@
#include "qemu-common.h"
#include "hw/hw.h"
#include "hw/msi.h"
#include "hw/pci/msi.h"
#include "cpu.h"
#include "gdbstub.h"
#include "kvm.h"

View file

@ -27,7 +27,7 @@
#include "hw/usb.h"
#include "hw/pcmcia.h"
#include "hw/pc.h"
#include "hw/pci.h"
#include "hw/pci/pci.h"
#include "hw/watchdog.h"
#include "hw/loader.h"
#include "gdbstub.h"

Some files were not shown because too many files have changed in this diff Show more