summaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)AuthorFilesLines
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost1-0/+1
2014-10-14vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy1-0/+11
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert1-0/+26
2014-06-27vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy1-0/+11
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah1-0/+2
2014-06-19migration: introduce self_announce_delay()Jason Wang1-0/+8
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang1-0/+2
2014-05-05migration: expose xbzrle cache miss rateChenLiang1-0/+1
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang1-0/+1
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert1-2/+0
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert1-0/+5
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin1-1/+1
2014-05-05vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin1-0/+8
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin1-0/+1
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng1-0/+3
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert1-1/+1
2014-02-08vmstate: Add uint32 2D-array supportChristoffer Dall1-0/+6
2014-02-04Don't abort on memory allocation errorOrit Wasserman1-1/+3
2014-02-04migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)1-0/+1
2014-02-04vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell1-4/+4
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost1-0/+11
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost1-0/+4
2013-12-17vmstate: Add support for an array of ptimer_state *Peter Maydell1-0/+10
2013-09-24migration: add version supporting macros for struct pointerAlexey Kardashevskiy1-2/+15
2013-07-29migration: fix spice migrationStefan Hajnoczi1-1/+1
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines1-0/+1
2013-07-23rdma: core logicMichael R. Hines1-0/+4
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines1-0/+2
2013-07-19block-migration: efficiently encode zero blocksPeter Lieven1-0/+1
2013-07-12Add 'auto-converge' migration capabilityChegu Vinod1-0/+2
2013-06-27linux-user: Fix compilation failurePeter Maydell1-0/+2
2013-06-27rdma: introduce capability x-rdma-pin-allMichael R. Hines1-0/+2
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines2-0/+49
2013-06-27rdma: export qemu_fflush()Michael R. Hines1-0/+1
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines1-0/+1
2013-06-27rdma: export throughput w/ MigrationStats QMPMichael R. Hines1-0/+1
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines2-0/+3
2013-04-15savevm: Implement block_writev_buffer()Kevin Wolf1-1/+1
2013-04-05vmstate: Add support for two dimensional arraysPeter Maydell1-0/+27
2013-04-05vmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE macroIgor Mitsyanko1-0/+9
2013-03-26Add qemu_put_buffer_asyncOrit Wasserman1-0/+5
2013-03-26Add QemuFileWritevBuffer QemuFileOpsOrit Wasserman1-0/+7
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven1-0/+2
2013-03-26savevm: Fix bugs in the VMSTATE_VBUFFER_MULTIPLY definitionDavid Gibson1-2/+2
2013-03-26savevm: Add VMSTATE_STRUCT_VARRAY_POINTER_UINT32David Gibson1-0/+10
2013-03-26savevm: Add VMSTATE_FLOAT64 helpersDavid Gibson1-0/+15
2013-03-26savevm: Add VMSTATE_UINTTL_EQUAL helperDavid Gibson1-2/+5
2013-03-26savevm: Add VMSTATE_UINT64_EQUAL helpersDavid Gibson1-0/+7
2013-03-12stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLYAndreas Färber1-0/+4
2013-03-12vmstate: Make vmstate_register() static inlineAndreas Färber1-2/+10