]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/libqtest: Replace QTEST_TRACE with QTEST_QEMU_ARGS
authorFabiano Rosas <farosas@suse.de>
Wed, 29 Apr 2026 00:31:28 +0000 (21:31 -0300)
committerFabiano Rosas <farosas@suse.de>
Tue, 12 May 2026 12:40:07 +0000 (09:40 -0300)
commit1fb7bc9fa044b68aa9e2bedf14f559f7e90f446c
tree2be89ad0a9e47e7a609d622bb90c846ecf50cc79
parent5e61afe211e82a9af15a8794a0bd29bb574e953b
tests/qtest/libqtest: Replace QTEST_TRACE with QTEST_QEMU_ARGS

The QTEST_TRACE environment variable allows for any QEMU command line
option to be passed if used like so:

export QTEST_TRACE="-trace tracepoint -more -opts -here"

Formalize that usage by accepting a new QTEST_QEMU_ARGS
variable. Since the QTEST_TRACE now becomes redundant, remove its
usage.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Link: https://lore.kernel.org/qemu-devel/20260429003130.15164-2-farosas@suse.de
[end all fmt strings with space]
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/qtest/libqtest.c