summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/qemu.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-04-07 18:07:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-09 15:24:46 +0100
commitc380ba5a177de32e97820279685c4af6f837c010 (patch)
treec494289cda99f5bb76bad0d9492a3d1104d176d4 /documentation/dev-manual/qemu.rst
parent802ac0b75e42657c7ff9f4ff5b2816c65ad29eea (diff)
downloadpoky-c380ba5a177de32e97820279685c4af6f837c010.tar.gz
docs: replace anchor links
Anchor links are treated by Sphinx as external links and are not checked during build, meaning it is impossible to know if a link becomes broken or not. As a matter of fact, most of the anchor links replaced in this commit were actually broken. The README now states that anchor links are forbidden so that there's no need to go through such a change later on. (From yocto-docs rev: de9e4d26b46afa3c79137d07529a74553400d2e0) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/qemu.rst')
-rw-r--r--documentation/dev-manual/qemu.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst
index c6bb9e9776..92799d6d25 100644
--- a/documentation/dev-manual/qemu.rst
+++ b/documentation/dev-manual/qemu.rst
@@ -306,8 +306,8 @@ present, the toolchain is also automatically used.
306 tarball by using the ``runqemu-extract-sdk`` command. After 306 tarball by using the ``runqemu-extract-sdk`` command. After
307 running the command, you must then point the ``runqemu`` script to 307 running the command, you must then point the ``runqemu`` script to
308 the extracted directory instead of a root filesystem image file. 308 the extracted directory instead of a root filesystem image file.
309 See the "`Running Under a Network File System (NFS) 309 See the
310 Server <#qemu-running-under-a-network-file-system-nfs-server>`__" 310 ":ref:`dev-manual/qemu:running under a network file system (nfs) server`"
311 section for more information. 311 section for more information.
312 312
313QEMU Command-Line Syntax 313QEMU Command-Line Syntax
@@ -452,7 +452,7 @@ command line:
452 or "qemux86-64" QEMU architectures. For KVM with VHOST to work, the 452 or "qemux86-64" QEMU architectures. For KVM with VHOST to work, the
453 following conditions must be met: 453 following conditions must be met:
454 454
455 - `kvm <#kvm-cond>`__ option conditions must be met. 455 - ``kvm`` option conditions defined above must be met.
456 456
457 - Your build host has to have virtio net device, which are 457 - Your build host has to have virtio net device, which are
458 ``/dev/vhost-net``. 458 ``/dev/vhost-net``.