summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-qemu.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-qemu.rst')
-rw-r--r--documentation/dev-manual/dev-manual-qemu.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.rst b/documentation/dev-manual/dev-manual-qemu.rst
index 82c214b9bb..88b03745f4 100644
--- a/documentation/dev-manual/dev-manual-qemu.rst
+++ b/documentation/dev-manual/dev-manual-qemu.rst
@@ -74,7 +74,7 @@ available. Follow these general steps to run QEMU:
74 74
753. *Ensure the Artifacts are in Place:* You need to be sure you have a 753. *Ensure the Artifacts are in Place:* You need to be sure you have a
76 pre-built kernel that will boot in QEMU. You also need the target 76 pre-built kernel that will boot in QEMU. You also need the target
77 root filesystem for your target machines architecture: 77 root filesystem for your target machine's architecture:
78 78
79 - If you have previously built an image for QEMU (e.g. ``qemux86``, 79 - If you have previously built an image for QEMU (e.g. ``qemux86``,
80 ``qemuarm``, and so forth), then the artifacts are in place in 80 ``qemuarm``, and so forth), then the artifacts are in place in
@@ -396,7 +396,7 @@ command line:
396 396
397- ROOTFS: A root filesystem that has one of the following filetype 397- ROOTFS: A root filesystem that has one of the following filetype
398 extensions: "ext2", "ext3", "ext4", "jffs2", "nfs", or "btrfs". If 398 extensions: "ext2", "ext3", "ext4", "jffs2", "nfs", or "btrfs". If
399 the filename you provide for this option uses nfs, it must provide 399 the filename you provide for this option uses "nfs", it must provide
400 an explicit root filesystem path. 400 an explicit root filesystem path.
401 401
402- KERNEL: A kernel image, which is a ``.bin`` file. When you provide a 402- KERNEL: A kernel image, which is a ``.bin`` file. When you provide a
@@ -405,7 +405,7 @@ command line:
405 405
406- MACHINE: The architecture of the QEMU machine, which must be one of 406- MACHINE: The architecture of the QEMU machine, which must be one of
407 the following: "qemux86", "qemux86-64", "qemuarm", "qemuarm64", 407 the following: "qemux86", "qemux86-64", "qemuarm", "qemuarm64",
408 "qemumips", qemumips64", or "qemuppc". The MACHINE and QEMUARCH 408 "qemumips", "qemumips64", or "qemuppc". The MACHINE and QEMUARCH
409 options are basically identical. If you do not provide a MACHINE 409 options are basically identical. If you do not provide a MACHINE
410 option, ``runqemu`` tries to determine it based on other options. 410 option, ``runqemu`` tries to determine it based on other options.
411 411
@@ -465,6 +465,6 @@ command line:
465 ``/dev/vhost-net``. 465 ``/dev/vhost-net``.
466 466
467 - The build host ``/dev/vhost-net`` directory has to be either 467 - The build host ``/dev/vhost-net`` directory has to be either
468 readable or writable and slirp-enabled. 468 readable or writable and "slirp-enabled".
469 469
470- ``publicvnc``: Enables a VNC server open to all hosts. 470- ``publicvnc``: Enables a VNC server open to all hosts.