From: Amos Kong <ak...@redhat.com> Signed-off-by: Amos Kong <ak...@redhat.com> Signed-off-by: Michael Tokarev <m...@tls.msk.ru> --- qapi-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qapi-schema.json b/qapi-schema.json index a80ee40..6cc07c2 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' ] } ## -- 1.7.10.4