qemu-rust
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 05/15] rust: qom: get rid of ClassInitImpl


From: Zhao Liu
Subject: Re: [PATCH 05/15] rust: qom: get rid of ClassInitImpl
Date: Mon, 24 Feb 2025 23:24:49 +0800

On Fri, Feb 21, 2025 at 06:03:32PM +0100, Paolo Bonzini wrote:
> Date: Fri, 21 Feb 2025 18:03:32 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 05/15] rust: qom: get rid of ClassInitImpl
> X-Mailer: git-send-email 2.48.1
> 
> Complete the conversion from the ClassInitImpl trait to class_init() methods.
> This will provide more freedom to split the qemu_api crate in separate parts.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  rust/hw/char/pl011/src/device.rs |   6 +-
>  rust/hw/timer/hpet/src/hpet.rs   |   4 +-
>  rust/qemu-api/src/qdev.rs        |  38 ++++---
>  rust/qemu-api/src/qom.rs         | 164 +++++++++++++------------------
>  rust/qemu-api/src/sysbus.rs      |  15 ++-
>  rust/qemu-api/tests/tests.rs     |   4 +-
>  6 files changed, 101 insertions(+), 130 deletions(-)

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]