diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-23 10:58:02 -0600 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-23 10:58:02 -0600 |
| commit | c4ccbeaca521bdbf5cb8db37dc67c47e1add0586 (patch) | |
| tree | 110cb400e402af772a78495ce58d4715f617e0f4 /hw/prep_pci.h | |
| parent | 65f82df0d7a71ce1b10cd4c5ab08888d176ac840 (diff) | |
| parent | 506b7ddf889312659b36c667f7ae17bc9e909418 (diff) | |
| download | focaccia-qemu-c4ccbeaca521bdbf5cb8db37dc67c47e1add0586.tar.gz focaccia-qemu-c4ccbeaca521bdbf5cb8db37dc67c47e1add0586.zip | |
Merge remote-tracking branch 'afaerber/prep-up' into staging
* afaerber/prep-up: prep: Use i82378 PCI->ISA bridge for 'prep' machine prep: Add i82378 PCI-to-ISA bridge emulation prep: Add i82374 DMA emulation MAINTAINERS: Add PCI host bridge files to PReP machine prep: qdev'ify Raven host bridge (SysBus) prep_pci: Update I/O to MemoryRegion ops prep_pci: Simplify I/O endianness prep: qdev'ify Raven host bridge (PCIDevice) prep: Use ISA m48t59 prep: Fix offset of BIOS MemoryRegion
Diffstat (limited to 'hw/prep_pci.h')
| -rw-r--r-- | hw/prep_pci.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/prep_pci.h b/hw/prep_pci.h deleted file mode 100644 index b6b481a517..0000000000 --- a/hw/prep_pci.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef QEMU_PREP_PCI_H -#define QEMU_PREP_PCI_H - -#include "qemu-common.h" -#include "memory.h" - -PCIBus *pci_prep_init(qemu_irq *pic, - MemoryRegion *address_space_mem, - MemoryRegion *address_space_io); - -#endif |