index
:
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
/
qemu-api
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
rust: qemu-api: add sub-subclass to the integration tests
Zhao Liu
1
-3
/
+53
13 days
rust/zeroable: Implement Zeroable with const_zero macro
Zhao Liu
1
-76
/
+61
13 days
rust: qdev: make reset take a shared reference
Paolo Bonzini
1
-1
/
+1
2025-01-23
rust: prefer NonNull::new to assertions
Paolo Bonzini
2
-15
/
+18
2025-01-23
rust: vmstate: make order of parameters consistent in vmstate_clock
Paolo Bonzini
1
-1
/
+1
2025-01-23
rust: vmstate: remove translation of C vmstate macros
Paolo Bonzini
1
-251
/
+23
2025-01-23
rust: qemu_api: add vmstate_struct
Paolo Bonzini
1
-0
/
+33
2025-01-23
rust: vmstate: add public utility macros to implement VMState
Paolo Bonzini
1
-3
/
+58
2025-01-23
rust: vmstate: implement VMState for scalar types
Paolo Bonzini
1
-2
/
+126
2025-01-23
rust: vmstate: implement Zeroable for VMStateField
Paolo Bonzini
2
-15
/
+34
2025-01-23
rust: vmstate: add varray support to vmstate_of!
Paolo Bonzini
1
-2
/
+40
2025-01-23
rust: vmstate: implement VMState for non-leaf types
Paolo Bonzini
1
-1
/
+78
2025-01-23
rust: vmstate: add new type safe implementation
Paolo Bonzini
2
-6
/
+109
2025-01-23
rust/qdev: Make REALIZE safe
Zhao Liu
1
-1
/
+1
2025-01-10
rust: qdev: expose inherited methods to subclasses of SysBusDevice
Paolo Bonzini
3
-10
/
+12
2025-01-10
rust: qom: make INSTANCE_POST_INIT take a shared reference
Paolo Bonzini
1
-6
/
+2
2025-01-10
rust: pl011: only leave embedded object initialization in instance_init
Paolo Bonzini
1
-0
/
+12
2025-01-10
rust: qom: automatically use Drop trait to implement instance_finalize
Paolo Bonzini
1
-2
/
+11
2025-01-10
rust: add a utility module for compile-time type checks
Paolo Bonzini
3
-0
/
+92
2025-01-10
rust: qom: add ParentField
Paolo Bonzini
2
-8
/
+60
2025-01-07
rust: fix --enable-debug-mutex
Paolo Bonzini
1
-1
/
+1
2024-12-19
rust: pl011: fix migration stream
Paolo Bonzini
1
-22
/
+0
2024-12-19
rust: qemu-api: add a module to wrap functions and zero-sized closures
Paolo Bonzini
3
-0
/
+146
2024-12-19
rust: qom: add initial subset of methods on Object
Paolo Bonzini
3
-3
/
+66
2024-12-19
rust: qom: add casting functionality
Paolo Bonzini
5
-9
/
+357
2024-12-19
rust: tests: allow writing more than one test
Paolo Bonzini
1
-40
/
+55
2024-12-19
bql: add a "mock" BQL for Rust unit tests
Paolo Bonzini
2
-4
/
+24
2024-12-19
rust: re-export C types from qemu-api submodules
Paolo Bonzini
5
-17
/
+25
2024-12-19
rust: rename qemu-api modules to follow C code a bit more
Paolo Bonzini
8
-53
/
+88
2024-12-19
rust: qom: add possibility of overriding unparent
Paolo Bonzini
2
-5
/
+45
2024-12-19
rust: qom: put class_init together from multiple ClassInitImpl<>
Paolo Bonzini
4
-63
/
+125
2024-12-19
rust/qemu-api: Use device_class_set_props_n
Richard Henderson
1
-5
/
+6
2024-12-11
rust: qom: change the parent type to an associated type
Paolo Bonzini
2
-10
/
+5
2024-12-11
rust: qom: split ObjectType from ObjectImpl trait
Paolo Bonzini
5
-21
/
+46
2024-12-11
rust: qom: move bridge for TypeInfo functions out of pl011
Paolo Bonzini
1
-4
/
+57
2024-12-10
rust: qdev: move bridge for realize and reset functions out of pl011
Paolo Bonzini
2
-7
/
+31
2024-12-10
rust: qdev: move device_class_init! body to generic function, ClassInitImpl i...
Paolo Bonzini
2
-33
/
+84
2024-12-10
rust: qom: move ClassInitImpl to the instance side
Paolo Bonzini
2
-5
/
+5
2024-12-10
rust: qom: convert type_info! macro to an associated const
Paolo Bonzini
2
-29
/
+22
2024-12-10
rust: qom: rename Class trait to ClassInitImpl
Paolo Bonzini
2
-5
/
+24
2024-12-10
rust: qom: add default definitions for ObjectImpl
Paolo Bonzini
2
-8
/
+4
2024-12-10
rust: add a bit operation module
Paolo Bonzini
4
-0
/
+123
2024-12-10
rust: add bindings for interrupt sources
Paolo Bonzini
4
-0
/
+122
2024-12-10
rust: define prelude
Paolo Bonzini
3
-0
/
+12
2024-12-10
rust: cell: add BQL-enforcing RefCell variant
Paolo Bonzini
3
-11
/
+539
2024-12-10
rust: cell: add BQL-enforcing Cell variant
Paolo Bonzini
3
-0
/
+300
2024-12-10
rust/qemu-api: Fix fragment-specifiers in define_property macro
Junjie Mao
1
-2
/
+2
2024-12-10
rust: fix doc test syntax
Paolo Bonzini
1
-3
/
+3
2024-12-10
rust: build: add "make clippy", "make rustfmt", "make rustdoc"
Paolo Bonzini
2
-6
/
+13
2024-12-10
rust: build: establish a baseline of lints across all crates
Paolo Bonzini
1
-3
/
+3
[next]