RustInQemu: Difference between revisions

From QEMU
No edit summary
(Add pflash devices to Possible project targets)
(One intermediate revision by the same user not shown)
Line 4: Line 4:


* <code>Subject: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust</code><br /><code>Date: Mon, 27 May 2024 16:14:15 +0800</code><br />https://lore.kernel.org/qemu-devel/20240527081421.2258624-1-zhao1.liu@intel.com/
* <code>Subject: [RFC 0/6] scripts: Rewrite simpletrace printer in Rust</code><br /><code>Date: Mon, 27 May 2024 16:14:15 +0800</code><br />https://lore.kernel.org/qemu-devel/20240527081421.2258624-1-zhao1.liu@intel.com/
* ARM PL011 UART device model in Rust<br /><code>Date: Fri, 7 Jun 2024 09:59:15 +0300</code><br />https://gitlab.com/epilys/rust-for-qemu
* ARM PL011 UART device model in Rust<br /><code>Subject: [RFC PATCH v1 0/6] Implement ARM PL011 in Rust</code><br /><code>Date: Mon, 10 Jun 2024 21:22:35 +0300</code><br />https://lore.kernel.org/qemu-devel/cover.rust-pl011-rfc-v1.git.manos.pitsidianakis@linaro.org/<br />https://gitlab.com/epilys/rust-for-qemu
** Meson integration
** Meson integration
** Bindings generation
** Bindings generation
Line 13: Line 13:


== Possible project targets ==
== Possible project targets ==
=== Miscellanea  ===


- <code>qemu-bridge-helper.c</code> Re-write SUID C executable with useful features.
- <code>qemu-bridge-helper.c</code> Re-write SUID C executable with useful features.


=== Devices  ===


- <code>hw/block/pflash_cfi01.c</code>, <code>hw/block/pflash_cfi02.c</code> ([[User:Manos|Manos]])


[[Category:RustInQemu]]
[[Category:RustInQemu]]

Revision as of 06:22, 11 June 2024

For the old RustInQemu page, see RustInQemu/2022

Active efforts in 2024

Past efforts

Possible project targets

Miscellanea

- qemu-bridge-helper.c Re-write SUID C executable with useful features.

Devices

- hw/block/pflash_cfi01.c, hw/block/pflash_cfi02.c (Manos)