Home
last modified time | relevance | path

Searched hist:"80 aa3045bd42bec287d1f9bcc94be32a4c1b582e" (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/qemu-api/src/
H A Dvmstate.rs80aa3045bd42bec287d1f9bcc94be32a4c1b582e Sun Dec 29 11:29:45 UTC 2024 Paolo Bonzini <pbonzini@redhat.com> rust: vmstate: implement VMState for non-leaf types

Arrays, pointers and cells use a VMStateField that is based on that
for the inner type. The implementation therefore delegates to the
VMState implementation of the inner type.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>