diff options
author | Amos Kong <akong@redhat.com> | 2013-06-19 17:23:27 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-06-21 22:52:50 +0400 |
commit | ad0f171e25fb60b385dc7d07632916d3b1043d81 (patch) | |
tree | 3dc51ba53980f0f0a8574b68fd17618cc84e0942 /qapi-schema.json | |
parent | 6790f59da37f6b8d4f0fe3a6b17febf512511307 (diff) |
qapi: lack of two commas in dict
Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index a80ee405d1..6cc07c20ce 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -391,7 +391,7 @@ # # Since: 1.4 ## -{ 'enum': 'DataFormat' +{ 'enum': 'DataFormat', 'data': [ 'utf8', 'base64' ] } ## @@ -1595,7 +1595,7 @@ # # Since: 1.1 ## -{ 'enum': 'NewImageMode' +{ 'enum': 'NewImageMode', 'data': [ 'existing', 'absolute-paths' ] } ## |