savevm: Add VMSTATE_FLOAT64 helpers
commit213945e4d753b5f214468ff746d65fa76e21dbd1
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 12 Mar 2013 03:06:02 +0000 (12 14:06 +1100)
committerJuan Quintela <quintela@redhat.com>
Tue, 26 Mar 2013 12:30:49 +0000 (26 13:30 +0100)
tree6cdae9e0527d5a8c6dbe8171166e3ddae40034b4
parentd58f5598342ffebe6c6278d8b90792060fca4792
savevm: Add VMSTATE_FLOAT64 helpers

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 <david@gibson.dropbear.id.au>
Signed-off-by: Juan Quintela <quintela@redhat.com>
include/migration/vmstate.h
savevm.c