Hi, This is the current state of my testing queue. I don't think there is any pressing hurry to get this merged.
I should note I'll probably need to drop the signals test in any PR as it's still causing some intermittent failures on various system. The tweaks to acceptance tests need the additional support from Phillipe's series: https://patchew.org/QEMU/[email protected]/ They following still need review: - tests/acceptance: tag various arm tests as TCG only - tests/acceptance: tweak the tcg/kvm tests for virt - tests/tcg/configure.sh: tweak quoting of target_compiler - meson.build: fix cosmetics of compiler display - tests/tcg: add a multiarch signals test to stress test signal delivery Alex Bennée (5): tests/tcg: add a multiarch signals test to stress test signal delivery meson.build: fix cosmetics of compiler display tests/tcg/configure.sh: tweak quoting of target_compiler tests/acceptance: tweak the tcg/kvm tests for virt tests/acceptance: tag various arm tests as TCG only Philippe Mathieu-Daudé (1): gitlab-ci: Convert check-dco/check-patch jobs to the 'rules' syntax meson.build | 8 +- tests/tcg/multiarch/signals.c | 149 +++++++++++++++++++++++++ .gitlab-ci.yml | 16 +-- tests/acceptance/boot_linux.py | 24 ++-- tests/acceptance/boot_linux_console.py | 18 +++ tests/tcg/configure.sh | 6 +- tests/tcg/multiarch/Makefile.target | 2 + 7 files changed, 197 insertions(+), 26 deletions(-) create mode 100644 tests/tcg/multiarch/signals.c -- 2.20.1
