+10
−0
Loading
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>