projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
315f9e1
)
qapi: use valid JSON in schema
author
Eric Blake
<eblake@redhat.com>
Wed, 10 Apr 2013 19:12:44 +0000
(13:12 -0600)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Fri, 12 Apr 2013 13:41:54 +0000
(09:41 -0400)
* 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>
qapi-schema.json
patch
|
blob
|
history
diff --git
a/qapi-schema.json
b/qapi-schema.json
index a184ce6123d1a318f92728bf8c124a5821c91387..751d3c22476f9072d08a86c767e0f03605a78f07 100644
(file)
--- a/
qapi-schema.json
+++ b/
qapi-schema.json
@@
-1600,7
+1600,7
@@
##
{ 'union': 'BlockdevAction',
'data': {
- 'blockdev-snapshot-sync': 'BlockdevSnapshot'
,
+ 'blockdev-snapshot-sync': 'BlockdevSnapshot'
} }
##