From: Victor Toso Date: Thu, 31 Mar 2022 19:06:29 +0000 (+0200) Subject: qapi: fix example of query-vnc command X-Git-Tag: qemu-xen-4.17.0-rc4~10^2~5 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c7f4a0fc785b69f0a87f79d2eb87c480aad44855;p=qemu-xen.git qapi: fix example of query-vnc command The return value is missing the mandatory member @websocket. Fix it. Signed-off-by: Victor Toso Message-Id: <20220331190633.121077-6-victortoso@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/ui.json b/qapi/ui.json index c039b8b3cb..13a8bb82aa 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -658,6 +658,7 @@ # "host":"127.0.0.1", # "service":"50401", # "family":"ipv4" +# "websocket":false, # } # ] # }