mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-07-28 10:57:54 -04:00
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 <[email protected]> Signed-off-by: Pierrick Bouvier <[email protected]> Reviewed-by: Manos Pitsidianakis <[email protected]> [Move from 1.11.0 to 1.11.1. - Paolo] Signed-off-by: Paolo Bonzini <[email protected]>