]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Use correct kvm CPU options for qemux86* with kvm
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Sep 2013 20:59:11 +0000 (21:59 +0100)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 12 Mar 2014 19:00:34 +0000 (19:00 +0000)
commit8f3ecfda5e57fbc1903dec1cbb44c92ef599849f
treed80b8e40b7e16235b07c73f659b9cbdf7e46c392
parent35555a670a157cf08f6472065b2d1c41e340e8f2
runqemu: Use correct kvm CPU options for qemux86* with kvm

The existing -cpu host option caused kernel panics when people attempted to use
the kvm option. After research and discussion, the best options appear to
be the kvm32/kvm64 cpu types so lets use these instead. These resolve
the kernel issues for me.

[YOCTO #3908]

(From OE-Core master rev: bdc6d3be6ffa4ed358153f9c9332b632324f5833)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu