From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43517 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwMk6-0002Op-Ig for qemu-devel@nongnu.org; Sun, 06 Mar 2011 17:48:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwMk5-00086B-BQ for qemu-devel@nongnu.org; Sun, 06 Mar 2011 17:48:02 -0500 Received: from mail.serverraum.org ([78.47.150.89]:46102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwMk5-00085e-6F for qemu-devel@nongnu.org; Sun, 06 Mar 2011 17:48:01 -0500 From: Michael Walle Subject: Re: [Qemu-devel] [PATCH 00/17 v3] LatticeMico32 target Date: Sun, 6 Mar 2011 23:47:55 +0100 References: <1297982718-21865-1-git-send-email-michael@walle.cc> <201102250003.37805.michael@walle.cc> <20110301213158.GB7509@laped.lan> In-Reply-To: <20110301213158.GB7509@laped.lan> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201103062347.56232.michael@walle.cc> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Blue Swirl , Richard Henderson , qemu-devel@nongnu.org, Alexander Graf Am Dienstag 01 M=E4rz 2011, 22:31:58 schrieb Edgar E. Iglesias: > On Fri, Feb 25, 2011 at 12:03:37AM +0100, Michael Walle wrote: > > Am Donnerstag 17 Februar 2011, 23:45:01 schrieb Michael Walle: > > > This patchset adds support for the LatticeMico32 softcore processor by > > > Lattice Semiconductor. > > >=20 > > > Changes since v2: > > > - lots of CODING_STYLE fixes > > > - reworked pic and juart model, CPUState is not passed anymore > > > - use qdev reset field instead of qemu_register_reset() > > > - add missing include guards > > > - merged lm32_pic_cpu.c into boards file > > > - removed buggy qemu_irq_lower() in reset functions > > > - converted hw_error to error_report() > > >=20 > > > 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 > >=20 > > Any comments/reviews on this patchset? > >=20 > > I've changed the opcode decoding to use a lookup table instead of the > > for- loop. If you don't mind, i would submit a patch after the above is > > merged. Or, alternatively, if there is another patchset version, i'll > > integrate it into that ;) >=20 > Hi, lets do v3 first. >=20 > Do you have a public tree to pull from? My git repository is at: http://git.serverraum.org/git/mw/qemu-lm32.git/ There i create a tag 'for-upstream-v3' which contains the patchset rebased = on=20 the latest official HEAD. HTH, Michael