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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rust: fix --enable-debug-mutex
Paolo Bonzini
2025-01-07
1
-1
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-1
/
+1
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
*
|
rust: pl011: simplify handling of the FIFO enabled bit in LCR
Paolo Bonzini
2024-12-19
2
-10
/
+2
*
|
rust: pl011: fix migration stream
Paolo Bonzini
2024-12-19
3
-33
/
+37
*
|
rust: pl011: extend registers to 32 bits
Paolo Bonzini
2024-12-19
2
-33
/
+26
*
|
rust: pl011: fix break errors and definition of Data struct
Paolo Bonzini
2024-12-19
2
-20
/
+36
*
|
rust: pl011: always use reset() method on registers
Paolo Bonzini
2024-12-19
2
-15
/
+21
*
|
rust: pl011: match break logic of C version
Paolo Bonzini
2024-12-19
1
-2
/
+1
*
|
rust: pl011: fix declaration of LineControl bits
Paolo Bonzini
2024-12-19
1
-41
/
+41
*
|
rust: qemu-api: add a module to wrap functions and zero-sized closures
Paolo Bonzini
2024-12-19
3
-0
/
+146
*
|
rust: qom: add initial subset of methods on Object
Paolo Bonzini
2024-12-19
3
-3
/
+66
*
|
rust: qom: add casting functionality
Paolo Bonzini
2024-12-19
7
-13
/
+366
*
|
rust: tests: allow writing more than one test
Paolo Bonzini
2024-12-19
1
-40
/
+55
*
|
bql: add a "mock" BQL for Rust unit tests
Paolo Bonzini
2024-12-19
2
-4
/
+24
*
|
rust: re-export C types from qemu-api submodules
Paolo Bonzini
2024-12-19
5
-17
/
+25
*
|
rust: rename qemu-api modules to follow C code a bit more
Paolo Bonzini
2024-12-19
10
-56
/
+91
*
|
rust: qom: add possibility of overriding unparent
Paolo Bonzini
2024-12-19
2
-5
/
+45
*
|
rust: qom: put class_init together from multiple ClassInitImpl<>
Paolo Bonzini
2024-12-19
5
-80
/
+127
*
|
rust/qemu-api: Use device_class_set_props_n
Richard Henderson
2024-12-19
1
-5
/
+6
|
/
*
rust: qom: change the parent type to an associated type
Paolo Bonzini
2024-12-11
3
-12
/
+9
*
rust: qom: split ObjectType from ObjectImpl trait
Paolo Bonzini
2024-12-11
6
-26
/
+58
*
rust: qom: move bridge for TypeInfo functions out of pl011
Paolo Bonzini
2024-12-11
2
-32
/
+69
*
rust: qdev: move bridge for realize and reset functions out of pl011
Paolo Bonzini
2024-12-10
4
-36
/
+33
*
rust: qdev: move device_class_init! body to generic function, ClassInitImpl i...
Paolo Bonzini
2024-12-10
4
-56
/
+103
*
rust: qom: move ClassInitImpl to the instance side
Paolo Bonzini
2024-12-10
3
-7
/
+7
*
rust: qom: convert type_info! macro to an associated const
Paolo Bonzini
2024-12-10
3
-33
/
+24
*
rust: qom: rename Class trait to ClassInitImpl
Paolo Bonzini
2024-12-10
3
-7
/
+26
*
rust: qom: add default definitions for ObjectImpl
Paolo Bonzini
2024-12-10
3
-14
/
+4
*
rust: add a bit operation module
Paolo Bonzini
2024-12-10
4
-0
/
+123
*
rust: add bindings for interrupt sources
Paolo Bonzini
2024-12-10
5
-10
/
+134
*
rust: define prelude
Paolo Bonzini
2024-12-10
3
-0
/
+12
*
rust: cell: add BQL-enforcing RefCell variant
Paolo Bonzini
2024-12-10
3
-11
/
+539
*
rust: cell: add BQL-enforcing Cell variant
Paolo Bonzini
2024-12-10
3
-0
/
+300
*
rust/qemu-api: Fix fragment-specifiers in define_property macro
Junjie Mao
2024-12-10
1
-2
/
+2
*
rust: fix doc test syntax
Paolo Bonzini
2024-12-10
1
-3
/
+3
*
rust: build: add "make clippy", "make rustfmt", "make rustdoc"
Paolo Bonzini
2024-12-10
3
-6
/
+35
*
rust: build: establish a baseline of lints across all crates
Paolo Bonzini
2024-12-10
3
-19
/
+74
*
rust: fix a couple style issues from clippy
Paolo Bonzini
2024-12-10
3
-5
/
+9
*
rust: build: move strict lints handling to rustc_args.py
Paolo Bonzini
2024-12-10
1
-0
/
+6
*
rust: cargo: store desired warning levels in workspace Cargo.toml
Paolo Bonzini
2024-12-10
5
-4
/
+17
*
rust: build: generate lint flags from Cargo.toml
Paolo Bonzini
2024-12-10
1
-2
/
+2
*
rust: build: restrict --cfg generation to only required symbols
Paolo Bonzini
2024-12-10
1
-1
/
+1
*
rust: build: move rustc_args.py invocation to qemu-api crate
Paolo Bonzini
2024-12-10
1
-1
/
+4
*
rust: allow using build-root bindings.rs from cargo
Paolo Bonzini
2024-12-10
7
-34
/
+60
*
rust: apply --cfg MESON to all crates
Paolo Bonzini
2024-12-10
1
-1
/
+1
*
rust/pl011: Fix range checks for device ID accesses
Junjie Mao
2024-11-25
1
-1
/
+1
*
rust: qemu-api-macros: always process subprojects before dependencies
Paolo Bonzini
2024-11-09
1
-0
/
+4
*
rust: do not use --generate-cstr
Paolo Bonzini
2024-11-05
3
-2
/
+13
*
rust: do not use MaybeUninit::zeroed()
Paolo Bonzini
2024-11-05
1
-14
/
+77
[prev]
[next]