From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: aliguori@us.ibm.com
Subject: [Qemu-devel] [PATCH] qga: add missing commas in json docs
Date: Mon, 14 Jan 2013 16:25:04 -0600 [thread overview]
Message-ID: <1358202304-27072-2-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
In-Reply-To: <1358202304-27072-1-git-send-email-mdroth@linux.vnet.ibm.com>
From: Eric Blake <eblake@redhat.com>
* qga/qapi-schema.json: Use valid JSON.
Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
---
qga/qapi-schema.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index ed0eb69..d91d903 100644
--- a/qga/qapi-schema.json
+++ b/qga/qapi-schema.json
@@ -31,7 +31,7 @@
#
# Since: 1.1
# ##
-{ 'command': 'guest-sync-delimited'
+{ 'command': 'guest-sync-delimited',
'data': { 'id': 'int' },
'returns': 'int' }
@@ -69,7 +69,7 @@
#
# Since: 0.15.0
##
-{ 'command': 'guest-sync'
+{ 'command': 'guest-sync',
'data': { 'id': 'int' },
'returns': 'int' }
--
1.7.9.5
next prev parent reply other threads:[~2013-01-14 22:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-14 22:25 [Qemu-devel] [PULL 0/1] qemu-ga: documentation/schema fix Michael Roth
2013-01-14 22:25 ` Michael Roth [this message]
2013-01-16 1:18 ` Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2013-01-02 16:15 [Qemu-devel] [PATCH] qga: add missing commas in json docs Eric Blake
2013-01-02 23:14 ` mdroth
2013-01-14 21:54 ` Eric Blake
2013-01-14 22:08 ` mdroth
2013-01-14 22:16 ` mdroth
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=1358202304-27072-2-git-send-email-mdroth@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/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).