From: Jan Kiszka Date: Mon, 12 Sep 2011 13:17:53 +0000 (+0200) Subject: pci: Remove unused mem_base from PCIBus X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~5278^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a92eb87a4463230620e14e4f1b19a740be4058c3;p=sdk%2Femulator%2Fqemu.git pci: Remove unused mem_base from PCIBus Obsoleted by f64e02b6cc. Signed-off-by: Jan Kiszka Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/pci_internals.h b/hw/pci_internals.h index c7fd23d..10b4adf 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;