From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBSDZ-0006Rh-25 for qemu-devel@nongnu.org; Mon, 19 Aug 2013 12:22:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBSDS-00066s-VG for qemu-devel@nongnu.org; Mon, 19 Aug 2013 12:22:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBSDS-00066e-N7 for qemu-devel@nongnu.org; Mon, 19 Aug 2013 12:22:02 -0400 Message-ID: <521246BC.60302@redhat.com> Date: Mon, 19 Aug 2013 18:24:28 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1376662507-5212-1-git-send-email-lersek@redhat.com> <874napfzr8.fsf@codemonkey.ws> <5210D94F.6050604@redhat.com> In-Reply-To: <5210D94F.6050604@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/7] introduce BSD-licensed block driver for "raw" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Anthony Liguori , "Daniel P. Berrange" Cc: qemu-devel@nongnu.org On 08/18/13 16:25, Paolo Bonzini wrote: > Il 16/08/2013 16:59, Anthony Liguori ha scritto: >> Laszlo Ersek writes: >> >>> Paolo asked me to write such a driver based on his textual specification >>> alone. The first patch captures his email in full, the rest re-quotes >>> parts that are being implemented. >>> >>> The tree compiles at each patch. The series passes "make check-block". >>> >>> "block/raw.c" is not removed because I wanted to keep it out of my >>> series and out of my brain. >>> >>> Disclaimer: I couldn't care less if the raw block driver was public >>> domain or AGPLv3+, as long as it qualifies as free software. I'm only >>> trying to do what Paolo asked of me. >> >> Generally speaking, rewriting parts of QEMU to be !GPL is something I >> would strongly, strongly oppose. >> >> I believe that Paolo had a good reason for this though. > > The reason is that Christoph said his original version of block/raw.c > was meant to be GPLv2-only. I don't care if the file is BSD or LGPLv2+, > but most of the block layer is BSD, which is why I went for BSD. So, is it OK if, after fixing the small problem in 7/7, I post v2 again under the BSDL? Thanks, Laszlo