On Mon, Jul 21, 2025 at 12:52:38PM +0200, Paolo Bonzini wrote: > Date: Mon, 21 Jul 2025 12:52:38 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH] rust: devices are not staticlibs > X-Mailer: git-send-email 2.50.1 > > 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 <pbonz...@redhat.com> > --- > rust/hw/char/pl011/Cargo.toml | 3 --- > rust/hw/timer/hpet/Cargo.toml | 3 --- > 2 files changed, 6 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>