[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/26] rust: qom: add default definitions for ObjectImpl
From: |
Zhao Liu |
Subject: |
Re: [PATCH 07/26] rust: qom: add default definitions for ObjectImpl |
Date: |
Tue, 10 Dec 2024 16:21:15 +0800 |
On Mon, Dec 09, 2024 at 01:36:58PM +0100, Paolo Bonzini wrote:
> Date: Mon, 9 Dec 2024 13:36:58 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 07/26] rust: qom: add default definitions for ObjectImpl
> X-Mailer: git-send-email 2.47.1
>
> Remove a bunch of duplicate const definitions.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/hw/char/pl011/src/device.rs | 6 ------
> rust/qemu-api/src/definitions.rs | 8 ++++----
> rust/qemu-api/tests/tests.rs | 4 ----
> 3 files changed, 4 insertions(+), 14 deletions(-)
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
- [PATCH 00/26] rust: bundle of prerequisites for HPET implementation, Paolo Bonzini, 2024/12/09
- [PATCH 01/26] bql: check that the BQL is not dropped within marked sections, Paolo Bonzini, 2024/12/09
- [PATCH 02/26] rust: cell: add BQL-enforcing Cell variant, Paolo Bonzini, 2024/12/09
- [PATCH 03/26] rust: cell: add BQL-enforcing RefCell variant, Paolo Bonzini, 2024/12/09
- [PATCH 05/26] rust: add bindings for interrupt sources, Paolo Bonzini, 2024/12/09
- [PATCH 07/26] rust: qom: add default definitions for ObjectImpl, Paolo Bonzini, 2024/12/09
- Re: [PATCH 07/26] rust: qom: add default definitions for ObjectImpl,
Zhao Liu <=
- [PATCH 04/26] rust: define prelude, Paolo Bonzini, 2024/12/09
- [PATCH 08/26] rust: qom: rename Class trait to ClassInitImpl, Paolo Bonzini, 2024/12/09
- [PATCH 06/26] rust: add a bit operation module, Paolo Bonzini, 2024/12/09
- [PATCH 10/26] rust: qom: move ClassInitImpl to the instance side, Paolo Bonzini, 2024/12/09
- [PATCH 09/26] rust: qom: convert type_info! macro to an associated const, Paolo Bonzini, 2024/12/09