Re: [PATCH] trace: Do not try to include QMP commands in user emulation binaries

2022-12-20 Thread Richard Henderson
On 12/20/22 07:04, Philippe Mathieu-Daudé wrote: 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

Re: [PATCH] trace: Do not try to include QMP commands in user emulation binaries

2022-12-20 Thread Philippe Mathieu-Daudé
On 20/12/22 16:04, Philippe Mathieu-Daudé wrote: 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

[PATCH] trace: Do not try to include QMP commands in user emulation binaries

2022-12-20 Thread Philippe Mathieu-Daudé
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. S