]> git.ipfire.org Git - thirdparty/qemu.git/commit
tracetool: removed the unused vcpu property tracing
authorTanish Desai <tanishdesai37@gmail.com>
Tue, 22 Jul 2025 11:43:52 +0000 (11:43 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 22 Jul 2025 14:44:49 +0000 (10:44 -0400)
commit2b1791323e7ce043cbc3857699e5d5b0ad021cbc
tree10e0ba13a93333a14f11905d238d793d97508341
parentebcc602aae19c06a4f492da3920b64c8033f0d7f
tracetool: removed the unused vcpu property

The vcpu property is no longer used in these backends. Removing it avoids
unnecessary checks and simplifies the code generation for these trace
backends.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Tanish Desai <tanishdesai37@gmail.com>
Message-id: 20250722114352.3624-1-tanishdesai37@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
scripts/tracetool/__init__.py
scripts/tracetool/backend/log.py
scripts/tracetool/backend/simple.py
scripts/tracetool/backend/syslog.py