From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Peter Maydell Date: Wed, 24 Oct 2012 14:02:57 +0100 Message-Id: <1351083781-3616-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/4] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , Blue Swirl Cc: qemu-devel@nongnu.org, Paul Brook 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(-)