[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/26] rust: define prelude
From: |
Zhao Liu |
Subject: |
Re: [PATCH 04/26] rust: define prelude |
Date: |
Tue, 10 Dec 2024 15:19:17 +0800 |
On Mon, Dec 09, 2024 at 01:36:55PM +0100, Paolo Bonzini wrote:
> Date: Mon, 9 Dec 2024 13:36:55 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 04/26] rust: define prelude
> X-Mailer: git-send-email 2.47.1
>
> Add a module that will contain frequently used traits and
> occasionally structs. They can be included quickly with
> "use qemu_api::prelude::*".
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> rust/qemu-api/meson.build | 1 +
> rust/qemu-api/src/lib.rs | 5 +++++
> rust/qemu-api/src/prelude.rs | 6 ++++++
> 3 files changed, 12 insertions(+)
> create mode 100644 rust/qemu-api/src/prelude.rs
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
- [PATCH 04/26] rust: define prelude, Paolo Bonzini, 2024/12/09
- Re: [PATCH 04/26] rust: define prelude,
Zhao Liu <=
- [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
- [PATCH 12/26] rust: qdev: move bridge for realize and reset functions out of pl011, Paolo Bonzini, 2024/12/09