From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsw2U-0008I7-Gt for qemu-devel@nongnu.org; Fri, 06 Jun 2014 11:26:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wsw2I-0003od-CO for qemu-devel@nongnu.org; Fri, 06 Jun 2014 11:26:42 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:46370 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsw2I-0003nz-6Q for qemu-devel@nongnu.org; Fri, 06 Jun 2014 11:26:30 -0400 Date: Fri, 6 Jun 2014 17:26:28 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140606152628.GA18172@irqsave.net> References: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> <5390A0A5.9090802@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <5390A0A5.9090802@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, lcapitulino@redhat.com The Thursday 05 Jun 2014 =E0 10:53:57 (-0600), Eric Blake wrote : > On 06/05/2014 05:45 AM, Beno=EEt Canet wrote: > > in v2: > > squash commits [Stefan] > > Get rid of dependency on quorum maintainance series [Stefan] > > Add proper GPL V2 license in headers [Eric] > >=20 > > Beno=EEt Canet (5): > > qapi: Extract qapi/common.json definitions > > qapi: create two block related json modules > > qapi: Extract qapi/block-core.json definitions > > qapi: Extract qapi/block.json definitions > > qapi: Set QAPI descriptions files under the GPL V2 license >=20 > If desired, we could merge 1-4 while hanging on to 5 for a later time > once any debate on whether (and what) copyright boilerplate to attach t= o > these files gets settled. Patch 1-4 are merged so now we need to settle the choice of the copyright boilerplate. >=20 > >=20 > > qapi-schema.json | 1671 +---------------------------------------= ---------- > > qapi/block-core.json | 1416 ++++++++++++++++++++++++++++++++++++++++= ++ > > qapi/block.json | 170 +++++ > > qapi/common.json | 93 +++ > > 4 files changed, 1694 insertions(+), 1656 deletions(-) > > create mode 100644 qapi/block-core.json > > create mode 100644 qapi/block.json > > create mode 100644 qapi/common.json > >=20 >=20 > --=20 > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >=20