All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] qga: add missing commas in json docs
@ 2013-01-02 16:15 ` Eric Blake
  0 siblings, 0 replies; 10+ messages in thread
From: Eric Blake @ 2013-01-02 16:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, lcapitulino

* qga/qapi-schema.json: Use valid JSON.

Signed-off-by: Eric Blake <eblake@redhat.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.8.0.2



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

end of thread, other threads:[~2013-01-14 22:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 16:15 [Qemu-trivial] [PATCH] qga: add missing commas in json docs Eric Blake
2013-01-02 16:15 ` [Qemu-devel] " Eric Blake
2013-01-02 23:14 ` [Qemu-trivial] " mdroth
2013-01-02 23:14   ` [Qemu-devel] " mdroth
2013-01-14 21:54   ` [Qemu-trivial] " Eric Blake
2013-01-14 21:54     ` [Qemu-devel] " Eric Blake
2013-01-14 22:08     ` [Qemu-trivial] " mdroth
2013-01-14 22:08       ` [Qemu-devel] " mdroth
2013-01-14 22:16     ` [Qemu-trivial] " mdroth
2013-01-14 22:16       ` [Qemu-devel] " mdroth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.