From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGCYa-0002pA-8k for qemu-devel@nongnu.org; Tue, 18 Oct 2011 12:30:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGCYU-00069Q-6w for qemu-devel@nongnu.org; Tue, 18 Oct 2011 12:30:24 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:38000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGCYU-00069C-4V for qemu-devel@nongnu.org; Tue, 18 Oct 2011 12:30:18 -0400 Received: by gyg10 with SMTP id 10so925833gyg.4 for ; Tue, 18 Oct 2011 09:30:17 -0700 (PDT) Message-ID: <4E9DA995.30304@codemonkey.ws> Date: Tue, 18 Oct 2011 11:30:13 -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> <4E9C21C0.5070102@us.ibm.com> <4E9C249D.3080509@redhat.com> <4E9C38F5.2060803@codemonkey.ws> <4E9C5832.908@suse.de> <4E9C5C3E.8030505@codemonkey.ws> <4E9C69E3.6080501@weilnetz.de> <4E9C93C5.9070101@redhat.com> <4E9D7918.7060103@codemonkey.ws> <4E9D9BEE.2050406@redhat.com> <4E9DA2DE.2050904@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 , qemu-devel@nongnu.org, Markus Armbruster , Blue Swirl , Max Filippov , Avi Kivity , Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 10/18/2011 11:15 AM, Peter Maydell wrote: > On 18 October 2011 17:01, Anthony Liguori wrote: >> Ah, linux-user... hadn't thought about that. Perhaps it's a lost cause. >> >> Unless we split linux-user off into a separate repository. The only real >> code sharing is TCG. > > ...and the binutils disassembly code, which is the reason we wanted > to move to GPLv3 in the first place, right? TCG can have a debug mode that makes it GPLv3 (using the binutils code). You wouldn't be able to consume this debug mode with linux-user. Probably safest thing is to put disas only in qemu-system. linux-user would have to log hex. Regards, Anthony Liguori > > -- PMM >