On Wed, Aug 27, 2025 at 02:41:27PM +0400, marcandre.lur...@redhat.com wrote: > Date: Wed, 27 Aug 2025 14:41:27 +0400 > From: marcandre.lur...@redhat.com > Subject: [PATCH 05/22] rust: split Rust-only "common" crate > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > ---
... > diff --git a/rust/common/Cargo.toml b/rust/common/Cargo.toml > new file mode 100644 > index 0000000000..5e106427e8 > --- /dev/null > +++ b/rust/common/Cargo.toml > @@ -0,0 +1,19 @@ > +[package] > +name = "common" > +version = "0.1.0" > +description = "Rust common code for QEMU" Meybe "Rust-only common code for QEMU" Reviewed-by: Zhao Liu <zhao1....@intel.com>