qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rust: fix path to rust_root_crate.sh
@ 2025-10-07 19:44 Stefan Hajnoczi
  2025-10-08  4:03 ` Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2025-10-07 19:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-rust, Manos Pitsidianakis, Stefan Hajnoczi

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] rust: fix path to rust_root_crate.sh
  2025-10-07 19:44 [PATCH] rust: fix path to rust_root_crate.sh Stefan Hajnoczi
@ 2025-10-08  4:03 ` Philippe Mathieu-Daudé
  2025-10-08  5:57 ` Manos Pitsidianakis
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-08  4:03 UTC (permalink / raw)
  To: Stefan Hajnoczi, qemu-devel; +Cc: qemu-rust, Manos Pitsidianakis

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>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] rust: fix path to rust_root_crate.sh
  2025-10-07 19:44 [PATCH] rust: fix path to rust_root_crate.sh Stefan Hajnoczi
  2025-10-08  4:03 ` Philippe Mathieu-Daudé
@ 2025-10-08  5:57 ` Manos Pitsidianakis
  2025-10-08  6:34 ` Paolo Bonzini
  2025-10-08 16:28 ` Zhao Liu
  3 siblings, 0 replies; 5+ messages in thread
From: Manos Pitsidianakis @ 2025-10-08  5:57 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, qemu-rust

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
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] rust: fix path to rust_root_crate.sh
  2025-10-07 19:44 [PATCH] rust: fix path to rust_root_crate.sh Stefan Hajnoczi
  2025-10-08  4:03 ` Philippe Mathieu-Daudé
  2025-10-08  5:57 ` Manos Pitsidianakis
@ 2025-10-08  6:34 ` Paolo Bonzini
  2025-10-08 16:28 ` Zhao Liu
  3 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2025-10-08  6:34 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, qemu-rust, Manos Pitsidianakis

Queued, thanks.

Paolo



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] rust: fix path to rust_root_crate.sh
  2025-10-07 19:44 [PATCH] rust: fix path to rust_root_crate.sh Stefan Hajnoczi
                   ` (2 preceding siblings ...)
  2025-10-08  6:34 ` Paolo Bonzini
@ 2025-10-08 16:28 ` Zhao Liu
  3 siblings, 0 replies; 5+ messages in thread
From: Zhao Liu @ 2025-10-08 16:28 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel, qemu-rust, Manos Pitsidianakis

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>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-08 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 19:44 [PATCH] rust: fix path to rust_root_crate.sh Stefan Hajnoczi
2025-10-08  4:03 ` Philippe Mathieu-Daudé
2025-10-08  5:57 ` Manos Pitsidianakis
2025-10-08  6:34 ` Paolo Bonzini
2025-10-08 16:28 ` Zhao Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).