From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnpcZ-0007SZ-35 for qemu-devel@nongnu.org; Fri, 11 Feb 2011 04:49:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnpcX-000555-UO for qemu-devel@nongnu.org; Fri, 11 Feb 2011 04:48:58 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:47933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnpcX-00054y-Nw for qemu-devel@nongnu.org; Fri, 11 Feb 2011 04:48:57 -0500 Received: by bwz16 with SMTP id 16so2931183bwz.4 for ; Fri, 11 Feb 2011 01:48:56 -0800 (PST) Date: Fri, 11 Feb 2011 10:48:52 +0100 From: "Edgar E. Iglesias" Message-ID: <20110211094852.GA31740@edde.se.axis.com> References: <1297379530-23487-1-git-send-email-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297379530-23487-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] Re: [PATCH 00/17 v2] LatticeMico32 target List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: Richard Henderson , qemu-devel@nongnu.org, Alexander Graf On Fri, Feb 11, 2011 at 12:11:53AM +0100, Michael Walle wrote: > This patchset adds support for the LatticeMico32 softcore processor by > Lattice Semiconductor. > > Changes since v1: > - removed variables which are no longer in use > - replaced some tcg ops with specialized ones > - kill VM in case of an unknown opcode > - fixed tracepoints format strings to match existing ones > > The nop detection is still there, i'll fix it in a later commit if this is > ok? The microblaze port could then be fixed in the same way. Yes, we can fix that with follow-up patches. > Btw, should i prefix the commit messages with 'lm32' or 'target-lm32'? lm32 is OK. If no more comment's come in within a couple of days, I'll apply the port. Cheers