summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAnibal Limon <anibal.limon@linux.intel.com>2015-11-18 12:07:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-07 12:13:55 +0000
commit41f10268490602b3e98c05de27b9a9a86999b522 (patch)
tree32e21c513299aa2d806f86309a58348e93d493f6 /documentation
parent38e3c6e6dd00582247057f47b53db34885c6aac7 (diff)
downloadpoky-41f10268490602b3e98c05de27b9a9a86999b522.tar.gz
dev-manual: Correction to the KVM stuff in the runqemu commands.
Applied this patch from Anibal to correct an earlier patch. (From yocto-docs rev: 27df743fd55735addb9d2ab1164b07381908c98a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 35ae04f04c..903028f5cf 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -212,10 +212,6 @@ qemux86" or "qemux86-64".
212 <filename>/dev/kvm</filename>. 212 <filename>/dev/kvm</filename>.
213 </para></listitem> 213 </para></listitem>
214 <listitem><para> 214 <listitem><para>
215 Your build host has to have virtio net device, which
216 are <filename>/dev/vhost-net</filename>.
217 </para></listitem>
218 <listitem><para>
219 The build host <filename>/dev/kvm</filename> 215 The build host <filename>/dev/kvm</filename>
220 directory has to be both writable and readable. 216 directory has to be both writable and readable.
221 </para></listitem> 217 </para></listitem>
@@ -232,6 +228,10 @@ qemux86" or "qemux86-64".
232 conditions must be met. 228 conditions must be met.
233 </para></listitem> 229 </para></listitem>
234 <listitem><para> 230 <listitem><para>
231 Your build host has to have virtio net device, which
232 are <filename>/dev/vhost-net</filename>.
233 </para></listitem>
234 <listitem><para>
235 The build host <filename>/dev/vhost-net</filename> 235 The build host <filename>/dev/vhost-net</filename>
236 directory has to be either readable or writable 236 directory has to be either readable or writable
237 and “slirp-enabled”. 237 and “slirp-enabled”.