[yocto] [PATCH] dev-manual: Fix errata in new kvm-vhost.

Aníbal Limón anibal.limon at linux.intel.com
Wed Nov 18 08:41:16 PST 2015


Also /dev/vhost isn't a require condition in kvm only in
kvm-vhost.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 documentation/dev-manual/dev-manual-qemu.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index 35ae04f..903028f 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".
                             <filename>/dev/kvm</filename>.
                             </para></listitem>
                         <listitem><para>
-                            Your build host has to have virtio net device, which
-                            are <filename>/dev/vhost-net</filename>.
-                            </para></listitem>
-                        <listitem><para>
                             The  build host <filename>/dev/kvm</filename>
                             directory has to be both writable and readable.
                             </para></listitem>
@@ -232,6 +228,10 @@ qemux86" or "qemux86-64".
                             conditions must be met.
                             </para></listitem>
                         <listitem><para>
+                            Your build host has to have virtio net device, which
+                            are <filename>/dev/vhost-net</filename>.
+                            </para></listitem>
+                        <listitem><para>
                             The build host <filename>/dev/vhost-net</filename>
                             directory has to be either readable or writable
                             and “slirp-enabled”.
-- 
2.1.4




More information about the yocto mailing list