]> git.ipfire.org Git - thirdparty/qemu.git/commit - meson.build
tracetool: remove redundant --target-type / --target-name args
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 8 Jan 2024 17:13:55 +0000 (17:13 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 12 Mar 2024 18:52:07 +0000 (14:52 -0400)
commit081340d1ddfe27e80f653d707c278edf06a9a803
tree7621050a37772d67a41c480ac74433e48ba3af3d
parent8f3f329f5e0117bd1a23a79ab751f8a7d3471e4b
tracetool: remove redundant --target-type / --target-name args

The --target-type and --target-name args are used to construct
the default probe prefix if '--probe-prefix' is not given. The
meson.build will always pass '--probe-prefix', so the other args
are effectively redundant.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 20240108171356.1037059-2-berrange@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/devel/tracing.rst
meson.build
scripts/tracetool.py