commit | 2eb6274d12b92eb57dc6fa0516c4248509f4a66a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 18 11:38:41 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 05 14:18:15 2024 +0100 |
tree | 0a8d2e36c9a516364ee27496fddf32c3ac817aca | |
parent | 00ed18de3537c783add0be5ea1e0a84979f6f63b [diff] |
rust: remove uses of #[no_mangle] Mangled symbols do not cause any issue; disabling mangling is only useful if C headers reference the Rust function, which is not the case here. Reviewed-by: Junjie Mao <junjie.mao@hotmail.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>