]> git.proxmox.com Git - mirror_qemu.git/commit - include/migration/vmstate.h
vmstate: introduce CPU_DoubleU arrays
authorJuan Quintela <quintela@redhat.com>
Mon, 11 Jan 2016 12:40:21 +0000 (12:40 +0000)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sat, 16 Jan 2016 12:01:23 +0000 (12:01 +0000)
commit551747491d6677e4cc6cac8750462887a09bc722
treee4cb1d54f966844df51b8035686ed7f7ae58e862
parent5a57acb66f19ee52723aa05b8afbbc41c3e9ec99
vmstate: introduce CPU_DoubleU arrays

Add vmstate support for migrating arrays of CPU_DoubleU via
VMSTATE_CPUDOUBLE_ARRAY.

Signed-off-by: Juan Quintela <quintela@redhat.com>
[PMM: rebased, since files have all moved since 2012;
 added VMSTATE_CPUDOUBLE_ARRAY_V for consistency with FLOAT64]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
include/migration/vmstate.h
migration/vmstate.c