]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: fix example of query-vnc command
authorVictor Toso <victortoso@redhat.com>
Thu, 1 Sep 2022 08:58:32 +0000 (10:58 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 7 Sep 2022 13:10:13 +0000 (15:10 +0200)
commit5be07b3e54b4eb9781fd0fb729e0ac7406499605
tree9e9166e3f6bc1db093008992f8d27c009c4dee93
parent5d07159d639603e31f570665946e0817da313302
qapi: fix example of query-vnc command

Example output has an extra ',' delimiter in member "websocket" and it
lacks it in "family" member. Fix it.

Problem was noticed when trying to load the example into python's json
library.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220901085840.22520-3-victortoso@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
qapi/ui.json