qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] pci: Remove unused mem_base from PCIBus


From: Jan Kiszka
Subject: [Qemu-trivial] [PATCH] pci: Remove unused mem_base from PCIBus
Date: Mon, 12 Sep 2011 15:17:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Obsoleted by f64e02b6cc.

Signed-off-by: Jan Kiszka <address@hidden>
---
 hw/pci_internals.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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;
 
-- 
1.7.3.4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]