On Mon, May 26, 2025 at 04:24:44PM +0200, Paolo Bonzini wrote: > Date: Mon, 26 May 2025 16:24:44 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 01/12] rust: make declaration of dependent crates more > consistent > X-Mailer: git-send-email 2.49.0 > > Crates like "bilge" and "libc" can be shared by more than one directory, > so declare them directly in rust/meson.build. While at it, make their > variable names end with "_rs" and always add a subproject() statement > (as that pinpoints the error better if the subproject is missing and > cannot be downloaded). > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > rust/hw/char/pl011/meson.build | 12 +++--------- > rust/meson.build | 16 ++++++++++++++++ > rust/qemu-api-macros/meson.build | 14 +++----------- > rust/qemu-api/meson.build | 4 +--- > 4 files changed, 23 insertions(+), 23 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>