]> Git Repo - qemu.git/commit
savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32
authorDavid Gibson <[email protected]>
Tue, 12 Mar 2013 03:06:03 +0000 (14:06 +1100)
committerJuan Quintela <[email protected]>
Tue, 26 Mar 2013 12:30:49 +0000 (13:30 +0100)
commit8474a9dd6757be064bf4b35f422b4640d1cca0a5
tree9b05bb8fb74c849fde87410e7f8af164cb8f6c9a
parent213945e4d753b5f214468ff746d65fa76e21dbd1
savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32

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 <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
include/migration/vmstate.h
This page took 0.027051 seconds and 4 git commands to generate.