From: Victor Toso Date: Thu, 31 Mar 2022 19:06:28 +0000 (+0200) Subject: qapi: fix example of query-spice command X-Git-Tag: qemu-xen-4.17.0-rc4~10^2~6 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=74dd52e556a4d0c0e20c30ab608916f370a8775f;p=qemu-xen.git qapi: fix example of query-spice command Example output is missing mandatory members @migrated and @mouse-mode. Fix it. Signed-off-by: Victor Toso Message-Id: <20220331190633.121077-5-victortoso@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/ui.json b/qapi/ui.json index a810ed680c..c039b8b3cb 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -324,8 +324,10 @@ # "enabled": true, # "auth": "spice", # "port": 5920, +# "migrated":false, # "tls-port": 5921, # "host": "0.0.0.0", +# "mouse-mode":"client", # "channels": [ # { # "port": "54924",