From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGtjD-0002fq-UB for qemu-devel@nongnu.org; Thu, 20 Oct 2011 10:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGtjC-0004jT-Dg for qemu-devel@nongnu.org; Thu, 20 Oct 2011 10:36:15 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:51525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGtjC-0004j2-6v for qemu-devel@nongnu.org; Thu, 20 Oct 2011 10:36:14 -0400 From: Peter Maydell Date: Thu, 20 Oct 2011 15:36:07 +0100 Message-Id: <1319121368-2899-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 v2 0/8] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , =?UTF-8?q?Andreas=20F=C3=A4rber?= Hi; these are the pending target-arm patches I'd like to get in for 1.0; a couple of minor ones plus the A15 insn work. Please pull. V2 of this pullreq just adds Andreas' trivial patch as 8/8, so I haven't bothered re-emailing the identical 1-7, just this cover letter and 8/8. -- PMM The following changes since commit cfce6d8934243871c4dc6d0c5248b0b27a1b8d80: i8259: Move to hw library (2011-10-16 11:11:56 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream Andreas Färber (1): target-arm: Fix use of free() in cpu_arm_close() Christophe LYON (1): rsqrte_f32: No need to copy sign bit. Dmitry Koshelev (1): target-arm/machine.c: Restore VFP registers correctly Peter Maydell (5): target-arm: v6 media multiply space: UNDEF on unassigned encodings target-arm: Rename ARM_FEATURE_DIV to _THUMB_DIV target-arm: Add ARM UDIV/SDIV support softfloat: Implement fused multiply-add target-arm: Implement VFPv4 fused multiply-accumulate insns fpu/softfloat-specialize.h | 178 ++++++++++++++++++ fpu/softfloat.c | 427 ++++++++++++++++++++++++++++++++++++++++++++ fpu/softfloat.h | 14 ++ target-arm/cpu.h | 4 +- target-arm/helper.c | 26 +++- target-arm/helper.h | 3 + target-arm/machine.c | 2 +- target-arm/translate.c | 118 ++++++++++++- 8 files changed, 760 insertions(+), 12 deletions(-)