summaryrefslogtreecommitdiffstats
path: root/hw/pci.h
diff options
context:
space:
mode:
authorRichard Henderson2011-08-11 00:28:10 +0200
committerAvi Kivity2011-09-25 13:57:47 +0200
commite11d64390ba076d8a293e422dad3027f9adb9430 (patch)
tree361e9b79fe82781ec415809cdfd989701416e2d6 /hw/pci.h
parentMAINTAINERS: update maintainer for target-arm and ARM devboards (diff)
downloadqemu-e11d64390ba076d8a293e422dad3027f9adb9430.tar.gz
qemu-e11d64390ba076d8a293e422dad3027f9adb9430.tar.xz
qemu-e11d64390ba076d8a293e422dad3027f9adb9430.zip
pci: add pci_address_space_io()
Returns the I/O address space. Useful for implementing PCI-ISA bridge devices. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/pci.h')
-rw-r--r--hw/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.h b/hw/pci.h
index 7b62df16fb..86a81c8273 100644
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -218,6 +218,7 @@ void pci_default_write_config(PCIDevice *d,
void pci_device_save(PCIDevice *s, QEMUFile *f);
int pci_device_load(PCIDevice *s, QEMUFile *f);
MemoryRegion *pci_address_space(PCIDevice *dev);
+MemoryRegion *pci_address_space_io(PCIDevice *dev);
typedef void (*pci_set_irq_fn)(void *opaque, int irq_num, int level);
typedef int (*pci_map_irq_fn)(PCIDevice *pci_dev, int irq_num);