mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-28 10:15:19 +00:00
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>
This commit is contained in:
parent
b8bec49ccc
commit
01b87f6d21
@ -31,7 +31,7 @@
|
|||||||
#
|
#
|
||||||
# Since: 1.1
|
# Since: 1.1
|
||||||
# ##
|
# ##
|
||||||
{ 'command': 'guest-sync-delimited'
|
{ 'command': 'guest-sync-delimited',
|
||||||
'data': { 'id': 'int' },
|
'data': { 'id': 'int' },
|
||||||
'returns': 'int' }
|
'returns': 'int' }
|
||||||
|
|
||||||
@ -69,7 +69,7 @@
|
|||||||
#
|
#
|
||||||
# Since: 0.15.0
|
# Since: 0.15.0
|
||||||
##
|
##
|
||||||
{ 'command': 'guest-sync'
|
{ 'command': 'guest-sync',
|
||||||
'data': { 'id': 'int' },
|
'data': { 'id': 'int' },
|
||||||
'returns': 'int' }
|
'returns': 'int' }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user