diff options
author | Victor Toso <victortoso@redhat.com> | 2022-03-31 21:06:28 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2022-04-05 12:30:45 +0200 |
commit | 74dd52e556a4d0c0e20c30ab608916f370a8775f (patch) | |
tree | 48a1d6bd8b45f4ef5d309d8411eb15c6ff6bf751 /qapi/ui.json | |
parent | 016b835949ac2e3e3333a8d67f9205091d45e4c2 (diff) | |
download | qemu-74dd52e556a4d0c0e20c30ab608916f370a8775f.zip qemu-74dd52e556a4d0c0e20c30ab608916f370a8775f.tar.gz qemu-74dd52e556a4d0c0e20c30ab608916f370a8775f.tar.bz2 |
qapi: fix example of query-spice command
Example output is missing mandatory members @migrated and @mouse-mode.
Fix it.
Signed-off-by: Victor Toso <victortoso@redhat.com>
Message-Id: <20220331190633.121077-5-victortoso@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi/ui.json')
-rw-r--r-- | qapi/ui.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qapi/ui.json b/qapi/ui.json index a810ed6..c039b8b 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", |