Statistics
| Branch: | Revision:

root / vmstate.c @ feature-archipelago

History | View | Annotate | Download (15.5 kB)

# Date Author Comment
24a370ef 02/25/2014 03:30 pm Dr. David Alan Gilbert

Fix vmstate_info_int32_le comparison/assign

Fix comparison of vmstate_info_int32_le so that it succeeds if loaded
value is (l)ess than or (e)qual

When the comparison succeeds, assign the value loaded
This is a change in behaviour but I think the original intent, since...

b6fcfa59 01/13/2014 01:39 pm Eduardo Habkost

vmstate: Move VMState code to vmstate.c

This will allow unit tests to be written for VMState code without
pulling dependencies from the savevm code.

Signed-off-by: Eduardo Habkost <>
Reviewed-by: Orit Wasserman <>
Signed-off-by: Juan Quintela <>