qemu/rust/hw/timer/hpet/src
Zhao Liu 869b0afa4f rust/hpet: Drop BqlCell wrapper for num_timers
Now that the num_timers field is initialized as a property, someone may
change its default value using qdev_prop_set_uint8(), but the value is
fixed after the Rust code sees it first.  Since there is no need to modify
it after realize(), it is not to be necessary to have a BqlCell wrapper.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250520152750.2542612-4-zhao1.liu@intel.com
[Remove .into() as well. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-06-06 14:32:54 +02:00
..
device.rs rust/hpet: Drop BqlCell wrapper for num_timers 2025-06-06 14:32:54 +02:00
fw_cfg.rs rust/hpet: return errors from realize if properties are incorrect 2025-06-06 14:32:54 +02:00
lib.rs rust: hpet: rename hpet module to "device" 2025-05-27 19:21:18 +02:00