mirror of
https://github.com/qemu/qemu.git
synced 2024-11-27 13:53:45 +08:00
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>
This commit is contained in:
parent
919a0423d8
commit
5ac034b1c2
@ -89,4 +89,6 @@ if 'ftrace' in get_option('trace_backends')
|
|||||||
trace_ss.add(files('ftrace.c'))
|
trace_ss.add(files('ftrace.c'))
|
||||||
endif
|
endif
|
||||||
trace_ss.add(files('control.c'))
|
trace_ss.add(files('control.c'))
|
||||||
trace_ss.add(files('qmp.c'))
|
if have_system or have_tools or have_ga
|
||||||
|
trace_ss.add(files('qmp.c'))
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user