]> git.proxmox.com Git - mirror_qemu.git/commit
trace: Do not try to include QMP commands in user emulation binaries
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 20 Dec 2022 15:00:41 +0000 (16:00 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit5ac034b1c2b2c4ec5508564fe1db37feac38be29
tree15273e0a15cce5b1f36f1303f2a2fbf60f67e57b
parent919a0423d8cbdb99e31a9a9d5c49e6e364ddf160
trace: Do not try to include QMP commands in user emulation binaries

QMP is not available on user emulation; there is not monitor.
Besides, since commit a0e61807a3 ("qapi: Remove QMP events
and commands from user-mode builds") we don't generate the
qapi-commands-trace.h header in a user-emulation-only build.

Remove the QMP trace commands from qemu-user binaries.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221220150417.26751-1-philmd@linaro.org>
trace/meson.build