From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsA6l-0001Db-9m for qemu-devel@nongnu.org; Tue, 31 Jan 2012 04:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsA4A-0002wr-Qm for qemu-devel@nongnu.org; Tue, 31 Jan 2012 04:32:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsA4A-0002wm-AN for qemu-devel@nongnu.org; Tue, 31 Jan 2012 04:31:54 -0500 Message-ID: <4F27B505.1040506@redhat.com> Date: Tue, 31 Jan 2012 10:31:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1327957741-5842-1-git-send-email-aliguori@us.ibm.com> <1327957741-5842-22-git-send-email-aliguori@us.ibm.com> <4F279D4B.6040704@redhat.com> <4F27B295.4010903@suse.de> In-Reply-To: <4F27B295.4010903@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 22/23] container: make a decendent of Object List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Peter Maydell , qemu-devel@nongnu.org On 01/31/2012 10:21 AM, Andreas F=E4rber wrote: >> > >> > License header, please. (GPLv2+ or LGPLv2+?) > Given that object.c is GPLv2+, I've sticked with that license myself; > but was that choice of license intentional? Effectively means we can't > really have any liberally-licensed device emulation. (But same holds fo= r > MemoryAPI.) Actually you can. It's the combination that cannot be released=20 liberally, but that's already the case without QOM or MemoryRegion. If somebody wishes to port such a module to a proprietary platform=20 (which doesn't have QOM or other GPL bits), they can. Paolo