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
/
char
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust/pl011: merge device_class.rs into device.rs
Manos Pitsidianakis
2025-07-22
3
-111
/
+96
*
rust: devices are not staticlibs
Paolo Bonzini
2025-07-22
1
-3
/
+0
*
rust: pl011: Add missing logging to match C version
Bernhard Beschow
2025-06-20
1
-0
/
+6
*
rust: pl011: Implement logging
Bernhard Beschow
2025-06-20
1
-4
/
+8
*
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
2025-06-17
1
-19
/
+15
*
rust: qdev: support returning errors from realize
Paolo Bonzini
2025-06-06
1
-2
/
+3
*
rust: pl011: use the bits macro
Paolo Bonzini
2025-06-03
4
-44
/
+48
*
rust: make declaration of dependent crates more consistent
Paolo Bonzini
2025-05-28
1
-9
/
+3
*
rust: Fix the typos in doc
Zhao Liu
2025-05-26
1
-2
/
+2
*
rust: pl011: Cut down amount of text quoted from PL011 TRM
Peter Maydell
2025-05-14
1
-210
/
+51
*
rust: pl011: Really use RX FIFO depth
Paolo Bonzini
2025-05-12
1
-6
/
+13
*
rust: pl011: Rename RX FIFO methods
Paolo Bonzini
2025-05-12
1
-4
/
+4
*
rust: replace c_str! with c"" literals
Paolo Bonzini
2025-05-06
2
-10
/
+7
*
rust: remove offset_of replacement
Paolo Bonzini
2025-05-06
1
-2
/
+2
*
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
2025-05-06
1
-1
/
+1
*
rust: centralize config in workspace root
Stefan Zabka
2025-05-02
1
-5
/
+6
*
rust/hw/char/pl011: Extract DR write logic into separate function
Rakesh Jeyasingh
2025-04-23
1
-6
/
+8
*
rust/hw/char/pl011: Extract extract DR read logic into separate function
Rakesh Jeyasingh
2025-04-23
1
-19
/
+20
*
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
Zhao Liu
2025-03-21
1
-2
/
+6
*
rust: pl011: Check size of state struct at compile time
Peter Maydell
2025-03-21
1
-1
/
+8
*
rust: pl011: Allow NULL chardev argument to pl011_create()
Peter Maydell
2025-03-09
1
-2
/
+4
*
rust: hpet: decode HPET registers into enums
Paolo Bonzini
2025-03-06
1
-2
/
+0
*
rust: pl011: pass around registers::Data
Paolo Bonzini
2025-03-06
1
-7
/
+8
*
rust: pl011: switch to safe chardev operation
Paolo Bonzini
2025-03-06
1
-94
/
+25
*
rust: pl011: clean up visibilities of callbacks
Paolo Bonzini
2025-03-06
1
-5
/
+5
*
rust: pl011: move register definitions out of lib.rs
Paolo Bonzini
2025-03-06
3
-510
/
+512
*
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
2025-02-25
1
-3
/
+3
*
rust: pl011, qemu_api tests: do not use ClassInitImpl
Paolo Bonzini
2025-02-25
1
-19
/
+19
*
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2025-02-25
1
-0
/
+3
*
rust: add SysBusDeviceImpl
Paolo Bonzini
2025-02-25
1
-1
/
+4
*
rust: prefer importing std::ptr over core::ptr
Zhao Liu
2025-02-25
2
-3
/
+5
*
rust: pl011: convert pl011_create to safe Rust
Paolo Bonzini
2025-02-13
1
-21
/
+20
*
rust: chardev, qdev: add bindings to qdev_prop_set_chr
Paolo Bonzini
2025-02-13
1
-1
/
+2
*
rust: bindings for MemoryRegionOps
Paolo Bonzini
2025-02-13
3
-58
/
+28
*
rust: qdev: switch from legacy reset to Resettable
Paolo Bonzini
2025-02-13
1
-3
/
+7
*
rust: qdev: add clock creation
Paolo Bonzini
2025-02-13
1
-26
/
+17
*
rust: qom: add object creation functionality
Paolo Bonzini
2025-02-13
1
-10
/
+13
*
rust: pl011: use default set of lints
Paolo Bonzini
2025-02-07
1
-9
/
+0
*
rust: include rust_version in Cargo.toml
Paolo Bonzini
2025-02-07
2
-1
/
+1
*
rust: remove unnecessary Cargo.toml metadata
Paolo Bonzini
2025-02-07
3
-42
/
+6
*
rust: qdev: make reset take a shared reference
Paolo Bonzini
2025-01-28
1
-2
/
+2
*
rust: pl011: drop use of ControlFlow
Paolo Bonzini
2025-01-28
1
-21
/
+18
*
rust: pl011: pull device-specific code out of MemoryRegionOps callbacks
Paolo Bonzini
2025-01-28
2
-26
/
+15
*
rust: pl011: remove duplicate definitions
Paolo Bonzini
2025-01-28
2
-49
/
+29
*
rust: pl011: wrap registers with BqlRefCell
Paolo Bonzini
2025-01-28
2
-22
/
+32
*
rust: pl011: extract PL011Registers
Paolo Bonzini
2025-01-27
2
-127
/
+166
*
rust: pl011: pull interrupt updates out of read/write ops
Paolo Bonzini
2025-01-27
1
-36
/
+48
*
rust: pl011: extract CharBackend receive logic into a separate function
Paolo Bonzini
2025-01-27
1
-6
/
+9
*
rust: pl011: extract conversion to RegisterOffset
Paolo Bonzini
2025-01-27
2
-60
/
+79
*
rust: pl011: hide unnecessarily "pub" items from outside pl011::device
Paolo Bonzini
2025-01-23
3
-7
/
+10
[next]