On Fri, 02 May 2025 13:23, Paolo Bonzini <pbonz...@redhat.com> wrote:
>Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
>---
> docs/devel/rust.rst                    |  8 +---
> rust/Cargo.lock                        |  1 -
> rust/hw/char/pl011/src/device_class.rs | 11 +++--
> rust/hw/char/pl011/src/lib.rs          |  6 +--
> rust/hw/timer/hpet/src/hpet.rs         | 19 ++++----
> rust/hw/timer/hpet/src/lib.rs          |  4 +-
> rust/qemu-api/meson.build              |  1 -
> rust/qemu-api/src/c_str.rs             | 61 --------------------------
> rust/qemu-api/src/cell.rs              |  4 +-
> rust/qemu-api/src/lib.rs               |  1 -
> rust/qemu-api/src/vmstate.rs           |  2 +-
> rust/qemu-api/tests/tests.rs           |  9 ++--
> rust/qemu-api/tests/vmstate_tests.rs   | 15 +++----
> 13 files changed, 32 insertions(+), 110 deletions(-)
> delete mode 100644 rust/qemu-api/src/c_str.rs
>

<-snip->

>diff --git a/rust/Cargo.lock b/rust/Cargo.lock
>index 2ebf0a11ea4..13d580c693b 100644
>--- a/rust/Cargo.lock
>+++ b/rust/Cargo.lock
>@@ -108,7 +108,6 @@ version = "0.1.0"
> dependencies = [
>  "libc",
>  "qemu_api_macros",
>- "version_check",
> ]


This looks like it should go in the previous patch ("rust: remove 
offset_of replacement")

Otherwise,

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

Reply via email to