From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgjTc-0003jX-K2 for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:45:52 -0500 Received: from [199.232.76.173] (port=54480 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgjTc-0003jM-8g for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:45:52 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NgjTb-0000l9-MP for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:45:52 -0500 Received: from mail-yx0-f199.google.com ([209.85.210.199]:46918) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NgjTb-0000l5-EV for qemu-devel@nongnu.org; Sun, 14 Feb 2010 13:45:51 -0500 Received: by yxe37 with SMTP id 37so3658470yxe.27 for ; Sun, 14 Feb 2010 10:45:50 -0800 (PST) Sender: Rabin Vincent Date: Mon, 15 Feb 2010 00:16:54 +0530 From: Rabin Vincent Subject: Re: [Qemu-devel] Thumb-2 Support Message-ID: <20100214184653.GA9304@debian> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Crooks (Rigante)" Cc: qemu-devel@nongnu.org On Wed, Sep 23, 2009 at 02:30:01PM +0200, Crooks (Rigante) wrote: > I was wondering what level of support there is for Thumb-2. (Qemu 0.11 RC2) > I've compiled two linux-kernels, one with Thumb-2, and one without Thumb-2, > using the codesourcery compilers. I've then tried to boot these kernels with > the RealView emulation running an Cortex-A8 CPU. > The one without Thumb-2 manages to boot, but nothing seem to happen when > running the one compiled for Thumb-2. This should work now, if you use the latest QEMU git and apply the three patches I just sent to the list. Make sure you boot a uImage, because when using a zImage QEMU always starts up in ARM mode. Rabin