From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP7x5-0006MB-4f for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TP7x2-0000hH-UO for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:29:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TP7x2-0000hA-L9 for qemu-devel@nongnu.org; Fri, 19 Oct 2012 04:29:04 -0400 Date: Fri, 19 Oct 2012 10:30:39 +0200 From: "Michael S. Tsirkin" Message-ID: <20121019083039.GA2827@redhat.com> References: <1247658216-511-1-git-send-email-kraxel@redhat.com> <1247658216-511-2-git-send-email-kraxel@redhat.com> <20121017201414.GA5665@otherpad.lan.raisama.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121017201414.GA5665@otherpad.lan.raisama.net> Subject: Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: Jan Kiszka , qemu-devel@nongnu.org, dunrong huang , Markus Armbruster , Blue Swirl , Stefan Weil , Zhi Yong Wu , Donald Dutile , Gerd Hoffmann , Juan Quintela , Michael Roth , Christian Borntraeger , Anthony PERARD , Kusanagi Kouichi , Stefan Hajnoczi , Stefan Weil , Christoph Egger , Jan Kiszka , Kevin Wolf , David 'Digit' Turner , Anthony Liguori , Isaku Yamahata , Amit Shah , Paolo Bonzini On Wed, Oct 17, 2012 at 05:14:14PM -0300, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] > > diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > > new file mode 100644 > > index 0000000..8b0d0ff > > --- /dev/null > > +++ b/hw/qdev-properties.c > > @@ -0,0 +1,246 @@ > > Gerd, could you clarify what's the copyright/license of this file? (I > mean, at least the copyright/license of the initial version of the file > you wrote, below). > > I am CCing all other authors that touched the file (according to git > logs), so they can clarify what's the license they assumed for the file > and their contributions. GPLv2+