aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-15migration: remove notify in fd_errorPeter Xu
2018-01-15migration: remove some block_cleanup_parameters()Peter Xu
2018-01-15migration: put the finish part into a new functionPeter Xu
2018-01-15migration: major cleanup for migrate iterationsPeter Xu
2018-01-15migration: cleanup stats update into functionPeter Xu
2018-01-15migration: use switch at the end of migrationPeter Xu
2018-01-15migration: introduce migrate_calculate_completePeter Xu
2018-01-15migration: introduce downtime_startPeter Xu
2018-01-15migration: move vm_old_running into global statePeter Xu
2018-01-15migration: split use of MigrationState.total_timePeter Xu
2018-01-15migration: remove "enable_colo" varPeter Xu
2018-01-15migration: qemu_savevm_state_cleanup() in cleanupPeter Xu
2018-01-15migration: assert colo instead of checkPeter Xu
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov
2018-01-15migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov
2018-01-15migration: introduce postcopy-blocktime capabilityAlexey Perevalov
2018-01-15migration: free addr in the same function that we created itJuan Quintela
2018-01-15migration: print features as on offJuan Quintela
2018-01-15migration: Use proper types in jsonJuan Quintela
2017-12-18Remove empty statementsLadi Prosek
2017-11-22migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_ENDDaniel Henrique Barboza
2017-11-21migration, xen: Fix block image lock issue on live migrationAnthony PERARD
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela
2017-10-29migration: No need to return the size of the cacheJuan Quintela
2017-10-29migration: Don't play games with the requested cache sizeJuan Quintela
2017-10-29migration: Make sure that we pass the right cache sizeJuan Quintela
2017-10-23migration: Improve migration thread error handlingJuan Quintela
2017-10-23migration: add bitmap for received pageAlexey Perevalov
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov
2017-10-23migration: new ram_init_bitmaps()Peter Xu
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu
2017-10-23migration: provide ram_state_cleanupPeter Xu
2017-10-23migration: provide ram_state_init()Peter Xu
2017-10-23migration: pause-before-switchover for postcopyDr. David Alan Gilbert
2017-10-23migration: allow cancel to unpauseDr. David Alan Gilbert
2017-10-23migration: migrate-continueDr. David Alan Gilbert
2017-10-23migration: Wait for semaphore before completing migrationDr. David Alan Gilbert
2017-10-23migration: Add 'pre-switchover' and 'device' statusesDr. David Alan Gilbert
2017-10-23migration: Add 'pause-before-switchover' capabilityDr. David Alan Gilbert