From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R39wa-0000g7-PH for qemu-devel@nongnu.org; Mon, 12 Sep 2011 13:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R39wZ-0001B0-Dd for qemu-devel@nongnu.org; Mon, 12 Sep 2011 13:05:16 -0400 Date: Mon, 12 Sep 2011 20:06:15 +0300 From: "Michael S. Tsirkin" Message-ID: <20110912170614.GA15737@redhat.com> References: <4E6E0681.6010803@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E6E0681.6010803@siemens.com> Subject: Re: [Qemu-devel] [PATCH] pci: Remove unused mem_base from PCIBus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-trivial , Blue Swirl , qemu-devel On Mon, Sep 12, 2011 at 03:17:53PM +0200, Jan Kiszka wrote: > Obsoleted by f64e02b6cc. > > Signed-off-by: Jan Kiszka thanks, applied > --- > 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