mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
016b835949
commit
74dd52e556
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue