From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrnv-0003br-4r for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:20:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFrnu-0001XE-3k for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:20:51 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:52151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrnt-0001X0-VY for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:20:50 -0400 Message-ID: <4E9C71D7.9@weilnetz.de> Date: Mon, 17 Oct 2011 20:20:07 +0200 From: Stefan Weil 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> In-Reply-To: <4E9C70FB.7080902@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] GPLv3 troubles List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , qemu-devel@nongnu.org Am 17.10.2011 20:16, schrieb Anthony Liguori: > On 10/17/2011 12:58 PM, Andreas F=C3=A4rber wrote: >> Am 17.10.2011 18:51, schrieb Anthony Liguori: >>> Including binutils code is just a bad idea. >> >> Do you see a real alternative? Would it be possible to pipe machine co= de >> from QEMU into an external disassembler? > > Sure. This is only used in the monitor for interactive debugging, righ= t? The disassembler is also used with -d in_asm or -d out_asm to write=20 qemu.log. I expect that a pipe to an external disassembler would slow down=20 execution with -d significantly. Regards, Stefan Weil