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)
(From OE-Core rev: 8f3ecfda5e57fbc1903dec1cbb44c92ef599849f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>