From f5e6fed879ae10b9f6494a6eed21c1979391d7cb Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 15 Aug 2011 17:17:36 +0300 Subject: pci: add pci_address_space() Returns the PCI address space. Useful for bridges that can obscure part of the PCI address space. Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- hw/pci.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hw/pci.c') diff --git a/hw/pci.c b/hw/pci.c index 4dc13d2561..6124790f01 100644 --- a/hw/pci.c +++ b/hw/pci.c @@ -2165,3 +2165,8 @@ int pci_qdev_find_device(const char *id, PCIDevice **pdev) return rc; } + +MemoryRegion *pci_address_space(PCIDevice *dev) +{ + return dev->bus->address_space_mem; +} -- cgit v1.2.3