summaryrefslogtreecommitdiff
path: root/hw/pci
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-03-01 16:57:41 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2013-03-08 13:15:27 +0100
commitd37e12a07c06b13610b7fabb6b8e009d7a759bc8 (patch)
treee09b52e010d46dba19ed5046adba27507db985fb /hw/pci
parent7f9c9d12856e65e272297a619705864d9e6346f8 (diff)
downloadqemu-d37e12a07c06b13610b7fabb6b8e009d7a759bc8.tar.gz
pci_host: Drop write-only address_space field
The address_space field of PCIHostState was only ever written, never used. Drop it completely. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/pci')
-rw-r--r--hw/pci/pci_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci/pci_host.h b/hw/pci/pci_host.h
index 1845d4dfd5..236cd0f75c 100644
--- a/hw/pci/pci_host.h
+++ b/hw/pci/pci_host.h
@@ -40,7 +40,6 @@ struct PCIHostState {
MemoryRegion conf_mem;
MemoryRegion data_mem;
MemoryRegion mmcfg;
- MemoryRegion *address_space;
uint32_t config_reg;
PCIBus *bus;
};