qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/8] tests/qtest: Allow running boot-serial / migration with TCG


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/8] tests/qtest: Allow running boot-serial / migration with TCG disabled
Date: Thu, 19 Jan 2023 11:05:29 +0100

Two test were failing on Darwin when testing Fabiano's series
which allows building ARM targets without TCG accelerator:
20230118193518.26433-1-farosas@suse.de/">https://lore.kernel.org/qemu-devel/20230118193518.26433-1-farosas@suse.de/

These patches allow boot-serial / migration tests to run without
TCG / KVM, then HVF.

Pending: How to test for (poisoned) HVF with qtest?

Philippe Mathieu-Daudé (8):
  tests/qtest/boot-serial-test: Constify tests[] array
  tests/qtest/boot-serial-test: Build command line using GString API
  tests/qtest/boot-serial-test: Only use available accelerators
  tests/qtest/migration-test: Build command line using GString API
  tests/qtest/migration-test: Only use available accelerators
  tests/qtest/libqtest: Allow checking for HVF accelerator
  tests/qtest/boot-serial-test: Allow running with HVF
  tests/qtest/migration-test: Allow running with HVF

 tests/qtest/boot-serial-test.c |  42 ++++++++++----
 tests/qtest/libqtest.c         |   2 +
 tests/qtest/migration-test.c   | 101 +++++++++++++++++++--------------
 3 files changed, 91 insertions(+), 54 deletions(-)

-- 
2.38.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]