From patchwork Fri Apr 19 14:57:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 238021 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 23B1F2C00BA for ; Sat, 20 Apr 2013 01:00:09 +1000 (EST) Received: from localhost ([::1]:54820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCnH-0003dl-Bs for incoming@patchwork.ozlabs.org; Fri, 19 Apr 2013 11:00:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCkz-0007et-3m for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:57:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UTCkq-0007VL-Lz for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:57:44 -0400 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:56618 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UTCkq-0007TS-Ed for qemu-devel@nongnu.org; Fri, 19 Apr 2013 10:57:36 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1UTCkh-0003PR-D4; Fri, 19 Apr 2013 15:57:27 +0100 From: Peter Maydell To: Anthony Liguori Date: Fri, 19 Apr 2013 15:57:16 +0100 Message-Id: <1366383447-13082-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:8b0:1d0::1 Cc: qemu-devel@nongnu.org, Paul Brook Subject: [Qemu-devel] [PULL 00/11] arm-devs queue 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 arm-devs queue pullreq; this is just the versatile-pci cleanup (which has been on the list for some time now). Please pull. thanks -- PMM The following changes since commit 09dada400328d75daf79e3eca1e48e024fec148d: configure: remove duplicate test (2013-04-18 14:12:31 +0200) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.next for you to fetch changes up to af9277e69df688ebb8ccccb7edecc45f0f85ea51: hw/versatile_pci: Drop unnecessary vpb_pci_config_addr() (2013-04-19 11:15:21 +0100) ---------------------------------------------------------------- Peter Maydell (11): versatile_pci: Fix hardcoded tabs versatile_pci: Expose PCI I/O region on Versatile PB versatile_pci: Update to realize and instance init functions versatile_pci: Change to subclassing TYPE_PCI_HOST_BRIDGE versatile_pci: Use separate PCI I/O space rather than system I/O space versatile_pci: Put the host bridge PCI device at slot 29 versatile_pci: Implement the correct PCI IRQ mapping versatile_pci: Implement the PCI controller's control registers arm/realview: Fix mapping of PCI regions versatile_pci: Expose PCI memory space to system hw/versatile_pci: Drop unnecessary vpb_pci_config_addr() hw/arm/realview.c | 22 +-- hw/arm/versatilepb.c | 11 +- hw/pci-host/versatile.c | 399 +++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 371 insertions(+), 61 deletions(-)