index
:
rocket-tools/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-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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
11 days
rust: pl011: Allow NULL chardev argument to pl011_create()
Peter Maydell
1
-2
/
+4
2025-03-06
rust: hpet: decode HPET registers into enums
Paolo Bonzini
2
-99
/
+109
2025-03-06
rust: pl011: pass around registers::Data
Paolo Bonzini
1
-7
/
+8
2025-03-06
rust: pl011: switch to safe chardev operation
Paolo Bonzini
1
-94
/
+25
2025-03-06
rust: pl011: clean up visibilities of callbacks
Paolo Bonzini
1
-5
/
+5
2025-03-06
rust: pl011: move register definitions out of lib.rs
Paolo Bonzini
3
-510
/
+512
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
2
-5
/
+5
2025-02-25
rust: pl011, qemu_api tests: do not use ClassInitImpl
Paolo Bonzini
1
-19
/
+19
2025-02-25
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2
-1
/
+5
2025-02-25
rust: add SysBusDeviceImpl
Paolo Bonzini
2
-2
/
+7
2025-02-25
rust: prefer importing std::ptr over core::ptr
Zhao Liu
2
-3
/
+5
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
2
-0
/
+3
2025-02-13
rust/timer/hpet: add qom and qdev APIs support
Zhao Liu
3
-11
/
+273
2025-02-13
rust/timer/hpet: add basic HPET timer and HPETState
Zhao Liu
2
-0
/
+630
2025-02-13
rust/timer/hpet: define hpet_fw_cfg
Zhao Liu
6
-0
/
+119
2025-02-13
rust: pl011: convert pl011_create to safe Rust
Paolo Bonzini
1
-21
/
+20
2025-02-13
rust: chardev, qdev: add bindings to qdev_prop_set_chr
Paolo Bonzini
1
-1
/
+2
2025-02-13
rust: bindings for MemoryRegionOps
Paolo Bonzini
3
-58
/
+28
2025-02-13
rust: qdev: switch from legacy reset to Resettable
Paolo Bonzini
1
-3
/
+7
2025-02-13
rust: qdev: add clock creation
Paolo Bonzini
1
-26
/
+17
2025-02-13
rust: qom: add object creation functionality
Paolo Bonzini
1
-10
/
+13
2025-02-07
rust: pl011: use default set of lints
Paolo Bonzini
1
-9
/
+0
2025-02-07
rust: include rust_version in Cargo.toml
Paolo Bonzini
2
-1
/
+1
2025-02-07
rust: remove unnecessary Cargo.toml metadata
Paolo Bonzini
3
-42
/
+6
2025-01-28
rust: qdev: make reset take a shared reference
Paolo Bonzini
1
-2
/
+2
2025-01-28
rust: pl011: drop use of ControlFlow
Paolo Bonzini
1
-21
/
+18
2025-01-28
rust: pl011: pull device-specific code out of MemoryRegionOps callbacks
Paolo Bonzini
2
-26
/
+15
2025-01-28
rust: pl011: remove duplicate definitions
Paolo Bonzini
2
-49
/
+29
2025-01-28
rust: pl011: wrap registers with BqlRefCell
Paolo Bonzini
2
-22
/
+32
2025-01-27
rust: pl011: extract PL011Registers
Paolo Bonzini
2
-127
/
+166
2025-01-27
rust: pl011: pull interrupt updates out of read/write ops
Paolo Bonzini
1
-36
/
+48
2025-01-27
rust: pl011: extract CharBackend receive logic into a separate function
Paolo Bonzini
1
-6
/
+9
2025-01-27
rust: pl011: extract conversion to RegisterOffset
Paolo Bonzini
2
-60
/
+79
2025-01-23
rust: pl011: hide unnecessarily "pub" items from outside pl011::device
Paolo Bonzini
3
-7
/
+10
2025-01-23
rust: pl011: remove unnecessary "extern crate"
Paolo Bonzini
1
-4
/
+0
2025-01-23
rust: prefer NonNull::new to assertions
Paolo Bonzini
3
-32
/
+17
2025-01-23
rust: vmstate: make order of parameters consistent in vmstate_clock
Paolo Bonzini
1
-1
/
+1
2025-01-23
rust: pl011: switch vmstate to new-style macros
Paolo Bonzini
3
-19
/
+26
2025-01-23
rust/pl011: Avoid bindings::*
Zhao Liu
1
-3
/
+10
2025-01-23
rust/qdev: Make REALIZE safe
Zhao Liu
1
-5
/
+5
2025-01-22
rust: pl011: fix repr(C) for PL011Class
Paolo Bonzini
1
-0
/
+1
2025-01-10
rust: qdev: expose inherited methods to subclasses of SysBusDevice
Paolo Bonzini
1
-4
/
+2
2025-01-10
rust: qemu-api-macros: add automatic TryFrom/TryInto derivation
Paolo Bonzini
1
-27
/
+1
2025-01-10
rust: qom: make INSTANCE_POST_INIT take a shared reference
Paolo Bonzini
1
-2
/
+2
2025-01-10
rust: pl011: only leave embedded object initialization in instance_init
Paolo Bonzini
1
-8
/
+10
2025-01-10
rust: qom: move device_id to PL011 class side
Paolo Bonzini
1
-31
/
+28
[next]