]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Sep 2013 15:37:14 +0000 (16:37 +0100)
commitbdc6d3be6ffa4ed358153f9c9332b632324f5833
tree71b999d16962dcb8faf5543fe1c3e3a1a820d523
parent61b2950ebbc01f5e4fd7aece05bf371100c0c390
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]

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