pci: Remove unused mem_base from PCIBus
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 12 Sep 2011 13:17:53 +0000 (15:17 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 19 Sep 2011 18:22:29 +0000 (21:22 +0300)
Obsoleted by f64e02b6cc.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci_internals.h

index c7fd23d..10b4adf 100644 (file)
@@ -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;