]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Enable support for kvm without vhost in x86 and x86_64
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 22 Oct 2015 15:18:37 +0000 (10:18 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:19:41 +0000 (12:19 +0100)
commit7f5f8f87a4180a2b05188047c6a05da5571f94e2
treea47aee4da1dfa4b2b862d010ce798a949a78438c
parent48d78232299735da99137491ae4cbe8faaae3dfb
runqemu: Enable support for kvm without vhost in x86 and x86_64

KVM can be used without vhost so add a new option to runqemu for
use kvm with vhost.

Example,
runqemu qemux86 core-image-minimal kvm # kvm without vhost
runqemu qemux86 core-image-minimal kvm-vhost # kvm with vhost

[YOCTO #7443]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu
scripts/runqemu-internal