Re: [PATCH 05/13] rust: remove uses of #[no_mangle]

2024-10-21 Thread Junjie Mao
Paolo Bonzini writes: > 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. > > Signed-off-by: Paolo Bonzini Reviewed-by: Junjie Mao -- Best Regards Junjie Mao

[PATCH 05/13] rust: remove uses of #[no_mangle]

2024-10-18 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- rust/hw/char/pl011/src/device.rs | 5 - rust/hw/char/pl011/src/device_class.rs | 2 -- rust/hw/char/pl011/src