meson: fix Windows buildThe 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 c
meson: fix Windows buildThe 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 pathsare on different drives. Make sure to convert the Windows paths to Unixpaths to prevent warnings in generated files.Signed-off-by: oltolm <oleg.tolmatcev@gmail.com>Message-id: 20250612221521.1109-2-oleg.tolmatcev@gmail.comSigned-off-by: Stefan Hajnoczi <stefanha@redhat.com>
show more ...
tests: add missing generated sources to testqapiNinja notices them due to a different order in visiting the graph.Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>Signed-off-by: Paolo Bonzin
tests: add missing generated sources to testqapiNinja notices them due to a different order in visiting the graph.Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
meson: build qapi tests library- builds QAPI builtins types/visitor to fix a linking issue with unresolved symbols in the static library.- work around a meson limitation on generated file outpu
meson: build qapi tests library- builds QAPI builtins types/visitor to fix a linking issue with unresolved symbols in the static library.- work around a meson limitation on generated file output directories.Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>Message-Id: <20200828110734.1638685-2-marcandre.lureau@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>