From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Peter Maydell Date: Mon, 15 Jul 2013 17:16:54 +0100 Message-Id: <1373905022-27735-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/8] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , Blue Swirl Cc: Anthony Liguori , qemu-devel@nongnu.org, Paul Brook 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(-)