From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGftL-0002lM-OH for qemu-devel@nongnu.org; Thu, 20 Feb 2014 21:31:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGftH-0000rJ-9f for qemu-devel@nongnu.org; Thu, 20 Feb 2014 21:31:07 -0500 Received: from ozlabs.org ([203.10.76.45]:54818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGftG-0000qn-Ub for qemu-devel@nongnu.org; Thu, 20 Feb 2014 21:31:03 -0500 From: Rusty Russell In-Reply-To: <20140219110657.09486541@bahia.local> References: <20140218123844.9849.58557.stgit@bahia.lab.toulouse-stg.fr.ibm.com> <20140218123849.9849.77875.stgit@bahia.lab.toulouse-stg.fr.ibm.com> <5303B39B.6080703@suse.de> <20140219110657.09486541@bahia.local> Date: Fri, 21 Feb 2014 09:49:11 +1030 Message-ID: <87d2ih9xu8.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/8] virtio_get_byteswap: function for endian-ambivalent targets using virtio. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: kwolf@redhat.com, peter.maydell@linaro.org, thuth@linux.vnet.ibm.com, mst@redhat.com, marc.zyngier@arm.com, agraf@suse.de, qemu-devel@nongnu.org, stefanha@redhat.com, anthony@codemonkey.ws, pbonzini@redhat.com, Andreas =?utf-8?Q?F=C3=A4rber?= Greg Kurz writes: > On Tue, 18 Feb 2014 20:25:15 +0100 > Andreas F=C3=A4rber wrote: >> Am 18.02.2014 13:38, schrieb Greg Kurz: >> > diff --git a/include/hw/virtio/virtio-access.h >> > b/include/hw/virtio/virtio-access.h new file mode 100644 >> > index 0000000..2e22a47 >> > --- /dev/null >> > +++ b/include/hw/virtio/virtio-access.h >> > @@ -0,0 +1,132 @@ >> > +/* >> > + * Virtio Accessor Support: In case your target can change endian. >> > + * >> > + * Copyright IBM, Corp. 2013 >> > + * >> > + * Authors: >> > + * Rusty Russell >> > + * >> > + * This work is licensed under the terms of the GNU GPL, version 2. >> > See >> > + * the COPYING file in the top-level directory. >> [snip] >>=20 >> I notice that this has been GPL-2.0 from Rusty's first series on. Is >> there a reason not to make the new file GPL-2.0+? >>=20 >> Cf. http://wiki.qemu.org/Relicensing >>=20 >> Thanks, >> Andreas >>=20 > > Rusty ? It is your call. :) I cut & paste that header. I always prefer 2+ to 2 anyway. Please fix: * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. Thanks, Rusty.