aboutsummaryrefslogtreecommitdiff
path: root/hw/pci_internals.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-09-12 15:17:53 +0200
committerMichael S. Tsirkin <mst@redhat.com>2011-09-19 21:22:29 +0300
commita92eb87a4463230620e14e4f1b19a740be4058c3 (patch)
tree6b6e9741e4b56c4afc533b4c6b0f3dcfc2429533 /hw/pci_internals.h
parent817e0b6fe8324de8dbd4bec9184c207754618365 (diff)
pci: Remove unused mem_base from PCIBus
Obsoleted by f64e02b6cc. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci_internals.h')
-rw-r--r--hw/pci_internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci_internals.h b/hw/pci_internals.h
index c7fd23dc54..10b4adf4dc 100644
--- a/hw/pci_internals.h
+++ b/hw/pci_internals.h
@@ -24,7 +24,6 @@ struct PCIBus {
void *irq_opaque;
PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
PCIDevice *parent_dev;
- target_phys_addr_t mem_base;
MemoryRegion *address_space_mem;
MemoryRegion *address_space_io;