From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg3S1-0003om-Rk for qemu-devel@nongnu.org; Wed, 08 Apr 2015 23:48:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg3Ry-0003by-DQ for qemu-devel@nongnu.org; Wed, 08 Apr 2015 23:48:21 -0400 Received: from cantor2.suse.de ([195.135.220.15]:60636 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg3Ry-0003bs-6y for qemu-devel@nongnu.org; Wed, 08 Apr 2015 23:48:18 -0400 Message-ID: <5525F67E.2090609@suse.de> Date: Thu, 09 Apr 2015 05:48:14 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1407519603-6635-1-git-send-email-kwolf@redhat.com> <1407519603-6635-23-git-send-email-kwolf@redhat.com> In-Reply-To: <1407519603-6635-23-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 22/62] block: Support Archipelago as a QEMU block backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org, Chrysostomos Nanakos , Jeff Cody , Stefan Hajnoczi Cc: Peter Maydell Am 08.08.2014 um 19:39 schrieb Kevin Wolf: > From: Chrysostomos Nanakos >=20 > VM Image on Archipelago volume is specified like this: >=20 > file.driver=3Darchipelago,file.volume=3D[,file.mport=3D[, > file.vport=3D][,file.segment=3D]] >=20 > 'archipelago' is the protocol. >=20 > 'mport' is the port number on which mapperd is listening. This is optio= nal > and if not specified, QEMU will make Archipelago to use the default por= t. >=20 > 'vport' is the port number on which vlmcd is listening. This is optiona= l > and if not specified, QEMU will make Archipelago to use the default por= t. >=20 > 'segment' is the name of the shared memory segment Archipelago stack is= using. > This is optional and if not specified, QEMU will make Archipelago to us= e the > default value, 'archipelago'. >=20 > Examples: >=20 > file.driver=3Darchipelago,file.volume=3Dmy_vm_volume > file.driver=3Darchipelago,file.volume=3Dmy_vm_volume,file.mport=3D123 > file.driver=3Darchipelago,file.volume=3Dmy_vm_volume,file.mport=3D123, > file.vport=3D1234 > file.driver=3Darchipelago,file.volume=3Dmy_vm_volume,file.mport=3D123, > file.vport=3D1234,file.segment=3Dmy_segment >=20 > Signed-off-by: Chrysostomos Nanakos > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Kevin Wolf > --- > MAINTAINERS | 6 + > block/Makefile.objs | 2 + > block/archipelago.c | 787 ++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > configure | 40 +++ > 4 files changed, 835 insertions(+) > create mode 100644 block/archipelago.c Judging by configure output in v2.3.0-rc2, QEMU seems to rely on libxseg, which is GPL-3.0+: https://github.com/grnet/libxseg How can anyone legally build this backend then? o.O Any chance libxseg can be relicensed to GPL-2.0+? Regards, Andreas --=20 SUSE Linux GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Felix Imend=F6rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG N=FCrnberg)