From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQFaQ-000338-B6 for qemu-devel@nongnu.org; Wed, 19 Mar 2014 08:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQFaP-0004l9-6v for qemu-devel@nongnu.org; Wed, 19 Mar 2014 08:27:10 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:47075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQFaP-0004l2-05 for qemu-devel@nongnu.org; Wed, 19 Mar 2014 08:27:09 -0400 From: Peter Maydell Date: Wed, 19 Mar 2014 12:05:40 +0000 Message-Id: <1395230746-22643-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/6] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , =?UTF-8?q?Andreas=20F=C3=A4rber?= , qemu-devel@nongnu.org, Aurelien Jarno Last target-arm pull before rc1. I don't know of any further outstanding ARM related issues which would need to be fixed for 2.0 so barring any late-breaking bug reports I think this should be it until release. thanks -- PMM The following changes since commit 059b3527f0229f4d60fd77a317503d42abd5e50f: Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-2' into staging (2014-03-18 16:39:29 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140319 for you to fetch changes up to 09e037354b6f940c18f417f23355cffd23f4fde5: target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD) (2014-03-18 23:10:06 +0000) ---------------------------------------------------------------- target-arm queue: * last few A64 Neon instructions * fix some PL011 UART bugs causing occasional serial lockups * fix the non-PCI AHCI device ---------------------------------------------------------------- Alex Bennée (2): target-arm: A64: Add saturating int ops (SQNEG/SQABS) target-arm: A64: Add saturating accumulate ops (USQADD/SUQADD) Rob Herring (4): ahci: fix sysbus support pl011: reset the fifo when enabled or disabled pl011: fix UARTRSR accesses corrupting the UARTCR value pl011: fix incorrect logic to set the RXFF flag hw/char/pl011.c | 24 ++++-- hw/ide/ahci.c | 13 ++-- target-arm/helper.h | 34 ++++++--- target-arm/neon_helper.c | 187 +++++++++++++++++++++++++++++++++++++++++++++ target-arm/translate-a64.c | 160 +++++++++++++++++++++++++++++++++++--- 5 files changed, 383 insertions(+), 35 deletions(-)