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
(
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: meson: remove unnecessary complication in device crates
Paolo Bonzini
2025-09-17
1
-3
/
+0
*
rust: re-export qemu macros from common/qom/hwcore
Marc-André Lureau
2025-09-17
3
-5
/
+3
*
rust/hpet: drop now unneeded qemu_api dep
Marc-André Lureau
2025-09-17
2
-2
/
+0
*
rust: rename qemu_api_macros -> qemu_macros
Marc-André Lureau
2025-09-17
3
-6
/
+6
*
rust: split "hwcore" crate
Marc-André Lureau
2025-09-17
3
-14
/
+14
*
rust: split "system" crate
Marc-André Lureau
2025-09-17
3
-7
/
+7
*
rust: split "qom" crate
Marc-André Lureau
2025-09-17
3
-2
/
+3
*
rust: split "bql" crate
Marc-André Lureau
2025-09-17
4
-4
/
+5
*
rust: split "migration" crate
Marc-André Lureau
2025-09-17
3
-5
/
+8
*
rust: split "util" crate
Marc-André Lureau
2025-09-17
3
-3
/
+5
*
rust: split Rust-only "common" crate
Marc-André Lureau
2025-09-17
4
-3
/
+6
*
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: devices are not staticlibs
Paolo Bonzini
2025-07-22
1
-3
/
+0
*
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
2
-13
/
+10
*
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
2
-1
/
+1
*
rust: Fix Zhao's email address
Zhao Liu
2025-05-26
3
-3
/
+3
*
rust: replace c_str! with c"" literals
Paolo Bonzini
2025-05-06
2
-13
/
+10
*
rust: remove offset_of replacement
Paolo Bonzini
2025-05-06
1
-2
/
+2
*
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
2025-05-06
1
-1
/
+1
*
rust: use MaybeUninit::zeroed() in const context
Paolo Bonzini
2025-05-06
1
-3
/
+3
*
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
2025-05-06
1
-2
/
+1
*
rust: centralize config in workspace root
Stefan Zabka
2025-05-02
1
-3
/
+6
*
rust/hpet: Support migration
Zhao Liu
2025-05-02
1
-1
/
+145
*
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: Kconfig: Factor out whether HPET is Rust or C
Peter Maydell
2025-03-20
1
-1
/
+0
*
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
*
i386: Fix the missing Rust HPET configuration option
Zhao Liu
2025-02-25
1
-0
/
+1
*
i386: enable rust hpet for pc when rust is enabled
Zhao Liu
2025-02-13
1
-0
/
+2
*
rust/timer/hpet: add qom and qdev APIs support
Zhao Liu
2025-02-13
3
-11
/
+273
[next]