On Mon, Sep 08, 2025 at 12:49:49PM +0200, Paolo Bonzini wrote: > Date: Mon, 8 Sep 2025 12:49:49 +0200 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH 17/33] rust: make build.rs generic over various > ./rust/projects > X-Mailer: git-send-email 2.51.0 > > From: Marc-André Lureau <[email protected]> > > 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 <[email protected]> > Link: > https://lore.kernel.org/r/[email protected] > Signed-off-by: Paolo Bonzini <[email protected]> > --- > rust/qemu-api/build.rs | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
