[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: doc: Avoid orphan node.
From: |
guix-commits |
Subject: |
03/09: doc: Avoid orphan node. |
Date: |
Wed, 14 Oct 2020 09:25:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4b0a1543e1f67828c09be4a75d1155227bf526ac
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Oct 14 10:53:00 2020 +0200
doc: Avoid orphan node.
Commit 4b5a6fbc9b754c0ca70d033dd99f17c4f028733a turned "Transparent
Emulation with QEMU" into a node, but that was an orphan node, with no
up/next/previous links.
* doc/guix.texi (Virtualization Services): Capitalize subsection title.
(Transparent Emulation with QEMU): Remove "@node" and add "@anchor".
(Daemon Offload Setup): Adjust cross-reference accordingly.
---
doc/guix.texi | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 7150ade..e064411 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1077,8 +1077,9 @@ is requested, for instance via @code{guix build}, the
daemon attempts to
offload it to one of the machines that satisfy the constraints of the
derivation, in particular its system types---e.g., @code{x86_64-linux}.
A single machine can have multiple system types, either because its
-architecture natively supports it, via emulation (@pxref{Transparent
-Emulation with QEMU}), or both. Missing prerequisites for the build are
+architecture natively supports it, via emulation
+(@pxref{transparent-emulation-qemu, Transparent Emulation with QEMU}),
+or both. Missing prerequisites for the build are
copied over SSH to the target machine, which then proceeds with the
build; upon success the output(s) of the build are copied back to the
initial machine. The offload facility comes with a basic scheduler that
@@ -24992,13 +24993,14 @@ an HTTP audio streaming output.
@node Virtualization Services
-@subsection Virtualization services
+@subsection Virtualization Services
The @code{(gnu services virtualization)} module provides services for
the libvirt and virtlog daemons, as well as other virtualization-related
services.
@subsubheading Libvirt daemon
+
@code{libvirtd} is the server side daemon component of the libvirt
virtualization management system. This daemon runs on host servers
and performs required management tasks for virtualized guests.
@@ -25699,7 +25701,8 @@ Maximum number of backup files to keep.
Defaults to @samp{3}
@end deftypevr
-@node Transparent Emulation with QEMU
+
+@anchor{transparent-emulation-qemu}
@subsubheading Transparent Emulation with QEMU
@cindex emulation
- branch master updated (3c33813 -> 3c1b0b9), guix-commits, 2020/10/14
- 01/09: gnu: guix: Change Git URL., guix-commits, 2020/10/14
- 05/09: hurd-boot: Set /hurd/magic on /dev/fd., guix-commits, 2020/10/14
- 06/09: image: Use 'raise' from (srfi srfi-34)., guix-commits, 2020/10/14
- 08/09: doc: cookbook: Mention "#true" and "#false"., guix-commits, 2020/10/14
- 09/09: gnu: icedove: Update to 78.3.2., guix-commits, 2020/10/14
- 02/09: openpgp: '&openpgp-unrecognized-packet-error' includes type tag., guix-commits, 2020/10/14
- 07/09: gnu: Add emacs-gcmh., guix-commits, 2020/10/14
- 03/09: doc: Avoid orphan node.,
guix-commits <=
- 04/09: doc: Mention "i586-gnu" as supported and experimental., guix-commits, 2020/10/14