On Fri, Dec 20, 2024 at 03:29:42PM +0100, Paolo Bonzini wrote:
> Date: Fri, 20 Dec 2024 15:29:42 +0100
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH 00/12] Next round of qemu_api patches
> X-Mailer: git-send-email 2.47.1
>
> This includes:
>
> 1) the outcome of reviewing
> https://lore.kernel.org/qemu-devel/20241209123717.99077-1-pbonzini@redhat.com/T/,
> especially with respect to instance_finalize implementation and
> Rust-defined subclasses (patches 1-6)
>
> 2) the beginnings of separating instance_init/instance_post_init, making
> the latter take &self (patches 7-9)
>
> 3) extracting pl011's logic to convert an integer into an enum into a
> #[derive(TryInto)] procedural macro (patches 10-11)
>
> 4) a one-off change that I noticed while reading Cargo documentation
> (patch 12)
This series is the v2 of https://lore.kernel.org/qemu-devel/20241219121216.416905-1-pbonzini@redhat.com/
I will go through this series this week. :)
> Zhao: I have placed these in rust-next, but feel free to ignore them for
> your next HPET submission. I have also included in my tree your test
> additions for usage in CI, but I'm not including them here to give you
> the opportunity to post them with a commit message and a signed-off-by.
> If you don't have time, it's in safe hands. :)
If possible, I would really appreciate it if you could add it to your
series :-) It seems fragmented if I send it separately.
Thanks,
Zhao