projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8bec49
)
qga: add missing commas in json docs
author
Eric Blake
<eblake@redhat.com>
Wed, 2 Jan 2013 16:15:11 +0000
(09:15 -0700)
committer
Michael Roth
<mdroth@linux.vnet.ibm.com>
Mon, 14 Jan 2013 22:15:26 +0000
(16:15 -0600)
* 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
patch
|
blob
|
history
diff --git
a/qga/qapi-schema.json
b/qga/qapi-schema.json
index ed0eb698c63f431089fc9dbcf7b44ce491f3f548..d91d903256dc3465bcce639c8c4d1d114962d078 100644
(file)
--- 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' }