[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 6/7] meson: document, why we don't generate trace events f
|
From: |
Stefan Hajnoczi |
|
Subject: |
Re: [PATCH v6 6/7] meson: document, why we don't generate trace events for tests/ and qga/ |
|
Date: |
Thu, 27 Jan 2022 08:21:12 +0000 |
On Wed, Jan 26, 2022 at 05:11:29PM +0100, Vladimir Sementsov-Ogievskiy wrote:
> Making trace generation work for tests/ and qga/ would involve some
> Meson hackery to ensure we generate the trace-events files before
> trace-tool uses them. Since we don't actually support tracing there
> anyway, we bypass that problem.
>
> Let's add corresponding comments.
>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
> qga/meson.build | 7 +++++++
> tests/meson.build | 7 +++++++
> 2 files changed, 14 insertions(+)
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
signature.asc
Description: PGP signature
- Re: [PATCH v6 3/7] qapi/commands: Optionally generate trace for QMP commands, (continued)
- [PATCH v6 7/7] qapi: generate trace events by default, Vladimir Sementsov-Ogievskiy, 2022/01/26
- [PATCH v6 4/7] meson: generate trace events for qmp commands, Vladimir Sementsov-Ogievskiy, 2022/01/26
- [PATCH v6 5/7] docs/qapi-code-gen: update to cover trace events code generation, Vladimir Sementsov-Ogievskiy, 2022/01/26
- [PATCH v6 6/7] meson: document, why we don't generate trace events for tests/ and qga/, Vladimir Sementsov-Ogievskiy, 2022/01/26
- Re: [PATCH v6 0/7] trace qmp commands, Markus Armbruster, 2022/01/27
- Re: [PATCH v6 0/7] trace qmp commands, Stefan Hajnoczi, 2022/01/27