Stop QEMU from creating trace- files by disabling trace from default build

Shame but it's way too annoying.
This commit is contained in:
Ciro Santilli
2025-04-29 02:54:40 +01:00
parent ab0aedf744
commit bcfea26ca1
2 changed files with 11 additions and 1 deletions

View File

@@ -38,7 +38,9 @@ Extra arguments to pass to configure
self.sh.run_cmd(
[
os.path.join(self.env['qemu_source_dir'], 'configure'), LF,
'--enable-trace-backends=simple', LF,
# Ideally we'd want this, but it creates trace-<pid>
# files on cwd which is too annoying.
#'--enable-trace-backends=simple', LF,
'--target-list={}'.format(target_list), LF,
'--enable-sdl', LF,
] +