[PATCH 0/2] target-info: add test binary linking multiple targets

Pierrick Bouvier posted 2 patches 4 days, 22 hours ago
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
[PATCH 0/2] target-info: add test binary linking multiple targets
Posted by Pierrick Bouvier 4 days, 22 hours ago
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