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
/
device.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust/hpet: Convert qdev properties to #property macro
Zhao Liu
2025-09-22
1
-48
/
+7
*
rust/hpet: Clean up type mismatch for num_timers property
Zhao Liu
2025-09-22
1
-1
/
+1
*
rust: re-export qemu macros from common/qom/hwcore
Marc-André Lureau
2025-09-17
1
-3
/
+3
*
rust: rename qemu_api_macros -> qemu_macros
Marc-André Lureau
2025-09-17
1
-3
/
+3
*
rust: split "hwcore" crate
Marc-André Lureau
2025-09-17
1
-14
/
+12
*
rust: split "system" crate
Marc-André Lureau
2025-09-17
1
-7
/
+5
*
rust: split "qom" crate
Marc-André Lureau
2025-09-17
1
-2
/
+1
*
rust: split "bql" crate
Marc-André Lureau
2025-09-17
1
-1
/
+1
*
rust: split "migration" crate
Marc-André Lureau
2025-09-17
1
-5
/
+6
*
rust: split "util" crate
Marc-André Lureau
2025-09-17
1
-3
/
+3
*
rust: split Rust-only "common" crate
Marc-André Lureau
2025-09-17
1
-1
/
+1
*
rust: qdev: const_refs_to_static
Paolo Bonzini
2025-09-17
1
-7
/
+2
*
rust: vmstate: use const_refs_to_static
Paolo Bonzini
2025-09-17
1
-3
/
+5
*
rust: vmstate: convert to use builder pattern
Zhao Liu
2025-09-17
1
-97
/
+69
*
rust: add qdev Device derive macro
Manos Pitsidianakis
2025-09-17
1
-1
/
+5
*
rust: hpet: fix new warning
Paolo Bonzini
2025-06-20
1
-1
/
+1
*
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
2025-06-17
1
-10
/
+6
*
rust: hpet: fully initialize object during instance_init
Paolo Bonzini
2025-06-17
1
-17
/
+25
*
rust/hpet: Drop BqlCell wrapper for num_timers
Zhao Liu
2025-06-06
1
-16
/
+11
*
rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
2025-06-06
1
-9
/
+7
*
rust/hpet: change type of num_timers to usize
Paolo Bonzini
2025-06-06
1
-12
/
+12
*
rust: qdev: support returning errors from realize
Paolo Bonzini
2025-06-06
1
-2
/
+3
*
rust: hpet: rename hpet module to "device"
Paolo Bonzini
2025-05-27
1
-0
/
+1052