From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFOBu-0000LU-3x for qemu-devel@nongnu.org; Tue, 01 Dec 2009 03:34:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFOBt-0000LA-A5 for qemu-devel@nongnu.org; Tue, 01 Dec 2009 03:34:33 -0500 Received: from [199.232.76.173] (port=55076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFOBt-0000L7-3L for qemu-devel@nongnu.org; Tue, 01 Dec 2009 03:34:33 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:42972 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFOBs-00026Q-O2 for qemu-devel@nongnu.org; Tue, 01 Dec 2009 03:34:32 -0500 From: Rob Landley Subject: Re: [Qemu-devel] ARM v4t support Date: Tue, 1 Dec 2009 02:15:17 -0600 References: <20091127111731.GA11982@kyllikki.org> In-Reply-To: <20091127111731.GA11982@kyllikki.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912010215.18484.rob@landley.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Vincent Sanders , Paul Brook On Friday 27 November 2009 05:17:32 Vincent Sanders wrote: > I appear to be unable to take a hint, your silence on this patch in > the past probably ought to have been a clue. however this will be the > last time I bother to try and get anything merged so you wont have to > be disturbed again. > > The attached patch adds V4t support to the ARM emulation, its pretty > much the same as the last time it was posted. It is correct in > everything it does to the best of my knowledge however you will as > usual no doubt find a corner case it does not cover and reject it. Confirming: Vincent's patch (this one) works for me. I booted an armv4tl kernel and root filesystem under -cpu arm920t with this patch. I added "-cpu arm920t" to the qemu command line and switched the kernel .config from "CONFIG_CPU_ARM926T=y" to "CONFIG_CPU_ARM920T=y", and it booted when built with my armv4tl toolchain from http://impactlinux.com/fwl/downloads/binaries/cross-compiler-armv4tl.tar.bz2 Acked-by: Rob Landley Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds