aboutsummaryrefslogtreecommitdiff
path: root/include/migration
AgeCommit message (Expand)Author
2015-05-07migration: Use an array instead of 3 parametersLiang Li
2015-05-06qemu-file: Add compression functions to QEMUFileLiang Li
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li
2015-05-06migration: Add the framework of multi-thread compressionLiang Li
2015-03-17migration: Remove unused functionsThomas Huth
2015-03-16ram: make all save_page functions take a uint64_t parameterJuan Quintela
2015-03-09Add more VMSTATE_*_TEST variants for integersDavid Gibson
2015-02-18hmp: Clean up declarations for long-gone info handlersMarkus Armbruster
2015-02-10migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil
2015-02-05migration: Append JSON description of migration streamAlexander Graf
2015-02-05qemu-file: Add fast ftell code pathAlexander Graf
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-26target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini
2015-01-16vmstate: type-check sub-arraysPaolo Bonzini
2015-01-16socket shutdownDr. David Alan Gilbert
2015-01-15xbzrle: optimize XBZRLE to decrease the cache missesChenLiang
2014-10-14qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost
2014-10-14vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy
2014-10-14QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert
2014-06-27vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah
2014-06-19migration: introduce self_announce_delay()Jason Wang
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang
2014-05-05migration: expose xbzrle cache miss rateChenLiang
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang
2014-05-05Provide init function for ram migrationDr. David Alan Gilbert
2014-05-05Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin
2014-05-05vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin
2014-05-05vmstate: add VMS_MUST_EXISTMichael S. Tsirkin
2014-03-14scsi: Fix migration of scsi sense dataFam Zheng
2014-02-25Fix two XBZRLE corruption issuesDr. David Alan Gilbert
2014-02-08vmstate: Add uint32 2D-array supportChristoffer Dall
2014-02-04Don't abort on memory allocation errorOrit Wasserman
2014-02-04migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)
2014-02-04vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell
2014-01-13migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost
2014-01-13qemu-file: Make a few functions non-staticEduardo Habkost
2013-12-17vmstate: Add support for an array of ptimer_state *Peter Maydell
2013-09-24migration: add version supporting macros for struct pointerAlexey Kardashevskiy
2013-07-29migration: fix spice migrationStefan Hajnoczi
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines
2013-07-23rdma: core logicMichael R. Hines
2013-07-23rdma: introduce ram_handle_compressed()Michael R. Hines
2013-07-19block-migration: efficiently encode zero blocksPeter Lieven
2013-07-12Add 'auto-converge' migration capabilityChegu Vinod
2013-06-27linux-user: Fix compilation failurePeter Maydell
2013-06-27rdma: introduce capability x-rdma-pin-allMichael R. Hines
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines
2013-06-27rdma: export qemu_fflush()Michael R. Hines