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>
This commit is contained in:
parent
817e0b6fe8
commit
a92eb87a44
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user