summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-qemu.xml
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:58:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commitc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch)
treed0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/dev-manual/dev-manual-qemu.xml
parent6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff)
downloadpoky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-qemu.xml')
-rw-r--r--documentation/dev-manual/dev-manual-qemu.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index 46fe67bab0..1a526dd2f5 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -106,7 +106,7 @@
106 You need to be sure you have a pre-built kernel that 106 You need to be sure you have a pre-built kernel that
107 will boot in QEMU. 107 will boot in QEMU.
108 You also need the target root filesystem for your target 108 You also need the target root filesystem for your target
109 machines architecture: 109 machine's architecture:
110 <itemizedlist> 110 <itemizedlist>
111 <listitem><para> 111 <listitem><para>
112 If you have previously built an image for QEMU 112 If you have previously built an image for QEMU
@@ -553,7 +553,7 @@
553 A root filesystem that has one of the following 553 A root filesystem that has one of the following
554 filetype extensions: "ext2", "ext3", "ext4", "jffs2", 554 filetype extensions: "ext2", "ext3", "ext4", "jffs2",
555 "nfs", or "btrfs". 555 "nfs", or "btrfs".
556 If the filename you provide for this option uses nfs, it 556 If the filename you provide for this option uses "nfs", it
557 must provide an explicit root filesystem path. 557 must provide an explicit root filesystem path.
558 </para></listitem> 558 </para></listitem>
559 <listitem><para> 559 <listitem><para>
@@ -567,7 +567,7 @@
567 <replaceable>MACHINE</replaceable>: 567 <replaceable>MACHINE</replaceable>:
568 The architecture of the QEMU machine, which must be one 568 The architecture of the QEMU machine, which must be one
569 of the following: "qemux86", "qemux86-64", "qemuarm", 569 of the following: "qemux86", "qemux86-64", "qemuarm",
570 "qemuarm64", "qemumips", qemumips64", or "qemuppc". 570 "qemuarm64", "qemumips", "qemumips64", or "qemuppc".
571 The <replaceable>MACHINE</replaceable> and 571 The <replaceable>MACHINE</replaceable> and
572 <replaceable>QEMUARCH</replaceable> options are basically 572 <replaceable>QEMUARCH</replaceable> options are basically
573 identical. 573 identical.
@@ -674,7 +674,7 @@ qemux86" or "qemux86-64".
674 <listitem><para> 674 <listitem><para>
675 The build host <filename>/dev/vhost-net</filename> 675 The build host <filename>/dev/vhost-net</filename>
676 directory has to be either readable or writable 676 directory has to be either readable or writable
677 and slirp-enabled. 677 and "slirp-enabled".
678 </para></listitem> 678 </para></listitem>
679 </itemizedlist> 679 </itemizedlist>
680 </para></listitem> 680 </para></listitem>