]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Add VMSTATE_UNUSED_VARRAY_UINT32
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 3 Feb 2017 16:06:48 +0000 (16:06 +0000)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 13 Feb 2017 17:27:14 +0000 (17:27 +0000)
commitb5b5c569570c414bf0aa80a5ae9480debe07ed58
treef52d337a91b135372355f4188b19e3273bfd2105
parenta8664ba5101446f4f2c24b24ed9e10335bbbd46b
migration: Add VMSTATE_UNUSED_VARRAY_UINT32

VMSTATE_UNUSED_VARRAY_UINT32 is used to skip a chunk of the stream
that's an n-element array;  note the array size and the dynamic value
read never get multiplied so there's no overflow risk.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20170203160651.19917-2-dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
include/migration/vmstate.h