From patchwork Mon Jul 15 16:16:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 259149 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 2E35D2C00E0 for ; Tue, 16 Jul 2013 03:23:03 +1000 (EST) Received: from localhost ([::1]:39196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uylac-0004sf-Vv for incoming@patchwork.ozlabs.org; Mon, 15 Jul 2013 12:25:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UylZW-0003Zb-Fj for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:24:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UylZO-0004xt-R5 for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:24:22 -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 1UylZO-0004x4-Jc for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:24:14 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1UylSQ-0007Do-H3; Mon, 15 Jul 2013 17:17:02 +0100 From: Peter Maydell To: Aurelien Jarno , Blue Swirl Date: Mon, 15 Jul 2013 17:16:54 +0100 Message-Id: <1373905022-27735-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: Anthony Liguori , qemu-devel@nongnu.org, Paul Brook Subject: [Qemu-devel] [PULL 0/8] target-arm 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 target-arm pullreq for softfreeze: bugfixes and cleanups and the first traces of ARMv8 support in the shape of LDA/STL instructions. (There will be more of that in QEMU 1.7, I'm sure.) 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-target-arm-20130715-1 for you to fetch changes up to 82a3a11897308b606120f7235001e87809708f85: target-arm: Avoid g_hash_table_get_keys() (2013-07-15 17:13:51 +0100) ---------------------------------------------------------------- target-arm queue ---------------------------------------------------------------- Mans Rullgard (3): target-arm: add feature flag for ARMv8 target-arm: implement LDA/STL instructions target-arm: explicitly decode SEVL instruction Peter Crosthwaite (3): target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup target-arm/helper.c: Implement MIDR aliases target-arm/helper.c: Allow const opaques in arm CP Peter Maydell (2): target-arm: avoid undefined behaviour when writing TTBCR target-arm: Avoid g_hash_table_get_keys() target-arm/cpu.c | 7 ++- target-arm/cpu.h | 1 + target-arm/helper.c | 51 ++++++++++++------- target-arm/translate.c | 133 ++++++++++++++++++++++++++++++++++++++++++++---- 4 files changed, 161 insertions(+), 31 deletions(-)