[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands |
Date: |
Fri, 6 Jun 2014 16:28:37 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Thu, Jun 05, 2014 at 01:45:28PM +0200, Benoît Canet wrote:
> in v2:
> squash commits [Stefan]
> Get rid of dependency on quorum maintainance series [Stefan]
> Add proper GPL V2 license in headers [Eric]
>
> Benoît 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
Merged Patches 1-4. Please address Eric's comments on Patch 5 in a
separate patch submission.
Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block
Stefan
- [Qemu-devel] [PATCH v2 4/5] qapi: Extract qapi/block.json definitions, (continued)
- [Qemu-devel] [PATCH v2 4/5] qapi: Extract qapi/block.json definitions, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 2/5] qapi: create two block related json modules, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the GPL V2 license, Benoît Canet, 2014/06/05
- [Qemu-devel] [PATCH v2 3/5] qapi: Extract qapi/block-core.json definitions, Benoît Canet, 2014/06/05
- Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands, Eric Blake, 2014/06/05
- Re: [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands,
Stefan Hajnoczi <=