]> git.proxmox.com Git - qemu.git/commitdiff
Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 15 Jan 2013 22:50:04 +0000 (16:50 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 15 Jan 2013 22:50:04 +0000 (16:50 -0600)
* mdroth/qga-pull-1-14-2013-2:
  qga: add missing commas in json docs

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qga/qapi-schema.json

index ed0eb698c63f431089fc9dbcf7b44ce491f3f548..d91d903256dc3465bcce639c8c4d1d114962d078 100644 (file)
@@ -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' }