[PATCH] rust: fix path to rust_root_crate.sh

Stefan Hajnoczi posted 1 patch 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251007194427.118871-1-stefanha@redhat.com
Maintainers: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
scripts/rust/rust_root_crate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] rust: fix path to rust_root_crate.sh
Posted by Stefan Hajnoczi 1 month, 1 week ago
Generated Rust root crate source files contain the wrong path to the
rust_root_crate.sh script.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 scripts/rust/rust_root_crate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/rust/rust_root_crate.sh b/scripts/rust/rust_root_crate.sh
index 975bddf7f1..f05b8d0210 100755
--- a/scripts/rust/rust_root_crate.sh
+++ b/scripts/rust/rust_root_crate.sh
@@ -4,7 +4,7 @@ set -eu
 
 cat <<EOF
 // @generated
-// This file is autogenerated by scripts/rust_root_crate.sh
+// This file is autogenerated by scripts/rust/rust_root_crate.sh
 
 EOF
 
-- 
2.51.0
Re: [PATCH] rust: fix path to rust_root_crate.sh
Posted by Zhao Liu 1 month, 1 week ago
On Tue, Oct 07, 2025 at 03:44:27PM -0400, Stefan Hajnoczi wrote:
> Date: Tue,  7 Oct 2025 15:44:27 -0400
> From: Stefan Hajnoczi <stefanha@redhat.com>
> Subject: [PATCH] rust: fix path to rust_root_crate.sh
> 
> Generated Rust root crate source files contain the wrong path to the
> rust_root_crate.sh script.
> 
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  scripts/rust/rust_root_crate.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Re: [PATCH] rust: fix path to rust_root_crate.sh
Posted by Paolo Bonzini 1 month, 1 week ago
Queued, thanks.

Paolo
Re: [PATCH] rust: fix path to rust_root_crate.sh
Posted by Manos Pitsidianakis 1 month, 1 week ago
On Tue, Oct 7, 2025 at 10:44 PM Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> Generated Rust root crate source files contain the wrong path to the
> rust_root_crate.sh script.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>

>  scripts/rust/rust_root_crate.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/rust/rust_root_crate.sh b/scripts/rust/rust_root_crate.sh
> index 975bddf7f1..f05b8d0210 100755
> --- a/scripts/rust/rust_root_crate.sh
> +++ b/scripts/rust/rust_root_crate.sh
> @@ -4,7 +4,7 @@ set -eu
>
>  cat <<EOF
>  // @generated
> -// This file is autogenerated by scripts/rust_root_crate.sh
> +// This file is autogenerated by scripts/rust/rust_root_crate.sh
>
>  EOF
>
> --
> 2.51.0
>
Re: [PATCH] rust: fix path to rust_root_crate.sh
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
On 7/10/25 21:44, Stefan Hajnoczi wrote:
> Generated Rust root crate source files contain the wrong path to the
> rust_root_crate.sh script.
> 
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>   scripts/rust/rust_root_crate.sh | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>