index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
hw
/
timer
Age
Commit message (
Expand
)
Author
Files
Lines
12 hours
rust: hpet: fix fw_cfg handling
Paolo Bonzini
1
-2
/
+2
2025-09-22
rust/hpet: Convert qdev properties to #property macro
Zhao Liu
1
-48
/
+7
2025-09-22
rust/hpet: Clean up type mismatch for num_timers property
Zhao Liu
1
-1
/
+1
2025-09-17
rust: meson: remove unnecessary complication in device crates
Paolo Bonzini
1
-3
/
+0
2025-09-17
rust: re-export qemu macros from common/qom/hwcore
Marc-André Lureau
3
-5
/
+3
2025-09-17
rust/hpet: drop now unneeded qemu_api dep
Marc-André Lureau
2
-2
/
+0
2025-09-17
rust: rename qemu_api_macros -> qemu_macros
Marc-André Lureau
3
-6
/
+6
2025-09-17
rust: split "hwcore" crate
Marc-André Lureau
3
-14
/
+14
2025-09-17
rust: split "system" crate
Marc-André Lureau
3
-7
/
+7
2025-09-17
rust: split "qom" crate
Marc-André Lureau
3
-2
/
+3
2025-09-17
rust: split "bql" crate
Marc-André Lureau
4
-4
/
+5
2025-09-17
rust: split "migration" crate
Marc-André Lureau
3
-5
/
+8
2025-09-17
rust: split "util" crate
Marc-André Lureau
3
-3
/
+5
2025-09-17
rust: split Rust-only "common" crate
Marc-André Lureau
4
-3
/
+6
2025-09-17
rust: qdev: const_refs_to_static
Paolo Bonzini
1
-7
/
+2
2025-09-17
rust: vmstate: use const_refs_to_static
Paolo Bonzini
1
-3
/
+5
2025-09-17
rust: vmstate: convert to use builder pattern
Zhao Liu
1
-97
/
+69
2025-09-17
rust: add qdev Device derive macro
Manos Pitsidianakis
1
-1
/
+5
2025-07-22
rust: devices are not staticlibs
Paolo Bonzini
1
-3
/
+0
2025-06-20
rust: hpet: fix new warning
Paolo Bonzini
1
-1
/
+1
2025-06-17
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
1
-10
/
+6
2025-06-17
rust: hpet: fully initialize object during instance_init
Paolo Bonzini
1
-17
/
+25
2025-06-06
rust/hpet: Drop BqlCell wrapper for num_timers
Zhao Liu
1
-16
/
+11
2025-06-06
rust/hpet: return errors from realize if properties are incorrect
Paolo Bonzini
2
-13
/
+10
2025-06-06
rust/hpet: change type of num_timers to usize
Paolo Bonzini
1
-12
/
+12
2025-06-06
rust: qdev: support returning errors from realize
Paolo Bonzini
1
-2
/
+3
2025-05-27
rust: hpet: rename hpet module to "device"
Paolo Bonzini
2
-1
/
+1
2025-05-26
rust: Fix Zhao's email address
Zhao Liu
3
-3
/
+3
2025-05-06
rust: replace c_str! with c"" literals
Paolo Bonzini
2
-13
/
+10
2025-05-06
rust: remove offset_of replacement
Paolo Bonzini
1
-2
/
+2
2025-05-06
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
1
-1
/
+1
2025-05-06
rust: use MaybeUninit::zeroed() in const context
Paolo Bonzini
1
-3
/
+3
2025-05-06
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
1
-2
/
+1
2025-05-02
rust: centralize config in workspace root
Stefan Zabka
1
-3
/
+6
2025-05-02
rust/hpet: Support migration
Zhao Liu
1
-1
/
+145
2025-04-23
rust/hpet: Fix a clippy error
Zhao Liu
1
-1
/
+1
2025-04-23
rust/hpet: convert HPETTimer index to u8 type
Zhao Liu
1
-5
/
+5
2025-04-23
rust/hpet: convert num_timers to u8 type
Zhao Liu
1
-13
/
+18
2025-03-21
rust: hpet: fix decoding of timer registers
Paolo Bonzini
1
-1
/
+1
2025-03-20
qdev, rust/hpet: fix type of HPET "timers" property
Paolo Bonzini
1
-3
/
+3
2025-03-20
rust: Kconfig: Factor out whether HPET is Rust or C
Peter Maydell
1
-1
/
+0
2025-03-06
rust: hpet: decode HPET registers into enums
Paolo Bonzini
1
-97
/
+109
2025-03-06
rust: hpet: do not access fields of SysBusDevice
Paolo Bonzini
1
-3
/
+1
2025-03-06
rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
Paolo Bonzini
1
-2
/
+8
2025-03-06
rust: hpet: embed Timer without the Option and Box indirection
Paolo Bonzini
1
-32
/
+29
2025-02-25
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
1
-2
/
+2
2025-02-25
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
1
-1
/
+2
2025-02-25
rust: add SysBusDeviceImpl
Paolo Bonzini
1
-1
/
+3
2025-02-25
i386: Fix the missing Rust HPET configuration option
Zhao Liu
1
-0
/
+1
2025-02-13
i386: enable rust hpet for pc when rust is enabled
Zhao Liu
1
-0
/
+2
[next]