From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L38NY-0000X8-Eq for qemu-devel@nongnu.org; Thu, 20 Nov 2008 07:11:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L38NX-0000Ww-W9 for qemu-devel@nongnu.org; Thu, 20 Nov 2008 07:11:24 -0500 Received: from [199.232.76.173] (port=59572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L38NX-0000Wr-OM for qemu-devel@nongnu.org; Thu, 20 Nov 2008 07:11:23 -0500 Received: from fg-out-1718.google.com ([72.14.220.157]:56667) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L38NW-0006EL-DI for qemu-devel@nongnu.org; Thu, 20 Nov 2008 07:11:22 -0500 Received: by fg-out-1718.google.com with SMTP id l26so337082fgb.8 for ; Thu, 20 Nov 2008 04:11:19 -0800 (PST) Message-ID: <761ea48b0811200411r41e875fcs15e02e1c58a11a8f@mail.gmail.com> Date: Thu, 20 Nov 2008 13:11:19 +0100 From: "Laurent Desnogues" In-Reply-To: <761ea48b0811180702r6dce9a44n2bde8e69abf6a5d6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <761ea48b0811180702r6dce9a44n2bde8e69abf6a5d6@mail.gmail.com> Subject: [Qemu-devel] Re: [PATCH] Some fixes for TCG debugging Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Nov 18, 2008 at 4:02 PM, Laurent Desnogues wrote: > Hello, > > this fixes a few things after Paul's improvements for TCG debugging: > > - change TCGv_i64 field name to something different from > TCGv_i32 > - fix things in tcg that the above change made visible. No comment about that patch? Except that it lacks this: Signed-off-by: Laurent Desnogues Thanks, Laurent