aboutsummaryrefslogtreecommitdiff
path: root/rust/hw/timer
AgeCommit message (Expand)AuthorFilesLines
12 daysrust: devices are not staticlibsPaolo Bonzini1-3/+0
2025-06-20rust: hpet: fix new warningPaolo Bonzini1-1/+1
2025-06-17rust: qom: change instance_init to take a ParentInit<>Paolo Bonzini1-10/+6
2025-06-17rust: hpet: fully initialize object during instance_initPaolo Bonzini1-17/+25
2025-06-06rust/hpet: Drop BqlCell wrapper for num_timersZhao Liu1-16/+11
2025-06-06rust/hpet: return errors from realize if properties are incorrectPaolo Bonzini2-13/+10
2025-06-06rust/hpet: change type of num_timers to usizePaolo Bonzini1-12/+12
2025-06-06rust: qdev: support returning errors from realizePaolo Bonzini1-2/+3
2025-05-27rust: hpet: rename hpet module to "device"Paolo Bonzini2-1/+1
2025-05-26rust: Fix Zhao's email addressZhao Liu3-3/+3
2025-05-06rust: replace c_str! with c"" literalsPaolo Bonzini2-13/+10
2025-05-06rust: remove offset_of replacementPaolo Bonzini1-2/+2
2025-05-06rust: enable clippy::ptr_cast_constnessPaolo Bonzini1-1/+1
2025-05-06rust: use MaybeUninit::zeroed() in const contextPaolo Bonzini1-3/+3
2025-05-06rust: use std::ffi instead of std::os::rawPaolo Bonzini1-2/+1
2025-05-02rust: centralize config in workspace rootStefan Zabka1-3/+6
2025-05-02rust/hpet: Support migrationZhao Liu1-1/+145
2025-04-23rust/hpet: Fix a clippy errorZhao Liu1-1/+1
2025-04-23rust/hpet: convert HPETTimer index to u8 typeZhao Liu1-5/+5
2025-04-23rust/hpet: convert num_timers to u8 typeZhao Liu1-13/+18
2025-03-21rust: hpet: fix decoding of timer registersPaolo Bonzini1-1/+1
2025-03-20qdev, rust/hpet: fix type of HPET "timers" propertyPaolo Bonzini1-3/+3
2025-03-20rust: Kconfig: Factor out whether HPET is Rust or CPeter Maydell1-1/+0
2025-03-06rust: hpet: decode HPET registers into enumsPaolo Bonzini1-97/+109
2025-03-06rust: hpet: do not access fields of SysBusDevicePaolo Bonzini1-3/+1
2025-03-06rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirementsPaolo Bonzini1-2/+8
2025-03-06rust: hpet: embed Timer without the Option and Box indirectionPaolo Bonzini1-32/+29
2025-02-25rust: qom: get rid of ClassInitImplPaolo Bonzini1-2/+2
2025-02-25rust: qom: add ObjectImpl::CLASS_INITPaolo Bonzini1-1/+2
2025-02-25rust: add SysBusDeviceImplPaolo Bonzini1-1/+3
2025-02-25i386: Fix the missing Rust HPET configuration optionZhao Liu1-0/+1
2025-02-13i386: enable rust hpet for pc when rust is enabledZhao Liu1-0/+2
2025-02-13rust/timer/hpet: add qom and qdev APIs supportZhao Liu3-11/+273
2025-02-13rust/timer/hpet: add basic HPET timer and HPETStateZhao Liu2-0/+630
2025-02-13rust/timer/hpet: define hpet_fw_cfgZhao Liu5-0/+118