[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/15] rust: add IsA bounds to QOM implementation traits
From: |
Zhao Liu |
Subject: |
Re: [PATCH 01/15] rust: add IsA bounds to QOM implementation traits |
Date: |
Mon, 24 Feb 2025 22:43:08 +0800 |
On Fri, Feb 21, 2025 at 06:03:28PM +0100, Paolo Bonzini wrote:
> Date: Fri, 21 Feb 2025 18:03:28 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 01/15] rust: add IsA bounds to QOM implementation traits
> X-Mailer: git-send-email 2.48.1
>
> Check that the right bounds are provided to the qom_isa! macro
> whenever the class is defined to implement a certain class.
> This removes the need to add IsA<> bounds together with the
> *Impl trait bounds.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/qemu-api/src/qdev.rs | 2 +-
> rust/qemu-api/src/qom.rs | 4 +++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
- [PATCH 00/15] rust: prepare for splitting crates, Paolo Bonzini, 2025/02/21
- [PATCH 01/15] rust: add IsA bounds to QOM implementation traits, Paolo Bonzini, 2025/02/21
- Re: [PATCH 01/15] rust: add IsA bounds to QOM implementation traits,
Zhao Liu <=
- [PATCH 03/15] rust: qom: add ObjectImpl::CLASS_INIT, Paolo Bonzini, 2025/02/21
- [PATCH 02/15] rust: add SysBusDeviceImpl, Paolo Bonzini, 2025/02/21
- [PATCH 04/15] rust: pl011, qemu_api tests: do not use ClassInitImpl, Paolo Bonzini, 2025/02/21
- [PATCH 05/15] rust: qom: get rid of ClassInitImpl, Paolo Bonzini, 2025/02/21
- [PATCH 08/15] rust: timer: wrap QEMUTimer with Opaque<>, Paolo Bonzini, 2025/02/21