From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs9wP-0000Ot-Om for qemu-devel@nongnu.org; Tue, 31 Jan 2012 04:23:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rs9wH-0001br-9G for qemu-devel@nongnu.org; Tue, 31 Jan 2012 04:23:53 -0500 Received: from cantor2.suse.de ([195.135.220.15]:57351 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rs9wH-0001aK-4g for qemu-devel@nongnu.org; Tue, 31 Jan 2012 04:23:45 -0500 Message-ID: <4F27B295.4010903@suse.de> Date: Tue, 31 Jan 2012 10:21:25 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= 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> In-Reply-To: <4F279D4B.6040704@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Anthony Liguori Cc: Paolo Bonzini , qemu-devel@nongnu.org, Peter Maydell Am 31.01.2012 08:50, schrieb Paolo Bonzini: > On 01/30/2012 10:09 PM, Anthony Liguori wrote: >> diff --git a/qom/container.c b/qom/container.c >> new file mode 100644 >> index 0000000..39d7b1e >> --- /dev/null >> +++ b/qom/container.c >> @@ -0,0 +1,15 @@ >> +#include "qemu/object.h" >> +#include "module.h" >> + >> +static TypeInfo container_info =3D { >> + .name =3D "container", >> + .instance_size =3D sizeof(Object), >> + .parent =3D TYPE_OBJECT, >> +}; >> + >=20 > 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 for MemoryAPI.) Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg