qemu/rust/hw/char/pl011
Paolo Bonzini 9b642097d6 rust: pl011: switch to safe chardev operation
Switch bindings::CharBackend with chardev::CharBackend.  This removes
occurrences of "unsafe" due to FFI and switches the wrappers for receive,
can_receive and event callbacks to the common ones implemented by
chardev::CharBackend.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-03-06 12:44:47 +01:00
..
src rust: pl011: switch to safe chardev operation 2025-03-06 12:44:47 +01:00
Cargo.toml rust: include rust_version in Cargo.toml 2025-02-07 00:04:28 +01:00
meson.build rust: add PL011 device model 2024-11-05 14:18:15 +01:00