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
/
qemu-api
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: restrict missing_const_for_fn to qemu_api crate
Paolo Bonzini
2025-02-10
1
-0
/
+1
*
rust: include rust_version in Cargo.toml
Paolo Bonzini
2025-02-07
1
-0
/
+1
*
rust: qemu-api: add sub-subclass to the integration tests
Zhao Liu
2025-01-28
1
-3
/
+53
*
rust/zeroable: Implement Zeroable with const_zero macro
Zhao Liu
2025-01-28
1
-76
/
+61
*
rust: qdev: make reset take a shared reference
Paolo Bonzini
2025-01-28
1
-1
/
+1
*
rust: prefer NonNull::new to assertions
Paolo Bonzini
2025-01-23
2
-15
/
+18
*
rust: vmstate: make order of parameters consistent in vmstate_clock
Paolo Bonzini
2025-01-23
1
-1
/
+1
*
rust: vmstate: remove translation of C vmstate macros
Paolo Bonzini
2025-01-23
1
-251
/
+23
*
rust: qemu_api: add vmstate_struct
Paolo Bonzini
2025-01-23
1
-0
/
+33
*
rust: vmstate: add public utility macros to implement VMState
Paolo Bonzini
2025-01-23
1
-3
/
+58
*
rust: vmstate: implement VMState for scalar types
Paolo Bonzini
2025-01-23
1
-2
/
+126
*
rust: vmstate: implement Zeroable for VMStateField
Paolo Bonzini
2025-01-23
2
-15
/
+34
*
rust: vmstate: add varray support to vmstate_of!
Paolo Bonzini
2025-01-23
1
-2
/
+40
*
rust: vmstate: implement VMState for non-leaf types
Paolo Bonzini
2025-01-23
1
-1
/
+78
*
rust: vmstate: add new type safe implementation
Paolo Bonzini
2025-01-23
2
-6
/
+109
*
rust/qdev: Make REALIZE safe
Zhao Liu
2025-01-23
1
-1
/
+1
*
rust: qdev: expose inherited methods to subclasses of SysBusDevice
Paolo Bonzini
2025-01-10
3
-10
/
+12
*
rust: qom: make INSTANCE_POST_INIT take a shared reference
Paolo Bonzini
2025-01-10
1
-6
/
+2
*
rust: pl011: only leave embedded object initialization in instance_init
Paolo Bonzini
2025-01-10
1
-0
/
+12
*
rust: qom: automatically use Drop trait to implement instance_finalize
Paolo Bonzini
2025-01-10
1
-2
/
+11
*
rust: add a utility module for compile-time type checks
Paolo Bonzini
2025-01-10
3
-0
/
+92
*
rust: qom: add ParentField
Paolo Bonzini
2025-01-10
2
-8
/
+60
*
rust: fix --enable-debug-mutex
Paolo Bonzini
2025-01-07
1
-1
/
+1
*
rust: pl011: fix migration stream
Paolo Bonzini
2024-12-19
1
-22
/
+0
*
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
5
-9
/
+357
*
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
8
-53
/
+88
*
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
4
-63
/
+125
*
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
2
-10
/
+5
*
rust: qom: split ObjectType from ObjectImpl trait
Paolo Bonzini
2024-12-11
5
-21
/
+46
*
rust: qom: move bridge for TypeInfo functions out of pl011
Paolo Bonzini
2024-12-11
1
-4
/
+57
*
rust: qdev: move bridge for realize and reset functions out of pl011
Paolo Bonzini
2024-12-10
2
-7
/
+31
*
rust: qdev: move device_class_init! body to generic function, ClassInitImpl i...
Paolo Bonzini
2024-12-10
2
-33
/
+84
*
rust: qom: move ClassInitImpl to the instance side
Paolo Bonzini
2024-12-10
2
-5
/
+5
*
rust: qom: convert type_info! macro to an associated const
Paolo Bonzini
2024-12-10
2
-29
/
+22
*
rust: qom: rename Class trait to ClassInitImpl
Paolo Bonzini
2024-12-10
2
-5
/
+24
*
rust: qom: add default definitions for ObjectImpl
Paolo Bonzini
2024-12-10
2
-8
/
+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
4
-0
/
+122
*
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
[next]