qemu/rust/hw/timer
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
..
hpet rust: hpet: decode HPET registers into enums 2025-03-06 12:44:47 +01:00
Kconfig i386: Fix the missing Rust HPET configuration option 2025-02-25 10:49:23 +01:00
meson.build rust/timer/hpet: define hpet_fw_cfg 2025-02-13 12:51:34 +01:00