summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell2018-01-231-2/+2
|\
| * Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-2/+2
* | migration: Revert postcopy-blocktime commit setPeter Maydell2018-01-234-322/+6Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-01-161-1/+1
|\
| * maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* | migration: remove notify in fd_errorPeter Xu2018-01-151-1/+0Star
* | migration: remove some block_cleanup_parameters()Peter Xu2018-01-151-2/+0Star
* | migration: put the finish part into a new functionPeter Xu2018-01-151-45/+49
* | migration: major cleanup for migrate iterationsPeter Xu2018-01-151-35/+55
* | migration: cleanup stats update into functionPeter Xu2018-01-152-36/+61
* | migration: use switch at the end of migrationPeter Xu2018-01-151-17/+27
* | migration: introduce migrate_calculate_completePeter Xu2018-01-151-11/+20
* | migration: introduce downtime_startPeter Xu2018-01-152-8/+6Star
* | migration: move vm_old_running into global statePeter Xu2018-01-152-10/+13
* | migration: split use of MigrationState.total_timePeter Xu2018-01-152-3/+7
* | migration: remove "enable_colo" varPeter Xu2018-01-151-2/+1Star
* | migration: qemu_savevm_state_cleanup() in cleanupPeter Xu2018-01-151-8/+2Star
* | migration: assert colo instead of checkPeter Xu2018-01-151-1/+9
* | migration: finalize current_migration objectVladimir Sementsov-Ogievskiy2018-01-151-0/+5
* | migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert2018-01-151-1/+2
* | migration: add postcopy total blocktime into query-migrateAlexey Perevalov2018-01-154-4/+99
* | migration: calculate vCPU blocktime on dst sideAlexey Perevalov2018-01-152-2/+146
* | migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2018-01-152-0/+67
* | migration: introduce postcopy-blocktime capabilityAlexey Perevalov2018-01-152-0/+10
* | migration: free addr in the same function that we created itJuan Quintela2018-01-151-2/+2
* | migration: print features as on offJuan Quintela2018-01-151-4/+9
* | migration: Use proper types in jsonJuan Quintela2018-01-151-29/+20Star
|/
* Remove empty statementsLadi Prosek2017-12-181-1/+1
* migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_ENDDaniel Henrique Barboza2017-11-221-2/+14
* migration, xen: Fix block image lock issue on live migrationAnthony PERARD2017-11-211-1/+22
* block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf2017-11-211-3/+3
* block: Make bdrv_next() keep strong referencesMax Reitz2017-11-171-0/+1
* migration: Make xbzrle_cache_size a migration parameterJuan Quintela2017-10-293-19/+32
* migration: No need to return the size of the cacheJuan Quintela2017-10-293-11/+7Star
* migration: Don't play games with the requested cache sizeJuan Quintela2017-10-291-5/+6
* migration: Make sure that we pass the right cache sizeJuan Quintela2017-10-291-5/+7
* migration: Improve migration thread error handlingJuan Quintela2017-10-233-5/+22
* migration: add bitmap for received pageAlexey Perevalov2017-10-233-5/+57
* migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov2017-10-231-13/+21
* migration: postcopy_place_page factoring outAlexey Perevalov2017-10-233-10/+11
* migration: new ram_init_bitmaps()Peter Xu2017-10-231-21/+30
* migration: clean up xbzrle cache init/destroyPeter Xu2017-10-231-46/+77
* migration: provide ram_state_cleanupPeter Xu2017-10-231-3/+10
* migration: provide ram_state_init()Peter Xu2017-10-231-10/+26
* migration: pause-before-switchover for postcopyDr. David Alan Gilbert2017-10-231-7/+22
* migration: allow cancel to unpauseDr. David Alan Gilbert2017-10-231-0/+4
* migration: migrate-continueDr. David Alan Gilbert2017-10-231-0/+11
* migration: Wait for semaphore before completing migrationDr. David Alan Gilbert2017-10-232-0/+41
* migration: Add 'pre-switchover' and 'device' statusesDr. David Alan Gilbert2017-10-231-0/+6
* migration: Add 'pause-before-switchover' capabilityDr. David Alan Gilbert2017-10-232-0/+11