Re: [PATCH v5 3/7] qapi/commands: Optionally generate trace for QMP commands

2022-01-26 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > Add trace generation disabled by default and new option --gen-trace to > enable it. The next commit will enable it for qapi/, but not for qga/ > and tests/. Making it work for the latter two would involve some Meson > hackery to ensure we generate the trac

[PATCH v5 3/7] qapi/commands: Optionally generate trace for QMP commands

2022-01-25 Thread Vladimir Sementsov-Ogievskiy
Add trace generation disabled by default and new option --gen-trace to enable it. The next commit will enable it for qapi/, but not for qga/ and tests/. Making it work for the latter two would involve some Meson hackery to ensure we generate the trace-events files before trace-tool uses them. Si