Re: [Qemu-devel] [PATCH qemu v5 02/12] vmstate: Define VARRAY with VMS_ALLOC

2015-04-07 Thread David Gibson
On Tue, Mar 31, 2015 at 04:28:37PM +1100, Alexey Kardashevskiy wrote: > This allows dynamic allocation for migrating arrays. This commit message really needs more information for the benefit of people who haven't been buried in the savevm code recently. What existing VMSTATE macros does it extend

[Qemu-devel] [PATCH qemu v5 02/12] vmstate: Define VARRAY with VMS_ALLOC

2015-03-30 Thread Alexey Kardashevskiy
This allows dynamic allocation for migrating arrays. Signed-off-by: Alexey Kardashevskiy --- include/migration/vmstate.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h index bc7616a..73b9d67 100644 --- a/include/migration