From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsvCz-0000pE-Nd for qemu-devel@nongnu.org; Fri, 06 Jun 2014 10:33:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsvCu-0001BK-3r for qemu-devel@nongnu.org; Fri, 06 Jun 2014 10:33:29 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:46351 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsvCt-0001B9-Ud for qemu-devel@nongnu.org; Fri, 06 Jun 2014 10:33:24 -0400 Date: Fri, 6 Jun 2014 16:33:22 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140606143322.GA17574@irqsave.net> References: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> <20140606142837.GA5962@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20140606142837.GA5962@stefanha-thinkpad.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: Stefan Hajnoczi Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , kwolf@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com The Friday 06 Jun 2014 =E0 16:28:37 (+0200), Stefan Hajnoczi wrote : > On Thu, Jun 05, 2014 at 01:45:28PM +0200, 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 > > 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 > Merged Patches 1-4. Please address Eric's comments on Patch 5 in a > separate patch submission. Ok, >=20 > Thanks, applied to my block tree: > https://github.com/stefanha/qemu/commits/block >=20 > Stefan