Re: [PATCH v2 03/13] meson: pass rustc_args when building all crates

2024-10-22 Thread Zhao Liu
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 > 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 diff

Re: [PATCH v2 03/13] meson: pass rustc_args when building all crates

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

[PATCH v2 03/13] meson: pass rustc_args when building all crates

2024-10-21 Thread Paolo Bonzini
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 --- meson.build | 20 +--- rust/qemu-api/meson.build | 2 +- rust/qemu-api/src/device_clas