From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbKrp-0002OR-E2 for qemu-devel@nongnu.org; Thu, 04 Sep 2008 15:51:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbKrn-0002OF-1g for qemu-devel@nongnu.org; Thu, 04 Sep 2008 15:51:44 -0400 Received: from [199.232.76.173] (port=51564 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbKrm-0002OC-TE for qemu-devel@nongnu.org; Thu, 04 Sep 2008 15:51:42 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:57486) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbKrm-0006np-FL for qemu-devel@nongnu.org; Thu, 04 Sep 2008 15:51:42 -0400 Date: Thu, 4 Sep 2008 21:51:37 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH v2] convert of few alpha insn to TCG Message-ID: <20080904195137.GB3832@networkno.de> References: <20080903084633.GD21732@volta.aurel32.net> <548C69A4-B4D1-4F86-87AB-EDD663895A53@adacore.com> <20080904043527.GA3416@volta.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080904043527.GA3416@volta.aurel32.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Aurelien Jarno wrote: > On Wed, Sep 03, 2008 at 02:44:48PM +0200, Tristan Gingold wrote: > > Hi, > > > > all the issues have been fixed in this second version. > > > > Tristan. > > > > Signed-off-by: Tristan Gingold > > > > I have applied a modified version of this patch, as I don't want to > spend to much time doing mail ping pong. Please see the details of the > change below. > > Also please watch the indentation, target-alpha/ is indented with space, > I am not sure we want to mix that. Apparently you missed to commit target-alpha/helper.h. Thiemo