qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 3/3] qapi: use valid JSON in schema


From: Luiz Capitulino
Subject: [Qemu-devel] [PULL 3/3] qapi: use valid JSON in schema
Date: Fri, 12 Apr 2013 09:58:23 -0400

From: Eric Blake <address@hidden>

* qapi-schema.json: JSON doesn't allow trailing commas.

Signed-off-by: Eric Blake <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>
---
 qapi-schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index a184ce6..751d3c2 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1600,7 +1600,7 @@
 ##
 { 'union': 'BlockdevAction',
   'data': {
-       'blockdev-snapshot-sync': 'BlockdevSnapshot',
+       'blockdev-snapshot-sync': 'BlockdevSnapshot'
    } }
 
 ##
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]