On Wed, Aug 28, 2024 at 6:12 AM Manos Pitsidianakis
wrote:
> - Addressed v8 review comment: removed rustfmt.toml symlink (Junjie Mao)
> - Addressed v8 review comment: removed unused cstr files (Junjie Mao)
> - Addressed v8 review comment: added HAVE_GLIB_WITH_ALIGNED_ALLOC config
> host def to c
Manos Pitsidianakis writes:
> Hello everyone,
>
> This series adds:
>
> - build system support for the Rust compiler
> - a small Rust library, qemu-api, which includes bindings to QEMU's C
> interface generated with bindgen, and qemu-api-macros, a procedural
> macro library.
> - a proof of co
Hello everyone,
This series adds:
- build system support for the Rust compiler
- a small Rust library, qemu-api, which includes bindings to QEMU's C
interface generated with bindgen, and qemu-api-macros, a procedural
macro library.
- a proof of concept ARM PL011 device implementation in Rust,