mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-05-06 12:27:32 -04:00
2c86fb811d
Prior to 1.11.0, build with rust didn't use link_args. In QEMU case, it means that plugins could not work, since they rely on link_args to expose symbols from QEMU binary. https://mesonbuild.com/Release-notes-for-1-11-0.html#change-to-handling-of-linker-arguments-for-rust With this change, QEMU built with --enable-rust can pass all CI tests, including tests related to plugins. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> [Move from 1.11.0 to 1.11.1. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>