From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFs4J-0001aR-KP for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:37:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFs4I-0005hD-9E for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:37:47 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:43058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFs4I-0005g4-5C for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:37:46 -0400 Received: by iakl21 with SMTP id l21so7828252iak.4 for ; Mon, 17 Oct 2011 11:37:45 -0700 (PDT) Message-ID: <4E9C75F5.8070706@codemonkey.ws> Date: Mon, 17 Oct 2011 13:37:41 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318213565-3268-1-git-send-email-jcmvbkbc@gmail.com> <1318213565-3268-7-git-send-email-jcmvbkbc@gmail.com> <4E9C0746.3030509@suse.de> <4E9C07D1.9090004@redhat.com> <4E9C0C6F.6070502@suse.de> <4E9C5A33.2060003@suse.de> <4E9C5D10.6020908@codemonkey.ws> <4E9C6CA9.3010700@suse.de> <4E9C70FB.7080902@codemonkey.ws> <4E9C71D7.9@weilnetz.de> <4E9C73FA.6070309@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] GPLv3 troubles List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org On 10/17/2011 01:34 PM, Peter Maydell wrote: > On 17 October 2011 19:29, Anthony Liguori wrote: >> Likewise, we could add tracing to translate.c to achieve the same affect as >> in_asm. > > Having the code you're trying to debug be also doing the printing out > of the disassembly seems like a recipe for confusing yourself (because > you lose the independent crosscheck of what's actually going in). I'd > rather have the logging dump plain hex to postprocess with objdump... Fair enough. Regards, Anthony Liguori > > -- PMM >