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

2022-01-27 Thread Vladimir Sementsov-Ogievskiy
27.01.2022 10:24, Markus Armbruster wrote: 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

Re: [PATCH v6 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 v6 3/7] qapi/commands: Optionally generate trace for QMP commands

2022-01-26 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