qemu-cr16/scripts/tracetool/backend
Paolo Bonzini 50873504dc tracetool: fix usage of try_import()
try_import returns a tuple of a boolean and the requested module or attribute.
exists() functions return tracetool.try_import("tracetool.format." + name)[1]
but they should return the boolean value instead.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250929154938.594389-2-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-10-01 11:22:07 -04:00
..
__init__.py tracetool: fix usage of try_import() 2025-10-01 11:22:07 -04:00
dtrace.py libqemuutil, qapi, trace: convert to meson 2020-08-21 06:30:08 -04:00
ftrace.py meson: fix Windows build 2025-06-16 13:16:27 -04:00
log.py log: make '-msg timestamp=on' apply to all qemu_log usage 2025-07-24 10:12:21 -04:00
simple.py tracetool: removed the unused vcpu property 2025-07-22 10:44:49 -04:00
syslog.py tracetool: removed the unused vcpu property 2025-07-22 10:44:49 -04:00
ust.py libqemuutil, qapi, trace: convert to meson 2020-08-21 06:30:08 -04:00