[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 02/15] rust: add SysBusDeviceImpl
From: |
Zhao Liu |
Subject: |
Re: [PATCH 02/15] rust: add SysBusDeviceImpl |
Date: |
Mon, 24 Feb 2025 22:46:10 +0800 |
On Fri, Feb 21, 2025 at 06:03:29PM +0100, Paolo Bonzini wrote:
> Date: Fri, 21 Feb 2025 18:03:29 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 02/15] rust: add SysBusDeviceImpl
> X-Mailer: git-send-email 2.48.1
>
> The only function, right now, is to ensure that anything with a
> SysBusDeviceClass class is a SysBusDevice.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/hw/char/pl011/src/device.rs | 5 ++++-
> rust/hw/timer/hpet/src/hpet.rs | 4 +++-
> rust/qemu-api/src/sysbus.rs | 8 +++++---
> 3 files changed, 12 insertions(+), 5 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
- [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
- Re: [PATCH 02/15] rust: add SysBusDeviceImpl,
Zhao Liu <=
- [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
- [PATCH 07/15] rust: qemu_api_macros: add Wrapper derive macro, Paolo Bonzini, 2025/02/21
- [PATCH 06/15] rust: cell: add wrapper for FFI types, Paolo Bonzini, 2025/02/21