From patchwork Wed Oct 24 13:02:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 193778 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2FB302C0097 for ; Thu, 25 Oct 2012 00:27:43 +1100 (EST) Received: from localhost ([::1]:55444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0zk-0001wo-JA for incoming@patchwork.ozlabs.org; Wed, 24 Oct 2012 09:27:40 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0yu-0000Gm-1J for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:26:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR0yn-0002Pf-GF for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:26:47 -0400 Received: from 38.0.169.217.in-addr.arpa ([217.169.0.38]:55588 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR0yn-0002OM-9e for qemu-devel@nongnu.org; Wed, 24 Oct 2012 09:26:41 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1TR0bt-0000wl-HT; Wed, 24 Oct 2012 14:03:01 +0100 From: Peter Maydell To: Aurelien Jarno , Blue Swirl Date: Wed, 24 Oct 2012 14:02:57 +0100 Message-Id: <1351083781-3616-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 217.169.0.38 Cc: qemu-devel@nongnu.org, Paul Brook Subject: [Qemu-devel] [PULL 0/4] 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 Hi; this is a pullreq for the current target-arm queue. Some minor tweaks and the patch which handles get/put_user() failure in the semihosting code. Please pull. thanks -- PMM The following changes since commit a8170e5e97ad17ca169c64ba87ae2f53850dab4c: Rename target_phys_addr_t to hwaddr (2012-10-23 08:58:25 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git target-arm.for-upstream for you to fetch changes up to 8b279a60dc3ca53923701dfec6e54bea9d13cfb7: target-arm: Remove out of date FIXME regarding saturating arithmetic (2012-10-24 13:33:29 +0100) ---------------------------------------------------------------- Peter Maydell (4): arm-semi.c: Handle get/put_user() failure accessing arguments target-arm: Use TCG operation for Neon 64 bit negation target-arm: Implement abs_i32 inline rather than as a helper target-arm: Remove out of date FIXME regarding saturating arithmetic target-arm/arm-semi.c | 167 +++++++++++++++++++++++++++++----------------- target-arm/helper.c | 5 -- target-arm/helper.h | 2 - target-arm/neon_helper.c | 6 -- target-arm/op_helper.c | 2 - target-arm/translate.c | 15 ++++- 6 files changed, 118 insertions(+), 79 deletions(-)