From patchwork Mon Sep 12 13:17:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kiszka X-Patchwork-Id: 114341 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EBA44B70DC for ; Mon, 12 Sep 2011 23:18:25 +1000 (EST) Received: from localhost ([::1]:58341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R36P1-0007C7-Do for incoming@patchwork.ozlabs.org; Mon, 12 Sep 2011 09:18:23 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R36Os-0006vE-21 for qemu-devel@nongnu.org; Mon, 12 Sep 2011 09:18:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R36Oj-0002Ko-4L for qemu-devel@nongnu.org; Mon, 12 Sep 2011 09:18:13 -0400 Received: from thoth.sbs.de ([192.35.17.2]:30953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R36OZ-0002J0-Dx; Mon, 12 Sep 2011 09:17:55 -0400 Received: from mail1.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.13.6/8.13.6) with ESMTP id p8CDHrFq020901; Mon, 12 Sep 2011 15:17:53 +0200 Received: from mchn199C.mchp.siemens.de ([139.25.109.49]) by mail1.siemens.de (8.13.6/8.13.6) with ESMTP id p8CDHreD029436; Mon, 12 Sep 2011 15:17:53 +0200 Message-ID: <4E6E0681.6010803@siemens.com> Date: Mon, 12 Sep 2011 15:17:53 +0200 From: Jan Kiszka 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 MIME-Version: 1.0 To: qemu-trivial X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 192.35.17.2 Cc: Blue Swirl , qemu-devel , "Michael S. Tsirkin" Subject: [Qemu-devel] [PATCH] pci: Remove unused mem_base from PCIBus X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Obsoleted by f64e02b6cc. Signed-off-by: Jan Kiszka --- 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;