From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41121 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnfgl-0002gK-16 for qemu-devel@nongnu.org; Thu, 10 Feb 2011 18:12:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnfgi-0003cy-OX for qemu-devel@nongnu.org; Thu, 10 Feb 2011 18:12:38 -0500 Received: from mail.serverraum.org ([78.47.150.89]:43307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pnfgi-0003cY-3k for qemu-devel@nongnu.org; Thu, 10 Feb 2011 18:12:36 -0500 From: Michael Walle Date: Fri, 11 Feb 2011 00:11:53 +0100 Message-Id: <1297379530-23487-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] [PATCH 00/17 v2] LatticeMico32 target List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Edgar E. Iglesias" , Alexander Graf , Richard Henderson 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. Btw, should i prefix the commit messages with 'lm32' or 'target-lm32'?