From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrjk-000257-4r for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:16:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFrji-0000Wx-SF for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:16:32 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:55481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFrji-0000Wq-NJ for qemu-devel@nongnu.org; Mon, 17 Oct 2011 14:16:30 -0400 Received: by vcbfl17 with SMTP id fl17so3225620vcb.4 for ; Mon, 17 Oct 2011 11:16:29 -0700 (PDT) Message-ID: <4E9C70FB.7080902@codemonkey.ws> Date: Mon, 17 Oct 2011 13:16:27 -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> In-Reply-To: <4E9C6CA9.3010700@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] GPLv3 troubles List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Peter Maydell , qemu-devel@nongnu.org On 10/17/2011 12:58 PM, Andreas Färber 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 code > from QEMU into an external disassembler? Sure. This is only used in the monitor for interactive debugging, right? Regards, Anthony Liguori > > Andreas >