From: Paolo Bonzini Date: Wed, 14 Jan 2026 08:51:27 +0000 (+0100) Subject: rust: hwcore: add chardev symbols to integration tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e07927260472cf4a24435f9e88f329d514501502;p=thirdparty%2Fqemu.git rust: hwcore: add chardev symbols to integration tests Even though they are not used, rustc does not elide its symbols on msys2. This causes a linker error. Signed-off-by: Paolo Bonzini --- diff --git a/rust/hw/core/meson.build b/rust/hw/core/meson.build index fa1765a230..942ee9cdac 100644 --- a/rust/hw/core/meson.build +++ b/rust/hw/core/meson.build @@ -73,7 +73,7 @@ test('rust-hwcore-rs-integration', override_options: ['rust_std=2021', 'build.rust_std=2021'], rust_args: ['--test'], install: false, - dependencies: [common_rs, hwcore_rs, bql_rs, migration_rs, util_rs]), + dependencies: [chardev_rs, common_rs, hwcore_rs, bql_rs, migration_rs, util_rs]), args: [ '--test', '--test-threads', '1', '--format', 'pretty',