Re: [RFC PATCH v4 4/7] rust: add PL011 device model

2024-07-08 Thread Paolo Bonzini
On Thu, Jul 4, 2024 at 2:16 PM Manos Pitsidianakis wrote: > +ARM PL011 Rust device > +M: Manos Pitsidianakis > +S: Maintained > +F: rust/pl011/ No need for this, since it's covered by rust/. If (when) it replaces the main one, the PL011-specific stanza will be assigned to ARM maintainers (while

[RFC PATCH v4 4/7] rust: add PL011 device model

2024-07-04 Thread Manos Pitsidianakis
This commit adds a re-implementation of hw/char/pl011.c in Rust. How to build: 1. Make sure rust, cargo and bindgen (cargo install bindgen-cli) are installed 2. Configure a QEMU build with: --enable-system --target-list=aarch64-softmmu --enable-with-rust 3. Launching a VM with