index
:
qemu/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-11.0
stable-11.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-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
5 days
rustfmt: disable wrap_comments
Paolo Bonzini
5 days
qom/object: add is_available callback to TypeInfo
Pierrick Bouvier
11 days
migration: Add VMS_NO_STATE flag
Fabiano Rosas
11 days
migration: Remove redundant flags
Fabiano Rosas
11 days
migration: Introduce VMStateStructMember
Fabiano Rosas
13 days
rust: hpet: fix clippy needless_range_loop
Paolo Bonzini
2026-08-20
rust: remove bilge crate
Paolo Bonzini
2026-08-20
rust: pl011: switch from bilge to bitfield-struct
Paolo Bonzini
2026-08-20
rust: use meson automatic parsing of Cargo.toml
Paolo Bonzini
2026-08-20
rust: switch to cargo subprojects
Paolo Bonzini
2026-08-20
rust: update Cargo.lock
Paolo Bonzini
2026-08-20
rust/bits: Use checked_ilog2() in Binary::format to avoid panic
Nguyen Dinh Phi
2026-08-20
rust/bits: Align SubAssign behavior with Sub
Nguyen Dinh Phi
2026-06-22
system/memory: move RamDiscardManager to separate compilation unit
Marc-André Lureau
2026-06-17
rust: fix incorrect dependency in Cargo.toml
Paolo Bonzini
2026-05-19
migration: Remove VMS_MULTIPLY_ELEMENTS and VMSTATE_VARRAY_MULTIPLY()
Philippe Mathieu-Daudé
2026-04-25
Merge tag 'hw-misc-20260422' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2026-04-24
qom: Declare compat properties API in 'qom/compat-properties.h'
Philippe Mathieu-Daudé
2026-04-23
migration: make .post_save() a void function
Vladimir Sementsov-Ogievskiy
2026-03-30
hpet: lower HPET_MAX_TIMERS to 24
Paolo Bonzini
2026-03-12
rust: Update Cargo.lock
Philippe Mathieu-Daudé
2026-03-09
hw/timer/hpet: Remove HPETState::hpet_offset_saved field
Philippe Mathieu-Daudé
2026-03-05
util: introduce some API docs for logging APIs
Daniel P. Berrangé
2026-02-27
rust: use checked_div to make clippy happy
John Snow
2026-01-27
rust/hpet: remove stale TODO comment
Mohd Kashif Khan
2026-01-27
rust: move hwcore::sysbus to system crate
Paolo Bonzini
2026-01-27
rust: move binding generation to bindings/
Marc-André Lureau
2026-01-27
rust: move class_init to an extension trait
Paolo Bonzini
2026-01-27
rust: hwcore: add chardev symbols to integration tests
Paolo Bonzini
2026-01-27
rust: trace: libc does not have syslog on windows
Paolo Bonzini
2026-01-13
rust: Update Cargo.lock
Zhao Liu
2025-12-30
rust/system: Stop exposing bogus DEVICE_NATIVE_ENDIAN symbol
Philippe Mathieu-Daudé
2025-12-30
hw/char/pl011: Mark implementation as being little-endian
Philippe Mathieu-Daudé
2025-12-30
hw/timer/hpet: Mark implementation as being little-endian
Philippe Mathieu-Daudé
2025-12-27
rust: skip compilation if there are no system emulators
Paolo Bonzini
2025-12-27
rust: only link the Rust part of the code into devices
Paolo Bonzini
2025-12-27
rust: Do not link qemuutil into Rust rlibs
Martin Kletzander
2025-12-27
tracetool: add Rust DTrace/SystemTap SDT support
Paolo Bonzini
2025-12-27
subprojects: add probe crate
Stefan Hajnoczi
2025-12-27
rust/hpet: change wrap_flag to a bool
Paolo Bonzini
2025-12-27
rust/hpet: Apply Migratable<> wrapper and ToMigrationState
Zhao Liu
2025-12-27
rust: migration: implement ToMigrationState for Timer
Paolo Bonzini
2025-12-27
rust: timer: add bindings to timer_mod_ns and timer_expire_time_ns
Paolo Bonzini
2025-12-27
rust/hpet: move hpet_offset to HPETRegisters
Paolo Bonzini
2025-12-27
rust/hpet: remove BqlRefCell around HPETTimer
Paolo Bonzini
2025-12-27
rust/hpet: move hidden registers to HPETTimerRegisters
Paolo Bonzini
2025-12-27
rust/hpet: Borrow BqlRefCell<HPETRegisters> at top level
Zhao Liu
2025-12-27
rust/hpet: Maintain HPETTimerRegisters in HPETRegisters
Zhao Liu
2025-12-27
rust/hpet: Pass &BqlRefCell<HPETRegisters> as argument during MMIO access
Zhao Liu
2025-12-27
rust/hpet: Explicitly initialize complex fields in init()
Zhao Liu
[next]