mirror of
https://github.com/qemu/qemu.git
synced 2025-08-02 12:45:00 +00:00
![]() Currently the savevm code contains a VMSTATE_STRUCT_VARRAY_POINTER_INT32 helper (a variably sized array with the number of elements in an int32_t), but not VMSTATE_STRUCT_VARRAY_POINTER_UINT32 (... with the number of elements in a uint32_t). This patch (trivially) fixes the deficiency. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Juan Quintela <quintela@redhat.com> |
||
---|---|---|
.. | ||
block.h | ||
migration.h | ||
page_cache.h | ||
qemu-file.h | ||
vmstate.h |