On 10/3/22 19:30, Daniel Henrique Barboza wrote:
All tests in the file times out when running in an IBM POWER host and
--disable-tcg with an error like the following:

         Command: ./qemu-system-ppc -display none -vga none (...)
-machine 40p (...)
         Output: qemu-system-ppc: Register sync failed... If you're using
kvm-hv.ko, only "-cpu host" is possible
qemu-system-ppc: kvm_init_vcpu: kvm_arch_init_vcpu failed (0): Invalid argument

Since we don't have a way to detect whether the host is running kvm_hv
or kvm_pr, skip all tests if TCG is not available.

Signed-off-by: Daniel Henrique Barboza <danielhb...@gmail.com>
---
  tests/avocado/ppc_prep_40p.py | 6 ++++++
  1 file changed, 6 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>

Reply via email to