diff options
author | David Gibson | 2013-03-12 04:06:03 +0100 |
---|---|---|
committer | Juan Quintela | 2013-03-26 13:30:49 +0100 |
commit | 8474a9dd6757be064bf4b35f422b4640d1cca0a5 (patch) | |
tree | 9b05bb8fb74c849fde87410e7f8af164cb8f6c9a /target-unicore32 | |
parent | savevm: Add VMSTATE_FLOAT64 helpers (diff) | |
download | qemu-8474a9dd6757be064bf4b35f422b4640d1cca0a5.tar.gz qemu-8474a9dd6757be064bf4b35f422b4640d1cca0a5.tar.xz qemu-8474a9dd6757be064bf4b35f422b4640d1cca0a5.zip |
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 <david@gibson.dropbear.id.au>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'target-unicore32')
0 files changed, 0 insertions, 0 deletions