On Wed, Aug 27, 2025 at 02:41:26PM +0400, marcandre.lur...@redhat.com wrote: > Date: Wed, 27 Aug 2025 14:41:26 +0400 > From: marcandre.lur...@redhat.com > Subject: [PATCH 04/22] rust: make build.rs generic over various > ./rust/projects > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Guess the name of the subdir from the manifest directory, instead of > hard-coding it. In the following commits, other crates can then link to > this file, instead of maintaining their own copy. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > rust/qemu-api/build.rs | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-)>
Reviewed-by: Zhao Liu <zhao1....@intel.com>