qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands
@ 2014-06-05 11:45 Benoît Canet
  2014-06-05 11:45 ` [Qemu-devel] [PATCH v2 1/5] qapi: Extract qapi/common.json definitions Benoît Canet
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Benoît Canet @ 2014-06-05 11:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Benoît Canet, stefanha, lcapitulino

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

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-06-06 15:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 11:45 [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands Benoît Canet
2014-06-05 11:45 ` [Qemu-devel] [PATCH v2 1/5] qapi: Extract qapi/common.json definitions Benoît Canet
2014-06-05 15:16   ` Eric Blake
2014-06-05 11:45 ` [Qemu-devel] [PATCH v2 2/5] qapi: create two block related json modules Benoît Canet
2014-06-05 16:20   ` Eric Blake
2014-06-05 11:45 ` [Qemu-devel] [PATCH v2 3/5] qapi: Extract qapi/block-core.json definitions Benoît Canet
2014-06-05 16:42   ` Eric Blake
2014-06-05 11:45 ` [Qemu-devel] [PATCH v2 4/5] qapi: Extract qapi/block.json definitions Benoît Canet
2014-06-05 16:45   ` Eric Blake
2014-06-05 11:45 ` [Qemu-devel] [PATCH v2 5/5] qapi: Set QAPI descriptions files under the GPL V2 license Benoît Canet
2014-06-05 16:52   ` Eric Blake
2014-06-05 16:53 ` [Qemu-devel] [PATCH v2 0/5] Extract QAPI block commands Eric Blake
2014-06-06 15:26   ` Benoît Canet
2014-06-06 14:28 ` Stefan Hajnoczi
2014-06-06 14:33   ` Benoît Canet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).