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-10.2
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-10.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-27
rust/hpet: remove stale TODO comment
Mohd Kashif Khan
1
-1
/
+0
2026-01-27
rust: move hwcore::sysbus to system crate
Paolo Bonzini
7
-140
/
+7
2026-01-27
rust: move binding generation to bindings/
Marc-André Lureau
11
-168
/
+28
2026-01-27
rust: move class_init to an extension trait
Paolo Bonzini
3
-13
/
+25
2026-01-27
rust: hwcore: add chardev symbols to integration tests
Paolo Bonzini
1
-1
/
+1
2025-12-30
hw/char/pl011: Mark implementation as being little-endian
Philippe Mathieu-Daudé
1
-1
/
+1
2025-12-30
hw/timer/hpet: Mark implementation as being little-endian
Philippe Mathieu-Daudé
1
-1
/
+1
2025-12-27
rust: only link the Rust part of the code into devices
Paolo Bonzini
2
-17
/
+19
2025-12-27
rust/hpet: change wrap_flag to a bool
Paolo Bonzini
1
-10
/
+8
2025-12-27
rust/hpet: Apply Migratable<> wrapper and ToMigrationState
Zhao Liu
1
-37
/
+102
2025-12-27
rust: migration: implement ToMigrationState for Timer
Paolo Bonzini
1
-1
/
+0
2025-12-27
rust/hpet: move hpet_offset to HPETRegisters
Paolo Bonzini
1
-29
/
+40
2025-12-27
rust/hpet: remove BqlRefCell around HPETTimer
Paolo Bonzini
1
-28
/
+27
2025-12-27
rust/hpet: move hidden registers to HPETTimerRegisters
Paolo Bonzini
1
-80
/
+71
2025-12-27
rust/hpet: Borrow BqlRefCell<HPETRegisters> at top level
Zhao Liu
1
-110
/
+80
2025-12-27
rust/hpet: Maintain HPETTimerRegisters in HPETRegisters
Zhao Liu
1
-67
/
+96
2025-12-27
rust/hpet: Pass &BqlRefCell<HPETRegisters> as argument during MMIO access
Zhao Liu
1
-64
/
+97
2025-12-27
rust/hpet: Explicitly initialize complex fields in init()
Zhao Liu
1
-0
/
+12
2025-12-27
rust/hpet: Borrow HPETState.regs once in HPETState::post_load()
Zhao Liu
1
-2
/
+4
2025-12-27
rust/hpet: Make global register accessors as methods of HPETRegisters
Zhao Liu
1
-26
/
+34
2025-12-27
rust/hpet: Abstract HPETRegisters struct
Zhao Liu
1
-44
/
+68
2025-12-27
rust/hpet: Make timer register accessors as methods of HPETTimerRegisters
Zhao Liu
1
-53
/
+55
2025-12-27
rust/hpet: Abstract HPETTimerRegisters struct
Zhao Liu
1
-41
/
+60
2025-12-27
rust/hpet: Rename decoded "reg" enumeration to "target"
Zhao Liu
1
-17
/
+16
2025-12-27
rust/hpet: Rename HPETRegister to DecodedRegister
Zhao Liu
1
-11
/
+11
2025-12-27
rust/hpet: Reduce unnecessary mutable self argument
Zhao Liu
1
-5
/
+5
2025-12-27
rust/hpet: add trace events
Stefan Hajnoczi
3
-19
/
+27
2025-12-27
qom: add more to the prelude
Paolo Bonzini
5
-5
/
+5
2025-12-27
system: add prelude
Paolo Bonzini
2
-3
/
+4
2025-12-27
bql: add prelude
Paolo Bonzini
3
-3
/
+3
2025-12-27
chardev: add prelude
Paolo Bonzini
1
-1
/
+1
2025-12-27
migration: add prelude
Paolo Bonzini
3
-9
/
+3
2025-12-27
hwcore: add prelude
Paolo Bonzini
6
-9
/
+23
2025-12-27
common: add prelude
Paolo Bonzini
2
-2
/
+2
2025-12-27
util: add prelude
Paolo Bonzini
3
-6
/
+3
2025-12-27
rust: hide panicking default associated constants from rustdoc
Paolo Bonzini
1
-0
/
+1
2025-12-27
rust: do not copy the SysBusDevice
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: reorganize memory API headers
Paolo Bonzini
2
-3
/
+3
2025-12-27
include: move hw/sysbus.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/qdev-properties-system.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/qdev-properties.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/qdev-clock.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/irq.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/clock.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-11-04
rust: pull error_fatal out of SysbusDeviceMethods::sysbus_realize
Paolo Bonzini
2
-9
/
+8
2025-11-04
rust/util: add ensure macro
Paolo Bonzini
2
-13
/
+15
2025-10-28
rust/qemu-macros: Convert bit value to u8 within #[property]
Zhao Liu
1
-1
/
+1
2025-10-28
char: rename CharBackend->CharFrontend
Marc-André Lureau
2
-7
/
+7
2025-10-28
rust: remove useless glib_sys bindings
Martin Kletzander
2
-4
/
+2
2025-10-14
rust: hpet: fix fw_cfg handling
Paolo Bonzini
1
-2
/
+2
[next]