From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsW75-0004Dv-10 for qemu-devel@nongnu.org; Thu, 05 Jun 2014 07:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsW6y-0007JO-SY for qemu-devel@nongnu.org; Thu, 05 Jun 2014 07:45:42 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:45523 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsW6y-0007Iz-JX for qemu-devel@nongnu.org; Thu, 05 Jun 2014 07:45:36 -0400 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Thu, 5 Jun 2014 13:45:28 +0200 Message-Id: <1401968733-10998-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= , stefanha@redhat.com, lcapitulino@redhat.com in v2: squash commits [Stefan] Get rid of dependency on quorum maintainance series [Stefan] Add proper GPL V2 license in headers [Eric] Beno=C3=AEt 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 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 1.9.1