You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust/hw
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>
2 days ago
..
char rust: qdev: support returning errors from realize 2 days ago
timer rust/hpet: Drop BqlCell wrapper for num_timers 2 days ago
Kconfig i386: enable rust hpet for pc when rust is enabled 4 months ago
meson.build rust/timer/hpet: define hpet_fw_cfg 4 months ago