[PATCH] rust: fix incorrect dependency in Cargo.toml

Paolo Bonzini posted 1 patch 4 days, 7 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260526092446.147924-1-pbonzini@redhat.com
rust/bindings/hwcore-sys/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
[PATCH] rust: fix incorrect dependency in Cargo.toml
Posted by Paolo Bonzini 4 days, 7 hours ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 rust/bindings/hwcore-sys/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rust/bindings/hwcore-sys/Cargo.toml b/rust/bindings/hwcore-sys/Cargo.toml
index c20024e921a..b5ae33da8ed 100644
--- a/rust/bindings/hwcore-sys/Cargo.toml
+++ b/rust/bindings/hwcore-sys/Cargo.toml
@@ -21,7 +21,6 @@ chardev-sys = { path = "../chardev-sys" }
 qom-sys = { path = "../qom-sys" }
 migration-sys = { path = "../migration-sys" }
 util-sys = { path = "../util-sys" }
-system-sys = { path = "../system-sys" }
 
 [lints]
 workspace = true
-- 
2.54.0
Re: [PATCH] rust: fix incorrect dependency in Cargo.toml
Posted by Marc-André Lureau 4 days, 5 hours ago
On Tue, May 26, 2026 at 1:25 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

> ---
>  rust/bindings/hwcore-sys/Cargo.toml | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/rust/bindings/hwcore-sys/Cargo.toml b/rust/bindings/hwcore-sys/Cargo.toml
> index c20024e921a..b5ae33da8ed 100644
> --- a/rust/bindings/hwcore-sys/Cargo.toml
> +++ b/rust/bindings/hwcore-sys/Cargo.toml
> @@ -21,7 +21,6 @@ chardev-sys = { path = "../chardev-sys" }
>  qom-sys = { path = "../qom-sys" }
>  migration-sys = { path = "../migration-sys" }
>  util-sys = { path = "../util-sys" }
> -system-sys = { path = "../system-sys" }
>
>  [lints]
>  workspace = true
> --
> 2.54.0
>
>


-- 
Marc-André Lureau