Re: [PATCH] rust: devices are not staticlibs

2025-07-21 Thread Paolo Bonzini
On Mon, Jul 21, 2025 at 1:01 PM Manos Pitsidianakis wrote: > > Hi Paolo, > > On Mon, Jul 21, 2025 at 1:53 PM Paolo Bonzini wrote: > > > > This is only cosmetic for now, but hopefully later on Meson will parse more > > of Cargo.toml. Devices are linked into a staticlib but are not staticlibs > >

Re: [PATCH] rust: devices are not staticlibs

2025-07-21 Thread Manos Pitsidianakis
Hi Paolo, On Mon, Jul 21, 2025 at 1:53 PM Paolo Bonzini wrote: > > This is only cosmetic for now, but hopefully later on Meson will parse more > of Cargo.toml. Devices are linked into a staticlib but are not staticlibs > themselves. Does meson compile them as rlibs instead of staticlibs? -- M

[PATCH] rust: devices are not staticlibs

2025-07-21 Thread Paolo Bonzini
This is only cosmetic for now, but hopefully later on Meson will parse more of Cargo.toml. Devices are linked into a staticlib but are not staticlibs themselves. Signed-off-by: Paolo Bonzini --- rust/hw/char/pl011/Cargo.toml | 3 --- rust/hw/timer/hpet/Cargo.toml | 3 --- 2 files changed, 6 del