guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 640d2ab8b34b791be157cc0d027d751c2a7f31cb
Author: Fonzie Huang <[email protected]>
AuthorDate: Tue Jul 14 21:31:08 2026 +0800

    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 <[email protected]>
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 075877c9a7..15f6adfdb0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -51235,7 +51235,7 @@ by using the @code{dhcpcd-service-type} service type.
 
 As an alternative to the default @command{qemu} graphical client you can
 use the @command{remote-viewer} from the @command{virt-viewer} package.  To
-connect pass the @command{-spice port=5930,disable-ticketing} flag to
+connect pass the @command{-spice port=5930,disable-ticketing=on} flag to
 @command{qemu}.  See previous section for further information on how to do 
this.
 
 Spice also allows you to do some nice stuff like share your clipboard with your

Reply via email to