From: Amos Kong Date: Wed, 19 Jun 2013 09:23:27 +0000 (+0800) Subject: qapi: lack of two commas in dict X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ad0f171e25fb60b385dc7d07632916d3b1043d81;p=qemu.git qapi: lack of two commas in dict Signed-off-by: Amos Kong Signed-off-by: Michael Tokarev --- 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' ] } ##