summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2013-01-15 16:50:04 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2013-01-15 16:50:04 -0600
commit2fd3402d9242dec06bb1ca5680c1ddf421932b08 (patch)
treed246371fcf04762ebfdd9b5f247889aaaef2bdfe
parentdd25f938203eac51ef2ec9f4a545645ff49bda70 (diff)
parent01b87f6d217ed05d5948562f74f5cf7b511a9c6c (diff)
downloadfocaccia-qemu-2fd3402d9242dec06bb1ca5680c1ddf421932b08.tar.gz
focaccia-qemu-2fd3402d9242dec06bb1ca5680c1ddf421932b08.zip
Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging
* mdroth/qga-pull-1-14-2013-2:
  qga: add missing commas in json docs

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-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' }