[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rust in QEMU roadmap
From: |
Zhao Liu |
Subject: |
Re: Rust in QEMU roadmap |
Date: |
Wed, 27 Nov 2024 14:46:21 +0800 |
On Tue, Nov 26, 2024 at 06:46:45PM +0100, Paolo Bonzini wrote:
> Date: Tue, 26 Nov 2024 18:46:45 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: Rust in QEMU roadmap
> X-Mailer: git-send-email 2.47.0
>
> [several people are in bcc. You can follow the thread at
>
> https://lore.kernel.org/r/cc40943e-dec1-4890-a1d9-579350ce296f@pbonzini.local]
>
> Based on the content presented in the community calls, here are some
> ideas for future Rust in QEMU subprojects.
>
> This is by no means exhaustive, for example QAPI and async (block devices)
> are missing because I have not looked at them.
>
> Table of contents
> '''''''''''''''''
>
> * Status in QEMU 9.2
> * Build system
> * Feature parity for pl011 device
> * Avoiding undefined behavior
> * Safe QOM class definitions
> * QOM method calls
> * Callbacks
> * Tracing/logging
> * Data structure interoperability
> * Features expected from recent rust
Hi Paolo, thanks for your sharing and summary, do you have the plan
about custom allocator (QemuAllocator in rust/qemu-api/src/lib.rs)?
Regards,
Zhao