]> Git Repo - qemu.git/commit
savevm: Add VMSTATE_FLOAT64 helpers
authorDavid Gibson <[email protected]>
Tue, 12 Mar 2013 03:06:02 +0000 (14:06 +1100)
committerJuan Quintela <[email protected]>
Tue, 26 Mar 2013 12:30:49 +0000 (13:30 +0100)
commit213945e4d753b5f214468ff746d65fa76e21dbd1
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 <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
include/migration/vmstate.h
savevm.c
This page took 0.025464 seconds and 4 git commands to generate.