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
/
pl011
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: qom: change the parent type to an associated type
Paolo Bonzini
2024-12-11
1
-2
/
+4
*
rust: qom: split ObjectType from ObjectImpl trait
Paolo Bonzini
2024-12-11
1
-5
/
+12
*
rust: qom: move bridge for TypeInfo functions out of pl011
Paolo Bonzini
2024-12-11
1
-28
/
+12
*
rust: qdev: move bridge for realize and reset functions out of pl011
Paolo Bonzini
2024-12-10
2
-29
/
+2
*
rust: qdev: move device_class_init! body to generic function, ClassInitImpl i...
Paolo Bonzini
2024-12-10
2
-23
/
+19
*
rust: qom: move ClassInitImpl to the instance side
Paolo Bonzini
2024-12-10
1
-2
/
+2
*
rust: qom: convert type_info! macro to an associated const
Paolo Bonzini
2024-12-10
1
-4
/
+2
*
rust: qom: rename Class trait to ClassInitImpl
Paolo Bonzini
2024-12-10
1
-2
/
+2
*
rust: qom: add default definitions for ObjectImpl
Paolo Bonzini
2024-12-10
1
-6
/
+0
*
rust: add bindings for interrupt sources
Paolo Bonzini
2024-12-10
1
-10
/
+12
*
rust: build: establish a baseline of lints across all crates
Paolo Bonzini
2024-12-10
1
-16
/
+3
*
rust: fix a couple style issues from clippy
Paolo Bonzini
2024-12-10
2
-4
/
+8
*
rust/pl011: Fix range checks for device ID accesses
Junjie Mao
2024-11-25
1
-1
/
+1
*
rust: do not use --generate-cstr
Paolo Bonzini
2024-11-05
1
-0
/
+1
*
rust: introduce alternative implementation of offset_of!
Junjie Mao
2024-11-05
1
-1
/
+1
*
rust: introduce a c_str macro
Paolo Bonzini
2024-11-05
3
-14
/
+15
*
rust: use std::os::raw instead of core::ffi
Paolo Bonzini
2024-11-05
3
-35
/
+18
*
rust/pl011: Use correct masks for IBRD and FBRD
Manos Pitsidianakis
2024-11-05
1
-2
/
+2
*
rust/pl011: remove commented out C code
Manos Pitsidianakis
2024-11-05
1
-16
/
+0
*
rust/pl011: add TYPE_PL011_LUMINARY device
Manos Pitsidianakis
2024-11-05
2
-3
/
+75
*
rust/pl011: move CLK_NAME static to function scope
Manos Pitsidianakis
2024-11-05
1
-4
/
+3
*
rust/pl011: add support for migration
Manos Pitsidianakis
2024-11-05
3
-6
/
+95
*
rust/pl011: fix default value for migrate-clock
Paolo Bonzini
2024-11-05
1
-1
/
+2
*
rust: do not use TYPE_CHARDEV unnecessarily
Paolo Bonzini
2024-11-05
1
-1
/
+1
*
rust: provide safe wrapper for MaybeUninit::zeroed()
Paolo Bonzini
2024-11-05
2
-6
/
+6
*
rust: remove uses of #[no_mangle]
Paolo Bonzini
2024-11-05
3
-8
/
+0
*
rust: add PL011 device model
Manos Pitsidianakis
2024-11-05
4
-0
/
+1314
*
Revert "rust: add PL011 device model"
Manos Pitsidianakis
2024-11-05
4
-1314
/
+0
*
rust: add PL011 device model
Paolo Bonzini
2024-10-11
4
-0
/
+1314