summary refs log tree commit diff stats
path: root/rust/qemu-api/src/zeroable.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust/zeroable: Implement Zeroable with const_zero macroZhao Liu2025-01-281-76/+61
* rust: vmstate: implement Zeroable for VMStateFieldPaolo Bonzini2025-01-231-0/+31
* rust: fix doc test syntaxPaolo Bonzini2024-12-101-3/+3
* rust: do not use MaybeUninit::zeroed()Paolo Bonzini2024-11-051-14/+77
* rust: provide safe wrapper for MaybeUninit::zeroed()Paolo Bonzini2024-11-051-0/+23