On Mon, Oct 21, 2024 at 06:35:28PM +0200, Paolo Bonzini wrote: > Date: Mon, 21 Oct 2024 18:35:28 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH v2 03/13] meson: pass rustc_args when building all crates > X-Mailer: git-send-email 2.46.2 > > rustc_args is needed to smooth the difference in warnings between the various > versions of rustc. Always include those arguments. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > meson.build | 20 +++++++++++++------- > rust/qemu-api/meson.build | 2 +- > rust/qemu-api/src/device_class.rs | 10 ++++++---- > 3 files changed, 20 insertions(+), 12 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>