commit | 94ed706d53a9018f24c67374c71f358fca2f0413 | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Thu Oct 02 19:56:02 2014 +1000 |
committer | Juan Quintela <quintela@trasno.org> | Tue Oct 14 09:35:48 2014 +0200 |
tree | c152b50ee203d0f6cf9a52b7b65054490f0deeda | |
parent | 7ea2d269cb84ca7a2f4b7c3735634176f7c1dc35 [diff] |
vmstate: Allow dynamic allocation for VBUFFER during migration This extends use of VMS_ALLOC flag from arrays to VBUFFER as well. This defines VMSTATE_VBUFFER_ALLOC_UINT32 which makes use of VMS_ALLOC and uses uint32_t type for a size. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Juan Quintela <quintela@redhat.com>