From d6514ebf3351a287ceac579addeaf6e7e677ee5a Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 18 Dec 2025 17:51:07 +0000 Subject: [PATCH] Revert "tests: also add qemu shutdown trace debug logs to integration script" This reverts commit 9b42cc3b12c17a4b02d713b2ad499a74acecea1f. --- test/integration-tests/integration-test-wrapper.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/integration-tests/integration-test-wrapper.py b/test/integration-tests/integration-test-wrapper.py index 738fe60681b..f7d7807a68c 100755 --- a/test/integration-tests/integration-test-wrapper.py +++ b/test/integration-tests/integration-test-wrapper.py @@ -617,13 +617,7 @@ def main() -> None: # XXX: debug for https://github.com/systemd/systemd/issues/38240 if vm: - # Tracing is not supported in centos/fedora qemu builds - if summary.distribution in ('centos', 'fedora'): - cmd += ['--qemu-args=-d cpu_reset,guest_errors -D /dev/stderr'] - else: - cmd += [ - '--qemu-args=-d cpu_reset,guest_errors,trace:kvm_run_exit_system_event,trace:qemu_system_\*_request -D /dev/stderr' # noqa: E501 - ] + cmd += ['--qemu-args=-d cpu_reset,guest_errors -D /dev/stderr'] try: result = subprocess.run(cmd) -- 2.47.3