On Mon, Oct 21, 2024 at 06:35:29PM +0200, Paolo Bonzini wrote: > Date: Mon, 21 Oct 2024 18:35:29 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH v2 04/13] rust: do not use --no-size_t-is-usize > X-Mailer: git-send-email 2.46.2 > > This not necessary and makes it harder to write code that > is portable between 32- and 64-bit systems: it adds extra casts even > though size_of, align_of or offset_of already return the right type. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > meson.build | 1 - > rust/qemu-api/src/definitions.rs | 6 +++--- > 2 files changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>