qemu/rust/hw/char/pl011
Paolo Bonzini 519088b7cf rust: hpet: decode HPET registers into enums
Generalize timer_and_addr() to decode all registers into a single enum
HPETRegister, and use the TryInto derive to separate valid and
invalid values.

The main advantage lies in checking that all registers are enumerated
in the "match" statements.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-03-06 12:44:47 +01:00
..
src rust: hpet: decode HPET registers into enums 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