aboutsummaryrefslogtreecommitdiff
path: root/trace/meson.build
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-01-24 13:19:22 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-04 07:56:54 +0100
commit29b62a1063c662e9564d23c716103adde2c94ca8 (patch)
tree337c0deb056870203ec95fa5e06f085136d2c78d /trace/meson.build
parent5ec92f2d92709964bd9247346097536c02394b3a (diff)
downloadqemu-29b62a1063c662e9564d23c716103adde2c94ca8.zip
qemu-29b62a1063c662e9564d23c716103adde2c94ca8.tar.gz
qemu-29b62a1063c662e9564d23c716103adde2c94ca8.tar.bz2
trace: Move HMP commands from monitor/ to trace/
This moves these commands from MAINTAINERS sections "Human Monitor (HMP)" and "QMP" to "Tracing". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-9-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace/meson.build')
-rw-r--r--trace/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace/meson.build b/trace/meson.build
index 26b5471..d565948 100644
--- a/trace/meson.build
+++ b/trace/meson.build
@@ -1,3 +1,4 @@
+softmmu_ss.add(files('trace-hmp-cmds.c'))
specific_ss.add(files('control-target.c'))