[Qemu-devel] [PATCH 3/6] savevm: Add VMSTATE_FLOAT64 helpers

2013-03-11 Thread David Gibson
The current savevm code includes VMSTATE helpers for a number of commonly used data types, but not for the float64 type used by the internal floating point emulation code. This patch fixes the deficiency. Signed-off-by: David Gibson --- include/migration/vmstate.h | 15 +++ savevm

[Qemu-devel] [PATCH 3/6] savevm: Add VMSTATE_FLOAT64 helpers

2012-09-25 Thread David Gibson
The current savevm code includes VMSTATE helpers for a number of commonly used data types, but not for the float64 type used by the internal floating point emulation code. This patch fixes the deficiency. Signed-off-by: David Gibson --- savevm.c | 23 +++ vmstate.h | 15