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
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
2025-02-25
3
-123
/
+94
*
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2025-02-25
1
-3
/
+11
*
rust: add SysBusDeviceImpl
Paolo Bonzini
2025-02-25
1
-3
/
+5
*
rust: add IsA bounds to QOM implementation traits
Paolo Bonzini
2025-02-25
2
-2
/
+4
*
rust: prefer importing std::ptr over core::ptr
Zhao Liu
2025-02-25
1
-2
/
+1
*
rust: add module to convert between success/-errno and io::Result
Paolo Bonzini
2025-02-25
4
-0
/
+376
*
rust: fix doctests
Paolo Bonzini
2025-02-13
2
-2
/
+2
*
rust: vmstate: remove redundant link targets
Paolo Bonzini
2025-02-13
1
-3
/
+2
*
rust: qemu_api: add a documentation header for all modules
Paolo Bonzini
2025-02-13
7
-0
/
+27
*
rust/timer/hpet: define hpet_fw_cfg
Zhao Liu
2025-02-13
1
-2
/
+4
*
rust: add bindings for timer
Zhao Liu
2025-02-13
2
-0
/
+99
*
rust: add bindings for memattrs
Zhao Liu
2025-02-13
2
-2
/
+15
*
rust: add bindings for gpio_{in|out} initialization
Zhao Liu
2025-02-13
2
-5
/
+43
*
rust/irq: Add a helper to convert [InterruptSource] to pointer
Zhao Liu
2025-02-13
1
-0
/
+6
*
rust/qdev: add the macro to define bit property
Zhao Liu
2025-02-13
1
-0
/
+12
*
rust: pl011: convert pl011_create to safe Rust
Paolo Bonzini
2025-02-13
1
-3
/
+31
*
rust: chardev, qdev: add bindings to qdev_prop_set_chr
Paolo Bonzini
2025-02-13
3
-0
/
+29
*
rust: irq: define ObjectType for IRQState
Paolo Bonzini
2025-02-13
1
-3
/
+12
*
rust: bindings for MemoryRegionOps
Paolo Bonzini
2025-02-13
4
-3
/
+197
*
rust: bindings: add Send and Sync markers for types that have bindings
Paolo Bonzini
2025-02-13
2
-0
/
+49
*
rust: qdev: switch from legacy reset to Resettable
Paolo Bonzini
2025-02-13
1
-24
/
+87
*
rust: qdev: make ObjectImpl a supertrait of DeviceImpl
Paolo Bonzini
2025-02-13
1
-2
/
+2
*
rust: qom: allow initializing interface vtables
Paolo Bonzini
2025-02-13
2
-2
/
+44
*
rust: qdev: add clock creation
Paolo Bonzini
2025-02-13
3
-5
/
+108
*
rust: callbacks: allow passing optional callbacks as ()
Paolo Bonzini
2025-02-13
1
-0
/
+97
*
rust: qom: add object creation functionality
Paolo Bonzini
2025-02-13
2
-2
/
+22
*
rust: qom: add reference counting functionality
Paolo Bonzini
2025-02-13
2
-6
/
+166
*
rust: restrict missing_const_for_fn to qemu_api crate
Paolo Bonzini
2025-02-10
1
-0
/
+1
*
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
2
-0
/
+91
*
rust: qom: add ParentField
Paolo Bonzini
2025-01-10
1
-6
/
+58
*
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
2
-0
/
+145
*
rust: qom: add initial subset of methods on Object
Paolo Bonzini
2024-12-19
2
-3
/
+54
[next]