rust: add PL011 device modelThis commit adds a re-implementation of hw/char/pl011.c in Rust.How to build:1. Configure a QEMU build with: --enable-system --target-list=aarch64-softmmu --enabl
rust: add PL011 device modelThis commit adds a re-implementation of hw/char/pl011.c in Rust.How to build:1. Configure a QEMU build with: --enable-system --target-list=aarch64-softmmu --enable-rust2. Launching a VM with qemu-system-aarch64 should use the Rust version of the pl011 deviceCo-authored-by: Junjie Mao <junjie.mao@intel.com>Co-authored-by: Paolo Bonzini <pbonzini@redhat.com>Signed-off-by: Junjie Mao <junjie.mao@intel.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>Link: https://lore.kernel.org/r/6ec1d4fb8db2a1d7ba94c73e65d9770371b7857d.1727961605.git.manos.pitsidianakis@linaro.orgSigned-off-by: Paolo Bonzini <pbonzini@redhat.com>
show more ...
rust: add bindgen step as a meson dependencyAdd bindings_rs target for generating rust bindings to target-independentqemu C APIs.The bindings need be created before any rust crate that uses them
rust: add bindgen step as a meson dependencyAdd bindings_rs target for generating rust bindings to target-independentqemu C APIs.The bindings need be created before any rust crate that uses them iscompiled.The bindings.rs file will end up in BUILDDIR/bindings.rs and have thesame name as a target: ninja bindings.rsSigned-off-by: Paolo Bonzini <pbonzini@redhat.com>Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>Link: https://lore.kernel.org/r/1be89a27719049b7203eaf2eca8bbb75b33f18d4.1727961605.git.manos.pitsidianakis@linaro.orgSigned-off-by: Paolo Bonzini <pbonzini@redhat.com>