You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 weeks ago
..
control-internal.h trace: remove code that depends on setting vcpu 2 years ago
control-target.c trace/control-target: cleanup headers and make compilation unit common 4 months ago
control.c trace: Don't include trace-root.h in control.c or control-target.c 7 months ago
control.h trace/control: Clean up global variable shadowing 2 years ago
event-internal.h trace: remove vcpu_id from the TraceEvent structure 2 years ago
ftrace.c
ftrace.h
meson.build meson: fix Windows build 2 weeks ago
qmp.c trace: Remove deprecated 'vcpu' field from QMP trace events 1 year ago
simple.c overall: Remove unnecessary g_strdup_printf() calls 4 months ago
simple.h
trace-hmp-cmds.c qapi: Move include/qapi/qmp/ to include/qobject/ 5 months ago