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: qdev: switch from legacy reset to Resettable
Paolo Bonzini
2025-02-13
3
-28
/
+98
*
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
4
-31
/
+125
*
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
4
-34
/
+48
*
rust: qom: add reference counting functionality
Paolo Bonzini
2025-02-13
3
-7
/
+178
*
rust: restrict missing_const_for_fn to qemu_api crate
Paolo Bonzini
2025-02-10
2
-1
/
+1
*
rust: pl011: use default set of lints
Paolo Bonzini
2025-02-07
1
-9
/
+0
*
rust: add clippy configuration file
Paolo Bonzini
2025-02-07
1
-0
/
+2
*
rust: include rust_version in Cargo.toml
Paolo Bonzini
2025-02-07
4
-1
/
+3
*
rust: remove unnecessary Cargo.toml metadata
Paolo Bonzini
2025-02-07
5
-46
/
+6
*
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
2
-3
/
+3
*
rust: pl011: drop use of ControlFlow
Paolo Bonzini
2025-01-28
1
-21
/
+18
*
rust: pl011: pull device-specific code out of MemoryRegionOps callbacks
Paolo Bonzini
2025-01-28
2
-26
/
+15
*
rust: pl011: remove duplicate definitions
Paolo Bonzini
2025-01-28
2
-49
/
+29
*
rust: pl011: wrap registers with BqlRefCell
Paolo Bonzini
2025-01-28
2
-22
/
+32
*
rust: pl011: extract PL011Registers
Paolo Bonzini
2025-01-27
2
-127
/
+166
*
rust: pl011: pull interrupt updates out of read/write ops
Paolo Bonzini
2025-01-27
1
-36
/
+48
*
rust: pl011: extract CharBackend receive logic into a separate function
Paolo Bonzini
2025-01-27
1
-6
/
+9
*
rust: pl011: extract conversion to RegisterOffset
Paolo Bonzini
2025-01-27
2
-60
/
+79
*
rust: pl011: hide unnecessarily "pub" items from outside pl011::device
Paolo Bonzini
2025-01-23
3
-7
/
+10
*
rust: pl011: remove unnecessary "extern crate"
Paolo Bonzini
2025-01-23
1
-4
/
+0
*
rust: prefer NonNull::new to assertions
Paolo Bonzini
2025-01-23
5
-47
/
+35
*
rust: vmstate: make order of parameters consistent in vmstate_clock
Paolo Bonzini
2025-01-23
2
-2
/
+2
*
rust: vmstate: remove translation of C vmstate macros
Paolo Bonzini
2025-01-23
1
-251
/
+23
*
rust: pl011: switch vmstate to new-style macros
Paolo Bonzini
2025-01-23
3
-19
/
+26
*
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/pl011: Avoid bindings::*
Zhao Liu
2025-01-23
1
-3
/
+10
*
rust/qdev: Make REALIZE safe
Zhao Liu
2025-01-23
2
-6
/
+6
*
rust: pl011: fix repr(C) for PL011Class
Paolo Bonzini
2025-01-22
1
-0
/
+1
*
rust: qdev: expose inherited methods to subclasses of SysBusDevice
Paolo Bonzini
2025-01-10
4
-14
/
+14
*
rust: qemu-api-macros: add automatic TryFrom/TryInto derivation
Paolo Bonzini
2025-01-10
2
-29
/
+73
*
rust: qemu-api-macros: extend error reporting facility to parse errors
Paolo Bonzini
2025-01-10
2
-17
/
+36
*
rust: qom: make INSTANCE_POST_INIT take a shared reference
Paolo Bonzini
2025-01-10
2
-8
/
+4
*
rust: pl011: only leave embedded object initialization in instance_init
Paolo Bonzini
2025-01-10
2
-8
/
+22
*
rust: qom: move device_id to PL011 class side
Paolo Bonzini
2025-01-10
1
-31
/
+28
*
rust: qom: automatically use Drop trait to implement instance_finalize
Paolo Bonzini
2025-01-10
1
-2
/
+11
*
rust: macros: check that the first field of a #[derive(Object)] struct is a P...
Paolo Bonzini
2025-01-10
1
-19
/
+27
*
rust: macros: check that #[derive(Object)] requires #[repr(C)]
Paolo Bonzini
2025-01-10
1
-6
/
+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
3
-11
/
+63
[prev]
[next]