mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Stop QEMU from creating trace- files by disabling trace from default build
Shame but it's way too annoying.
This commit is contained in:
@@ -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,
|
||||
] +
|
||||
|
||||
Reference in New Issue
Block a user