index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
hw
/
timer
/
hpet
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust/hpet: Fix a clippy error
Zhao Liu
2025-04-23
1
-1
/
+1
*
rust/hpet: convert HPETTimer index to u8 type
Zhao Liu
2025-04-23
1
-5
/
+5
*
rust/hpet: convert num_timers to u8 type
Zhao Liu
2025-04-23
1
-13
/
+18
*
rust: hpet: fix decoding of timer registers
Paolo Bonzini
2025-03-21
1
-1
/
+1
*
qdev, rust/hpet: fix type of HPET "timers" property
Paolo Bonzini
2025-03-20
1
-3
/
+3
*
rust: hpet: decode HPET registers into enums
Paolo Bonzini
2025-03-06
1
-97
/
+109
*
rust: hpet: do not access fields of SysBusDevice
Paolo Bonzini
2025-03-06
1
-3
/
+1
*
rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
Paolo Bonzini
2025-03-06
1
-2
/
+8
*
rust: hpet: embed Timer without the Option and Box indirection
Paolo Bonzini
2025-03-06
1
-32
/
+29
*
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
2025-02-25
1
-2
/
+2
*
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2025-02-25
1
-1
/
+2
*
rust: add SysBusDeviceImpl
Paolo Bonzini
2025-02-25
1
-1
/
+3
*
rust/timer/hpet: add qom and qdev APIs support
Zhao Liu
2025-02-13
3
-11
/
+273
*
rust/timer/hpet: add basic HPET timer and HPETState
Zhao Liu
2025-02-13
2
-0
/
+630
*
rust/timer/hpet: define hpet_fw_cfg
Zhao Liu
2025-02-13
2
-0
/
+81