diff options
| author | Victor Toso <victortoso@redhat.com> | 2022-03-31 21:06:29 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2022-04-05 12:30:45 +0200 |
| commit | c7f4a0fc785b69f0a87f79d2eb87c480aad44855 (patch) | |
| tree | 2f7656ad7386b7f270deea28fba17544e292f9ed | |
| parent | 74dd52e556a4d0c0e20c30ab608916f370a8775f (diff) | |
| download | focaccia-qemu-c7f4a0fc785b69f0a87f79d2eb87c480aad44855.tar.gz focaccia-qemu-c7f4a0fc785b69f0a87f79d2eb87c480aad44855.zip | |
qapi: fix example of query-vnc command
The return value is missing the mandatory member @websocket. Fix it. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220331190633.121077-6-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
| -rw-r--r-- | qapi/ui.json | 1 |
1 files changed, 1 insertions, 0 deletions
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, # } # ] # } |