qapi: use valid JSON in schema
* qapi-schema.json: JSON doesn't allow trailing commas. Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
315f9e1a8f
commit
c85a128480
|
@ -1600,7 +1600,7 @@
|
||||||
##
|
##
|
||||||
{ 'union': 'BlockdevAction',
|
{ 'union': 'BlockdevAction',
|
||||||
'data': {
|
'data': {
|
||||||
'blockdev-snapshot-sync': 'BlockdevSnapshot',
|
'blockdev-snapshot-sync': 'BlockdevSnapshot'
|
||||||
} }
|
} }
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue