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
/
vmstate.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: split "migration" crate
Marc-André Lureau
2025-09-17
1
-709
/
+0
*
rust: split "util" crate
Marc-André Lureau
2025-09-17
1
-1
/
+1
*
rust: split Rust-only "common" crate
Marc-André Lureau
2025-09-17
1
-11
/
+12
*
rust: move Cell vmstate impl
Marc-André Lureau
2025-09-17
1
-7
/
+7
*
rust: move VMState handling to QOM module
Marc-André Lureau
2025-09-17
1
-6
/
+5
*
rust: move vmstate_clock!() to qdev module
Marc-André Lureau
2025-09-17
1
-8
/
+6
*
rust: vmstate: use const_refs_to_static
Paolo Bonzini
2025-09-17
1
-174
/
+55
*
rust: vmstate: convert to use builder pattern
Zhao Liu
2025-09-17
1
-8
/
+234
*
rust: use inline const expressions
Paolo Bonzini
2025-09-17
1
-1
/
+1
*
rust: Fix the typos in doc
Zhao Liu
2025-05-26
1
-1
/
+1
*
rust: replace c_str! with c"" literals
Paolo Bonzini
2025-05-06
1
-1
/
+1
*
rust: remove offset_of replacement
Paolo Bonzini
2025-05-06
1
-5
/
+5
*
rust: use std::ffi instead of std::os::raw
Paolo Bonzini
2025-05-06
1
-1
/
+1
*
vmstate: support varray for vmstate_clock!
Paolo Bonzini
2025-05-02
1
-3
/
+10
*
rust/vmstate: Add support for field_exists checks
Zhao Liu
2025-05-02
1
-33
/
+37
*
rust/vmstate: Include complete crate path of VMStateFlags in vmstate_clock
Zhao Liu
2025-03-21
1
-1
/
+4
*
rust/vmstate: Support vmstate_validate
Zhao Liu
2025-03-21
1
-1
/
+51
*
rust/vmstate: Re-implement VMState trait for timer binding
Zhao Liu
2025-03-21
1
-7
/
+3
*
rust/vmstate: Relax array check when build varray in vmstate_struct
Zhao Liu
2025-03-21
1
-3
/
+9
*
rust/vmstate: Fix unnecessary VMState bound of with_varray_flag()
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust/vmstate: Fix "cannot infer type" error in vmstate_struct
Zhao Liu
2025-03-21
1
-7
/
+9
*
rust/vmstate: Fix type check for varray in vmstate_struct
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust/vmstate: Fix size field of VMStateField with VMS_ARRAY_OF_POINTER flag
Zhao Liu
2025-03-21
1
-0
/
+4
*
rust/vmstate: Fix num field when varray flags are set
Zhao Liu
2025-03-21
1
-0
/
+1
*
rust/vmstate: Fix num_offset in vmstate macros
Zhao Liu
2025-03-21
1
-2
/
+2
*
rust/vmstate: Remove unnecessary unsafe
Zhao Liu
2025-03-21
1
-1
/
+1
*
rust: qdev: wrap Clock and DeviceState with Opaque<>
Paolo Bonzini
2025-03-06
1
-1
/
+1
*
rust: vmstate: add std::pin::Pin as transparent wrapper
Paolo Bonzini
2025-03-06
1
-0
/
+1
*
rust: fix doctests
Paolo Bonzini
2025-02-13
1
-1
/
+1
*
rust: vmstate: remove redundant link targets
Paolo Bonzini
2025-02-13
1
-3
/
+2
*
rust: qdev: add clock creation
Paolo Bonzini
2025-02-13
1
-2
/
+2
*
rust: qom: add reference counting functionality
Paolo Bonzini
2025-02-13
1
-1
/
+5
*
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
1
-15
/
+3
*
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
1
-6
/
+107
*
rust: pl011: fix migration stream
Paolo Bonzini
2024-12-19
1
-22
/
+0
*
rust: re-export C types from qemu-api submodules
Paolo Bonzini
2024-12-19
1
-4
/
+5
*
rust: introduce alternative implementation of offset_of!
Junjie Mao
2024-11-05
1
-5
/
+5
*
rust: introduce a c_str macro
Paolo Bonzini
2024-11-05
1
-1
/
+1
*
rust: use std::os::raw instead of core::ffi
Paolo Bonzini
2024-11-05
1
-5
/
+5
*
rust: add definitions for vmstate
Manos Pitsidianakis
2024-11-05
1
-0
/
+360