From patchwork Mon Jul 15 16:01:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 259118 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AAC082C00D8 for ; Tue, 16 Jul 2013 02:28:29 +1000 (EST) Received: from localhost ([::1]:47209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyldT-0000zv-Kl for incoming@patchwork.ozlabs.org; Mon, 15 Jul 2013 12:28:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uylbx-0007QJ-SA for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UylZP-0004yC-TS for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:24:25 -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]:58665 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UylZP-0004x4-KT for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:24:15 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1UylDT-0007BV-AJ; Mon, 15 Jul 2013 17:01:35 +0100 From: Peter Maydell To: Anthony Liguori Date: Mon, 15 Jul 2013 17:01:28 +0100 Message-Id: <1373904095-27592-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 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 0/7] 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 Soft-feature-freeze arm-devs pullreq: bunch of bug fixes, plus the midway board. Please pull. thanks -- PMM The following changes since commit c3cb8e77804313e1be99b5f28a34a346736707a5: ioport: remove LITTLE_ENDIAN mark for portio (2013-07-12 14:37:47 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-arm-devs-20130715 for you to fetch changes up to b25a83f0538fceede15cba6cfd6ea0f1ffc9d777: ARM/highbank: add support for Calxeda ECX-2000 / Midway (2013-07-15 16:25:57 +0100) ---------------------------------------------------------------- arm-devs queue ---------------------------------------------------------------- Andre Przywara (2): ARM/highbank: prepare for adding similar machines ARM/highbank: add support for Calxeda ECX-2000 / Midway Peter Crosthwaite (1): char/cadence_uart: Fix reset for unattached instances Peter Maydell (4): hw/cpu/a15mpcore: Correct default value for num-irq sd/pl181.c: Avoid undefined shift behaviour in RWORD macro hw/dma/omap_dma: Fix bugs with DMA requests above 32 hw/arm/vexpress: Add alias for flash at address 0 on A15 board hw/arm/highbank.c | 61 +++++++++++++++++++++++++++++++++++++++--------- hw/arm/vexpress.c | 19 +++++++++++++-- hw/char/cadence_uart.c | 4 +++- hw/cpu/a15mpcore.c | 4 ++-- hw/dma/omap_dma.c | 11 +++++---- hw/sd/pl181.c | 2 +- 6 files changed, 79 insertions(+), 22 deletions(-)