tests: run qemu with cpu_reset,guest_errors debug messages

Attempt to gather more information to debug https://github.com/systemd/systemd/issues/38240
This commit is contained in:
Luca Boccassi
2025-12-08 12:06:24 +00:00
parent e66f6d3b23
commit b169c7512c

View File

@@ -615,6 +615,10 @@ def main() -> None:
*(['--', '--capability=CAP_BPF'] if not vm else []),
] # fmt: skip
# XXX: debug for https://github.com/systemd/systemd/issues/38240
if vm:
cmd += ['--qemu-args=-d cpu_reset,guest_errors -D /dev/stderr']
try:
result = subprocess.run(cmd)