From 2e649d79ab437f3bca846953bc44569ab85c45f0 Mon Sep 17 00:00:00 2001 From: Anibal Limon Date: Wed, 18 Nov 2015 07:58:59 -0800 Subject: dev-manual: Updated runqemu command options list Since 2.0 release KVM mode does not require VHOST enablement and a new option was added to support the old mode. Updated the list of runqemu command options. (From yocto-docs rev: 6bca626b163ee5e35e04d659579076ab92c4951a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-qemu.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index ccc915f6d7..35ae04f04c 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml @@ -197,14 +197,14 @@ but also is not as easy to use or comprehensive as the default. - kvm: + kvm: Enables KVM when running "qemux86" or "qemux86-64" QEMU architectures. For KVM to work, all the following conditions must be met: Your MACHINE must be either - "qemux86" or "qemux86-64". +qemux86" or "qemux86-64". Your build host has to have the KVM modules @@ -219,6 +219,18 @@ The build host /dev/kvm directory has to be both writable and readable. + + + kvm-vhost: + Enables KVM with VHOST support when running "qemux86" or "qemux86-64" + QEMU architectures. + For KVM with VHOST to work, the following conditions must + be met: + + + kvm option + conditions must be met. + The build host /dev/vhost-net directory has to be either readable or writable -- cgit v1.2.3-54-g00ecf