qemu/include/migration
David Gibson 8474a9dd67 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>
2013-03-26 13:30:49 +01:00
..
block.h migration: move include files to include/migration/ 2012-12-19 08:31:32 +01:00
migration.h migration: eliminate s->migration_file 2013-03-11 13:32:03 +01:00
page_cache.h page_cache: dup memory on insert 2013-03-11 13:32:03 +01:00
qemu-file.h migration: move rate limiting to QEMUFile 2013-03-11 13:32:02 +01:00
vmstate.h savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32 2013-03-26 13:30:49 +01:00