From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm486-0007V1-4R for qemu-devel@nongnu.org; Wed, 27 Jul 2011 09:26:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm485-000392-3b for qemu-devel@nongnu.org; Wed, 27 Jul 2011 09:26:30 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:59649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm484-00038g-Tt for qemu-devel@nongnu.org; Wed, 27 Jul 2011 09:26:29 -0400 From: Peter Maydell Date: Wed, 27 Jul 2011 14:26:12 +0100 Message-Id: <1311773179-23139-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/7] ARM patch queue (for master) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Aurelien Jarno This is a pull request for various outstanding ARM related patches; they've been on the list for a week or so. Some of these are bug fixes which I want to get into 0.15; I'm going to do a parallel pullreq for the 0.15 patches. Thanks -- PMM The following changes since commit c886edfb851c0c590d4e77f058f2ec8ed95ad1b5: Let users select their pythons (2011-07-25 16:50:12 +0000) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git for-upstream Jamie Iles (2): target-arm: make VMSAv7 remapping and AP dependent on V6K target-arm: support for ARM1176JZF-s cores Peter Maydell (5): target-arm: Mark 1136r1 as a v6K core target-arm: Support v6 barriers in linux-user mode target-arm: Handle UNDEF and UNPREDICTABLE cases for VLDM, VSTM target-arm: UNDEF on a VCVTT/VCVTB UNPREDICTABLE to avoid TCG assert target-arm: Don't print debug messages for various UNDEF cases target-arm/cpu.h | 2 + target-arm/helper.c | 47 ++++++++++++++++++- target-arm/translate.c | 114 +++++++++++++++++++++++++++++++---------------- 3 files changed, 121 insertions(+), 42 deletions(-)