]> git.ipfire.org Git - thirdparty/qemu.git/commit
vmstate: support varray for vmstate_clock!
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 May 2025 07:45:38 +0000 (09:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 May 2025 15:37:46 +0000 (17:37 +0200)
commit756ea88fff96252dd76cf388fb8678cb97dd2658
tree936356bdb9b0b87fbb8ea5a36a0df0d2f57dab49
parent6f8e6aed81277ec14d5a5dcafdd00dadf7ac465c
vmstate: support varray for vmstate_clock!

Make vmstate_struct and vmstate_clock more similar; they are basically the
same thing, except for the clock case having a built-in VMStateDescription.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/qemu-api/src/vmstate.rs