qemu-e2k/include/migration
David Gibson 377e2cb96b savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition
The VMSTATE_BUFFER_MULTIPLY macro is misnamed - it actually specifies
a variably sized buffer with VMS_VBUFFER, so should be named
VMSTATE_VBUFFER_MULTIPLY.  This patch fixes this (the macro had no current
users under either name).

In addition, unlike the other VMSTATE_VBUFFER variants, this macro did not
specify VMS_POINTER.  This patch fixes this bug as well.

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.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: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definition 2013-03-26 13:30:49 +01:00