qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled
@ 2023-01-19 14:58 Philippe Mathieu-Daudé
  2023-01-19 14:58 ` [PATCH v2 01/11] tests/qtest/boot-serial-test: Constify tests[] array Philippe Mathieu-Daudé
                   ` (10 more replies)
  0 siblings, 11 replies; 31+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-01-19 14:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Juan Quintela, Laurent Vivier, Paolo Bonzini,
	Dr. David Alan Gilbert, qemu-arm, Fabiano Rosas, Thomas Huth,
	Philippe Mathieu-Daudé

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

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

Since v1:
- Split GString API conversion in multiple trivial patches (David)
- Use KVM first in migration test (David)
- Dropped HVF changes for now.

Philippe Mathieu-Daudé (11):
  tests/qtest/boot-serial-test: Constify tests[] array
  tests/qtest/boot-serial-test: Simplify test_machine() a bit
  tests/qtest/boot-serial-test: Build command line using GString API
  tests/qtest/boot-serial-test: Only use available accelerators
  tests/qtest/migration-test: Inverse #ifdef'ry ladders
  tests/qtest/migration-test: Reduce 'cmd_source' string scope
  tests/qtest/migration-test: Build command line using GString API (1/4)
  tests/qtest/migration-test: Build command line using GString API (2/4)
  tests/qtest/migration-test: Build command line using GString API (3/4)
  tests/qtest/migration-test: Build command line using GString API (4/4)
  tests/qtest/migration-test: Only use available accelerators

 tests/qtest/boot-serial-test.c | 46 +++++++++-------
 tests/qtest/migration-test.c   | 95 ++++++++++++++++++----------------
 2 files changed, 79 insertions(+), 62 deletions(-)

-- 
2.38.1



^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2023-01-20 11:05 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 14:58 [PATCH v2 00/11] tests/qtest: Allow running boot-serial / migration with TCG disabled Philippe Mathieu-Daudé
2023-01-19 14:58 ` [PATCH v2 01/11] tests/qtest/boot-serial-test: Constify tests[] array Philippe Mathieu-Daudé
2023-01-19 20:54   ` Richard Henderson
2023-01-19 14:58 ` [PATCH v2 02/11] tests/qtest/boot-serial-test: Simplify test_machine() a bit Philippe Mathieu-Daudé
2023-01-19 20:59   ` Richard Henderson
2023-01-20  8:54   ` Thomas Huth
2023-01-19 14:58 ` [PATCH v2 03/11] tests/qtest/boot-serial-test: Build command line using GString API Philippe Mathieu-Daudé
2023-01-19 21:03   ` Richard Henderson
2023-01-20  8:59   ` Thomas Huth
2023-01-20 11:04     ` Philippe Mathieu-Daudé
2023-01-19 14:58 ` [PATCH v2 04/11] tests/qtest/boot-serial-test: Only use available accelerators Philippe Mathieu-Daudé
2023-01-19 15:18   ` Fabiano Rosas
2023-01-19 21:05   ` Richard Henderson
2023-01-19 14:58 ` [PATCH v2 05/11] tests/qtest/migration-test: Inverse #ifdef'ry ladders Philippe Mathieu-Daudé
2023-01-19 21:06   ` Richard Henderson
2023-01-19 14:58 ` [PATCH v2 06/11] tests/qtest/migration-test: Reduce 'cmd_source' string scope Philippe Mathieu-Daudé
2023-01-19 21:08   ` Richard Henderson
2023-01-20  9:02   ` Thomas Huth
2023-01-20 10:58     ` Philippe Mathieu-Daudé
2023-01-19 14:58 ` [PATCH v2 07/11] tests/qtest/migration-test: Build command line using GString API (1/4) Philippe Mathieu-Daudé
2023-01-19 21:10   ` Richard Henderson
2023-01-20  7:32     ` Philippe Mathieu-Daudé
2023-01-19 14:58 ` [PATCH v2 08/11] tests/qtest/migration-test: Build command line using GString API (2/4) Philippe Mathieu-Daudé
2023-01-19 21:13   ` Richard Henderson
2023-01-19 14:58 ` [PATCH v2 09/11] tests/qtest/migration-test: Build command line using GString API (3/4) Philippe Mathieu-Daudé
2023-01-19 21:17   ` Richard Henderson
2023-01-20  7:05     ` Philippe Mathieu-Daudé
2023-01-19 14:58 ` [PATCH v2 10/11] tests/qtest/migration-test: Build command line using GString API (4/4) Philippe Mathieu-Daudé
2023-01-19 21:19   ` Richard Henderson
2023-01-19 14:58 ` [PATCH v2 11/11] tests/qtest/migration-test: Only use available accelerators Philippe Mathieu-Daudé
2023-01-19 21:19   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).