qemu/plugins
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
..
api-system.c plugins/api: split out time control helpers 2025-03-10 10:30:01 +00:00
api-user.c plugins/api: split out time control helpers 2025-03-10 10:30:01 +00:00
api.c cleanup: Re-run return_directly.cocci 2025-04-24 09:33:24 +02:00
core.c plugins/core: make a single build unit 2025-03-10 10:30:01 +00:00
loader.c qemu: Convert target_name() to TargetInfo API 2025-04-25 17:09:58 +02:00
meson.build meson: fix Windows build 2025-06-16 13:16:27 -04:00
plugin.h plugins/loader: compile loader only once 2025-03-10 10:30:01 +00:00
system.c plugins/loader: compile loader only once 2025-03-10 10:30:01 +00:00
user.c plugins/loader: compile loader only once 2025-03-10 10:30:01 +00:00