summaryrefslogtreecommitdiffstats
path: root/qga/qapi-schema.json
diff options
context:
space:
mode:
authorEric Blake2013-01-02 17:15:11 +0100
committerMichael Roth2013-01-14 23:15:26 +0100
commit01b87f6d217ed05d5948562f74f5cf7b511a9c6c (patch)
tree07a686e17dc0599ed7b0ae452b7c81e9092f33ea /qga/qapi-schema.json
parentdataplane: fix build breakage on set_guest_notifiers() (diff)
downloadqemu-01b87f6d217ed05d5948562f74f5cf7b511a9c6c.tar.gz
qemu-01b87f6d217ed05d5948562f74f5cf7b511a9c6c.tar.xz
qemu-01b87f6d217ed05d5948562f74f5cf7b511a9c6c.zip
qga: add missing commas in json docs
* 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>
Diffstat (limited to 'qga/qapi-schema.json')
-rw-r--r--qga/qapi-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qga/qapi-schema.json b/qga/qapi-schema.json
index ed0eb698c6..d91d903256 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' }