From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgjFp-00084p-GU for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:31:37 -0500 Received: from [199.232.76.173] (port=43608 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgjFo-000845-4J for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:31:36 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NgjFn-0008Vh-DF for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:31:36 -0500 Received: from mail-yx0-f199.google.com ([209.85.210.199]:48419) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NgjFn-0008Vd-6c for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:31:35 -0500 Received: by yxe37 with SMTP id 37so3652604yxe.27 for ; Sun, 14 Feb 2010 10:31:33 -0800 (PST) Sender: Rabin Vincent From: Rabin Vincent Date: Mon, 15 Feb 2010 00:02:33 +0530 Message-Id: <1266172357-9252-1-git-send-email-rabin@rab.in> Subject: [Qemu-devel] [PATCH 0/3] target-arm: Thumb(-2) exception support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Rabin Vincent This series adds Thumb exception support and fixes a couple of instructions related to it. With these patches, QEMU can boot a Linux kernel built with Thumb-2. Rabin Vincent (3): target-arm: fix thumb CPS target-arm: implement Thumb-2 exception return target-arm: support thumb exception handlers target-arm/helper.c | 5 ++--- target-arm/translate.c | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 6 deletions(-)