qemu/trace
oltolm 9761ad5f65 meson: fix Windows build
The build fails on Windows. Replace calls to Unix programs like ´cat´,
´sed´ and ´true´ with calls to ´python´ and wrap calls to
´os.path.relpath´ in try-except because it can fail when the two paths
are on different drives. Make sure to convert the Windows paths to Unix
paths to prevent warnings in generated files.

Signed-off-by: oltolm <oleg.tolmatcev@gmail.com>
Message-id: 20250612221521.1109-2-oleg.tolmatcev@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2025-06-16 13:16:27 -04:00
..
control-internal.h trace: remove code that depends on setting vcpu 2023-06-01 11:05:05 -04:00
control-target.c trace/control-target: cleanup headers and make compilation unit common 2025-03-11 10:11:29 +08:00
control.c trace: Don't include trace-root.h in control.c or control-target.c 2024-11-19 14:14:13 +00:00
control.h trace/control: Clean up global variable shadowing 2023-10-06 13:27:48 +02:00
event-internal.h trace: remove vcpu_id from the TraceEvent structure 2023-06-01 11:05:05 -04:00
ftrace.c trace: handle tracefs path truncation 2019-03-22 15:55:50 +00:00
ftrace.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00
meson.build meson: fix Windows build 2025-06-16 13:16:27 -04:00
qmp.c trace: Remove deprecated 'vcpu' field from QMP trace events 2024-06-04 11:53:43 +02:00
simple.c overall: Remove unnecessary g_strdup_printf() calls 2025-02-14 08:49:06 +03:00
simple.h trace/simple: add st_init_group 2021-07-12 17:37:07 +01:00
trace-hmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 2025-02-10 15:33:16 +01:00