On Fri, Jun 28, 2019 at 11:02:17AM -0400, Wainer dos Santos Moschetta wrote: > Until now the suite of acceptance tests doesn't exercise > QEMU with kvm enabled. So this introduces a simple test > that boots the Linux kernel and checks it boots on the > accelerator correctly. > > Signed-off-by: Wainer dos Santos Moschetta <waine...@redhat.com>
Why not just change the existing test_x86_64_pc() test case to use KVM by default? We can use "accel=kvm:tcg" to allow it to fall back to TCG if KVM is not available. -- Eduardo