Now we are able to link multiple targets together, we want to make sure no build regression is introduced. For this, add a new unit test linking compatible targets.
For now, supported targets are: - arm-softmmu - aarch64-softmmu - microblaze-softmmu First patch fixes a linking issue on aarch64 linux hosts. Pierrick Bouvier (2): hw/xen: use stub_ss for xen_stubs target-info: add multi-target test binary MAINTAINERS | 1 + hw/xen/meson.build | 2 +- include/qemu/target-info-qom.h | 1 + meson.build | 23 +++++++++++++++ target-info-qom.c | 5 ++++ tests/unit/meson.build | 12 ++++++++ tests/unit/test-multi-target.c | 53 ++++++++++++++++++++++++++++++++++ 7 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 tests/unit/test-multi-target.c -- 2.43.0
