From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd5Xm-0006sQ-B2 for qemu-devel@nongnu.org; Tue, 09 Sep 2008 11:54:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd5Xk-0006q5-3C for qemu-devel@nongnu.org; Tue, 09 Sep 2008 11:54:17 -0400 Received: from [199.232.76.173] (port=35025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd5Xj-0006pb-Rm for qemu-devel@nongnu.org; Tue, 09 Sep 2008 11:54:15 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:56752) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kd5Xi-0003a9-J9 for qemu-devel@nongnu.org; Tue, 09 Sep 2008 11:54:15 -0400 Received: by gxk12 with SMTP id 12so10696277gxk.10 for ; Tue, 09 Sep 2008 08:54:12 -0700 (PDT) Message-ID: Date: Tue, 9 Sep 2008 18:54:11 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH]: Display TCGCond name in tcg dumper In-Reply-To: <7C48730E-3B65-4548-B6DF-FF2A2A5A6E6A@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7C48730E-3B65-4548-B6DF-FF2A2A5A6E6A@adacore.com> 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 9/8/08, Tristan Gingold wrote: > Hi, > > currently TCGCond are displayed by value in tcg dumps - which is not very > easy to read. > This patch displays names instead. The brconds look much better with your patch. Anybody mind if I apply this?