From a92eb87a4463230620e14e4f1b19a740be4058c3 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 12 Sep 2011 15:17:53 +0200 Subject: [PATCH] pci: Remove unused mem_base from PCIBus Obsoleted by f64e02b6cc. Signed-off-by: Jan Kiszka Signed-off-by: Michael S. Tsirkin --- hw/pci_internals.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/pci_internals.h b/hw/pci_internals.h index c7fd23dc5..10b4adf4d 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; -- 2.39.2