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
/
qom.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: split "qom" crate
Marc-André Lureau
2025-09-17
1
-951
/
+0
*
rust: split "bql" crate
Marc-André Lureau
2025-09-17
1
-8
/
+5
*
rust: split "migration" crate
Marc-André Lureau
2025-09-17
1
-1
/
+1
*
rust: split Rust-only "common" crate
Marc-André Lureau
2025-09-17
1
-1
/
+2
*
rust: move VMState handling to QOM module
Marc-André Lureau
2025-09-17
1
-0
/
+3
*
rust: add missing const markers for MSRV==1.83.0
Paolo Bonzini
2025-09-17
1
-3
/
+3
*
rust: qom: change instance_init to take a ParentInit<>
Paolo Bonzini
2025-06-17
1
-3
/
+6
*
rust: qom: make ParentInit lifetime-invariant
Paolo Bonzini
2025-06-17
1
-4
/
+85
*
rust: qom: introduce ParentInit
Paolo Bonzini
2025-06-17
1
-1
/
+95
*
rust: Fix the typos in doc
Zhao Liu
2025-05-26
1
-2
/
+2
*
rust: enable clippy::ptr_cast_constness
Paolo Bonzini
2025-05-06
1
-2
/
+2
*
rust: qom: fix TODO about zeroability of classes
Paolo Bonzini
2025-05-06
1
-3
/
+4
*
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
2025-05-06
1
-2
/
+1
*
qom: Constify TypeInfo::interfaces
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
rust: qom: remove operations on &mut
Paolo Bonzini
2025-03-06
1
-83
/
+0
*
rust: qom: wrap Object with Opaque<>
Paolo Bonzini
2025-03-06
1
-13
/
+22
*
rust: qom: get rid of ClassInitImpl
Paolo Bonzini
2025-02-25
1
-95
/
+69
*
rust: qom: add ObjectImpl::CLASS_INIT
Paolo Bonzini
2025-02-25
1
-3
/
+11
*
rust: add IsA bounds to QOM implementation traits
Paolo Bonzini
2025-02-25
1
-1
/
+3
*
rust: qom: allow initializing interface vtables
Paolo Bonzini
2025-02-13
1
-2
/
+43
*
rust: qom: add object creation functionality
Paolo Bonzini
2025-02-13
1
-2
/
+21
*
rust: qom: add reference counting functionality
Paolo Bonzini
2025-02-13
1
-5
/
+161
*
rust: prefer NonNull::new to assertions
Paolo Bonzini
2025-01-23
1
-8
/
+13
*
rust: qom: make INSTANCE_POST_INIT take a shared reference
Paolo Bonzini
2025-01-10
1
-6
/
+2
*
rust: qom: automatically use Drop trait to implement instance_finalize
Paolo Bonzini
2025-01-10
1
-2
/
+11
*
rust: qom: add ParentField
Paolo Bonzini
2025-01-10
1
-6
/
+58
*
rust: qom: add initial subset of methods on Object
Paolo Bonzini
2024-12-19
1
-3
/
+53
*
rust: qom: add casting functionality
Paolo Bonzini
2024-12-19
1
-7
/
+276
*
rust: re-export C types from qemu-api submodules
Paolo Bonzini
2024-12-19
1
-5
/
+7
*
rust: rename qemu-api modules to follow C code a bit more
Paolo Bonzini
2024-12-19
1
-0
/
+263