From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDz6q-0007R4-Ui for qemu-devel@nongnu.org; Fri, 27 Nov 2009 06:35:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDz6m-0007O7-Rx for qemu-devel@nongnu.org; Fri, 27 Nov 2009 06:35:32 -0500 Received: from [199.232.76.173] (port=36881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDz6m-0007Nw-L3 for qemu-devel@nongnu.org; Fri, 27 Nov 2009 06:35:28 -0500 Received: from mail-bw0-f212.google.com ([209.85.218.212]:61214) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDz6m-0002Fb-9R for qemu-devel@nongnu.org; Fri, 27 Nov 2009 06:35:28 -0500 Received: by bwz4 with SMTP id 4so1151458bwz.2 for ; Fri, 27 Nov 2009 03:35:26 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20091127111731.GA11982@kyllikki.org> References: <20091127111731.GA11982@kyllikki.org> Date: Fri, 27 Nov 2009 12:35:26 +0100 Message-ID: <5b31733c0911270335p4849f3fek66cd40591cf32d34@mail.gmail.com> Subject: Re: [Qemu-devel] ARM v4t support From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vincent Sanders Cc: Paul Brook , qemu-devel@nongnu.org On Fri, Nov 27, 2009 at 12:17 PM, 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. I have already sent more complete patch for ARM7TDMI emulation: http://www.mail-archive.com/qemu-devel@nongnu.org/msg17205.html http://patchwork.ozlabs.org/patch/36841/ F.