summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFonzie Huang <hxf.prc+web@gmail.com>2026-07-14 21:31:08 +0800
committerGabriel Wicki <gabriel@erlikon.ch>2026-07-17 16:50:11 +0200
commit640d2ab8b34b791be157cc0d027d751c2a7f31cb (patch)
tree193ceeb4f3b7a995aa05c0afcf511e1d97bc7bd0 /doc
parenta3ae7cb1065a610a135745b0861f7e81e3601216 (diff)
doc: Update deprecated Qemu short-form boolean option.
Running the example with old Qemu short-form boolean option will trigger "warning: short-form boolean option 'disable-ticketing' deprecated Please use disable-ticketing=on instead". See https://www.qemu.org/docs/master/about/deprecated.html#short-form-boolean-options-since-6-0 * doc/guix.texi (Running Guix in a VM): Update Qemu option. Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 075877c9a75..15f6adfdb08 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -51235,7 +51235,7 @@ by using the @code{dhcpcd-service-type} service type.
51235 51235
51236As an alternative to the default @command{qemu} graphical client you can 51236As an alternative to the default @command{qemu} graphical client you can
51237use the @command{remote-viewer} from the @command{virt-viewer} package. To 51237use the @command{remote-viewer} from the @command{virt-viewer} package. To
51238connect pass the @command{-spice port=5930,disable-ticketing} flag to 51238connect pass the @command{-spice port=5930,disable-ticketing=on} flag to
51239@command{qemu}. See previous section for further information on how to do this. 51239@command{qemu}. See previous section for further information on how to do this.
51240 51240
51241Spice also allows you to do some nice stuff like share your clipboard with your 51241Spice also allows you to do some nice stuff like share your clipboard with your