From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm4bC-00082o-34 for qemu-devel@nongnu.org; Wed, 27 Jul 2011 09:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm4bA-00070J-RD for qemu-devel@nongnu.org; Wed, 27 Jul 2011 09:56:33 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:40229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm4bA-000705-Bj for qemu-devel@nongnu.org; Wed, 27 Jul 2011 09:56:32 -0400 From: Peter Maydell Date: Wed, 27 Jul 2011 14:47:52 +0100 Message-Id: <1311774476-23321-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 0/4][STABLE] ARM patch queue (for 0.15) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Justin M. Forbes" This is a pull request for some ARM patches which I think should go into 0.15. Justifications: * "Mark 1136r1 as v6K" -- needed so recent 1136 Linux kernels boot * "Support v6 barriers" -- needed to run code compiled for v6 * UNDEF/UNPREDICTABLE patches -- fix bugs which allow guest code to crash qemu (In fact I think all of the patches in the pullreq targeted at master are pretty safe to go in, but this is the minimal set. The 1136-is-v6k patch is slightly different from the master one because 0.15 doesn't get the 'support 1176' patch.) Thanks -- PMM Peter Maydell (4): 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/cpu.h | 1 + target-arm/helper.c | 21 ++++++++- target-arm/translate.c | 108 +++++++++++++++++++++++++++++++++--------------- 3 files changed, 95 insertions(+), 35 deletions(-)