From: Eric Blake <eblake@redhat.com>
To: "Benoît Canet" <benoit.canet@irqsave.net>, qemu-devel@nongnu.org
Cc: kwolf@redhat.com, Benoit Canet <benoit@irqsave.net>,
stefanha@redhat.com, lcapitulino@redhat.com
Subject: Re: [Qemu-devel] [PATCH v2 1/5] qapi: Extract qapi/common.json definitions
Date: Thu, 05 Jun 2014 09:16:54 -0600 [thread overview]
Message-ID: <539089E6.3070800@redhat.com> (raw)
In-Reply-To: <1401968733-10998-2-git-send-email-benoit.canet@irqsave.net>
[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]
On 06/05/2014 05:45 AM, Benoît Canet wrote:
> Signed-off-by: Benoit Canet <benoit@irqsave.net>
> ---
> qapi-schema.json | 87 ++----------------------------------------------------
> qapi/common.json | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 91 insertions(+), 85 deletions(-)
> create mode 100644 qapi/common.json
Reviewed-by: Eric Blake <eblake@redhat.com>
Much nicer. Here's the intra-diff showing that the motion is fairly
straightforward:
$ diff -u <(sed -n 's/^-//p' patch1) \
<(sed -n 's/^\+//p' patch1)
--- /dev/fd/63 2014-06-05 09:15:37.189091311 -0600
+++ /dev/fd/62 2014-06-05 09:15:37.190091308 -0600
@@ -1,5 +1,11 @@
---
--- a/qapi-schema.json
+++ b/qapi-schema.json
+# QAPI common definitions
+{ 'include': 'qapi/common.json' }
+++ b/qapi/common.json
+# -*- Mode: Python -*-
+#
+# QAPI common definitions
+
##
# @ErrorClass
#
@@ -26,6 +32,7 @@
'data': [ 'GenericError', 'CommandNotFound', 'DeviceEncrypted',
'DeviceNotActive', 'DeviceNotFound', 'KVMMissingCap' ] }
+##
# @VersionInfo:
#
# A description of QEMU's version.
@@ -84,6 +91,3 @@
##
{ 'command': 'query-commands', 'returns': ['CommandInfo'] }
-##
--- /dev/null
--
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
next prev parent reply other threads:[~2014-06-05 15:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=539089E6.3070800@redhat.com \
--to=eblake@redhat.com \
--cc=benoit.canet@irqsave.net \
--cc=benoit@irqsave.net \
--cc=kwolf@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).