Home
last modified time | relevance | path

Searched hist:"9 b642097d6b793c161c3d1c540dd19a66e02100f" (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs9b642097d6b793c161c3d1c540dd19a66e02100f Tue Feb 11 12:33:29 UTC 2025 Paolo Bonzini <pbonzini@redhat.com> 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>