summaryrefslogtreecommitdiffstats
path: root/include/migration
Commit message (Expand)AuthorAgeFilesLines
...
* migration: move ram stuff to migration/ramJuan Quintela2015-06-121-0/+2
* migration: Use an array instead of 3 parametersLiang Li2015-05-071-3/+1
* qemu-file: Add compression functions to QEMUFileLiang Li2015-05-061-0/+3
* migration: Add the framework of multi-thread decompressionLiang Li2015-05-061-0/+4
* migration: Add the framework of multi-thread compressionLiang Li2015-05-061-0/+8
* migration: Remove unused functionsThomas Huth2015-03-172-2/+0
* ram: make all save_page functions take a uint64_t parameterJuan Quintela2015-03-162-2/+2
* Add more VMSTATE_*_TEST variants for integersDavid Gibson2015-03-091-0/+15
* hmp: Clean up declarations for long-gone info handlersMarkus Armbruster2015-02-181-4/+0
* migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil2015-02-101-2/+0
* migration: Append JSON description of migration streamAlexander Graf2015-02-052-1/+3
* qemu-file: Add fast ftell code pathAlexander Graf2015-02-051-0/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-3/+15
* target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini2015-01-261-0/+10
* vmstate: type-check sub-arraysPaolo Bonzini2015-01-161-1/+1
* socket shutdownDr. David Alan Gilbert2015-01-161-0/+10
* xbzrle: optimize XBZRLE to decrease the cache missesChenLiang2015-01-151-3/+7
* qemu-file: Make qemu_file_is_writable() non-staticEduardo Habkost2014-10-141-0/+1
* vmstate: Allow dynamic allocation for VBUFFER during migrationAlexey Kardashevskiy2014-10-141-0/+11
* QEMUSizedBuffer based QEMUFileDr. David Alan Gilbert2014-10-141-0/+26
* vmstate: Add preallocation for migrating arrays (VMS_ALLOC flag)Alexey Kardashevskiy2014-06-271-0/+11
* migration: dump vmstate info as a json file for static analysisAmit Shah2014-06-231-0/+2
* migration: introduce self_announce_delay()Jason Wang2014-06-191-0/+8
* migration: export SELF_ANNOUNCE_ROUNDSJason Wang2014-06-191-0/+2
* migration: expose xbzrle cache miss rateChenLiang2014-05-051-0/+1
* migration: expose the bitmap_sync_count to the endChenLiang2014-05-051-0/+1
* Provide init function for ram migrationDr. David Alan Gilbert2014-05-051-2/+0
* Make qemu_peek_buffer loop until it gets it's dataDr. David Alan Gilbert2014-05-051-0/+5
* vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin2014-05-051-1/+1
* vmstate: add VMSTATE_VALIDATEMichael S. Tsirkin2014-05-051-0/+8
* vmstate: add VMS_MUST_EXISTMichael S. Tsirkin2014-05-051-0/+1
* scsi: Fix migration of scsi sense dataFam Zheng2014-03-141-0/+3
* Fix two XBZRLE corruption issuesDr. David Alan Gilbert2014-02-251-1/+1
* vmstate: Add uint32 2D-array supportChristoffer Dall2014-02-081-0/+6
* Don't abort on memory allocation errorOrit Wasserman2014-02-041-1/+3
* migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)2014-02-041-0/+1
* vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell2014-02-041-4/+4
* migration: Move QEMU_VM_* defines to migration/migration.hEduardo Habkost2014-01-131-0/+11
* qemu-file: Make a few functions non-staticEduardo Habkost2014-01-131-0/+4
* vmstate: Add support for an array of ptimer_state *Peter Maydell2013-12-171-0/+10
* migration: add version supporting macros for struct pointerAlexey Kardashevskiy2013-09-241-2/+15
* migration: fix spice migrationStefan Hajnoczi2013-07-291-1/+1
* rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines2013-07-231-0/+1
* rdma: core logicMichael R. Hines2013-07-231-0/+4
* rdma: introduce ram_handle_compressed()Michael R. Hines2013-07-231-0/+2
* block-migration: efficiently encode zero blocksPeter Lieven2013-07-191-0/+1
* Add 'auto-converge' migration capabilityChegu Vinod2013-07-121-0/+2
* linux-user: Fix compilation failurePeter Maydell2013-06-271-0/+2
* rdma: introduce capability x-rdma-pin-allMichael R. Hines2013-06-271-0/+2
* rdma: new QEMUFileOps hooksMichael R. Hines2013-06-272-0/+49
OpenPOWER on IntegriCloud