[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/19: doc: Fix the example of "Using virt-viewer with Spice".
From: |
guix-commits |
Subject: |
12/19: doc: Fix the example of "Using virt-viewer with Spice". |
Date: |
Tue, 23 Nov 2021 04:26:35 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit c984076a7df5f24d0c1d1d02343a845171b111f6
Author: Rostislav Svoboda <rostislav.svoboda@gmail.com>
AuthorDate: Thu Nov 18 13:20:40 2021 +0100
doc: Fix the example of "Using virt-viewer with Spice".
* doc/guix.texi (Running Guix in a Virtual Machine): add missing line
continuation char '\'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 59ceb44..8b86d55 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -35109,7 +35109,7 @@ VM@. To enable that you'll also have to pass the
following flags to @command{qe
@example
-device virtio-serial-pci,id=virtio-serial0,max_ports=16,bus=pci.0,addr=0x5
-chardev spicevmc,name=vdagent,id=vdagent
--device virtserialport,nr=1,bus=virtio-serial0.0,chardev=vdagent,
+-device virtserialport,nr=1,bus=virtio-serial0.0,chardev=vdagent,\
name=com.redhat.spice.0
@end example
- branch master updated (4788639 -> daf7b5e), guix-commits, 2021/11/23
- 03/19: gnu: Add stcgal., guix-commits, 2021/11/23
- 05/19: gnu: Add python-dbus-next., guix-commits, 2021/11/23
- 01/19: maint: "make dist" builds tarballs in 'ustar' format., guix-commits, 2021/11/23
- 02/19: gnu: Add python-tinydb., guix-commits, 2021/11/23
- 04/19: gnu: python-xcffib: Upgrade to 0.11.1., guix-commits, 2021/11/23
- 14/19: system: Warn about swap-devices format change, guix-commits, 2021/11/23
- 18/19: guix graph: Show '-M' in '--help' output., guix-commits, 2021/11/23
- 09/19: gnu: piper: Update to 0.6., guix-commits, 2021/11/23
- 15/19: system: Add swap flags., guix-commits, 2021/11/23
- 12/19: doc: Fix the example of "Using virt-viewer with Spice".,
guix-commits <=
- 11/19: docker: Enable arm64 docker image building for 'guix pack'., guix-commits, 2021/11/23
- 16/19: system: Filter out boot dependencies from swap-space., guix-commits, 2021/11/23
- 13/19: system: Rework swap space support, add dependencies., guix-commits, 2021/11/23
- 19/19: Update NEWS., guix-commits, 2021/11/23
- 06/19: gnu: Add python-iwlib., guix-commits, 2021/11/23
- 07/19: gnu: Add qtile., guix-commits, 2021/11/23
- 10/19: gnu: pipe-viewer: Update to 0.1.7., guix-commits, 2021/11/23
- 08/19: gnu: libratbag: Update to 0.16., guix-commits, 2021/11/23
- 17/19: doc: Add new Swap Space section., guix-commits, 2021/11/23