summaryrefslogtreecommitdiff
path: root/vmstate.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-27vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy1-3/+10
2014-06-23vmstate: Return error in case of errorJuan Quintela1-0/+4
2014-05-05savevm: Ignore minimum_version_id_old if there is no load_state_oldPeter Maydell1-4/+5
2014-05-05vmstate: fix buffer overflow in target-arm/machine.cMichael S. Tsirkin1-3/+4
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin1-0/+10
2014-05-05vmstate: reduce code duplicationMichael S. Tsirkin1-48/+52
2014-03-27migration: add more tracesAlexey Kardashevskiy1-0/+2
2014-02-25Fix vmstate_info_int32_le comparison/assignDr. David Alan Gilbert1-7/+8
2014-01-13vmstate: Move VMState code to vmstate.cEduardo Habkost1-0/+650