summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell1-2/+2
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell4-322/+6
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-2/+2
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake1-1/+1
2018-01-15migration: remove notify in fd_errorPeter Xu1-1/+0
2018-01-15migration: remove some block_cleanup_parameters()Peter Xu1-2/+0
2018-01-15migration: put the finish part into a new functionPeter Xu1-45/+49
2018-01-15migration: major cleanup for migrate iterationsPeter Xu1-35/+55
2018-01-15migration: cleanup stats update into functionPeter Xu2-36/+61
2018-01-15migration: use switch at the end of migrationPeter Xu1-17/+27
2018-01-15migration: introduce migrate_calculate_completePeter Xu1-11/+20
2018-01-15migration: introduce downtime_startPeter Xu2-8/+6
2018-01-15migration: move vm_old_running into global statePeter Xu2-10/+13
2018-01-15migration: split use of MigrationState.total_timePeter Xu2-3/+7
2018-01-15migration: remove "enable_colo" varPeter Xu1-2/+1
2018-01-15migration: qemu_savevm_state_cleanup() in cleanupPeter Xu1-8/+2
2018-01-15migration: assert colo instead of checkPeter Xu1-1/+9
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy1-0/+5
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert1-1/+2
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov4-4/+99
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov2-2/+146
2018-01-15migration: add postcopy blocktime ctx into MigrationIncomingStateAlexey Perevalov2-0/+67
2018-01-15migration: introduce postcopy-blocktime capabilityAlexey Perevalov2-0/+10
2018-01-15migration: free addr in the same function that we created itJuan Quintela1-2/+2
2018-01-15migration: print features as on offJuan Quintela1-4/+9
2018-01-15migration: Use proper types in jsonJuan Quintela1-29/+20
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-11-22migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_ENDDaniel Henrique Barboza1-2/+14
2017-11-21migration, xen: Fix block image lock issue on live migrationAnthony PERARD1-1/+22
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf1-3/+3
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz1-0/+1
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela3-19/+32
2017-10-29migration: No need to return the size of the cacheJuan Quintela3-11/+7
2017-10-29migration: Don't play games with the requested cache sizeJuan Quintela1-5/+6
2017-10-29migration: Make sure that we pass the right cache sizeJuan Quintela1-5/+7
2017-10-23migration: Improve migration thread error handlingJuan Quintela3-5/+22
2017-10-23migration: add bitmap for received pageAlexey Perevalov3-5/+57
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov1-13/+21
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov3-10/+11
2017-10-23migration: new ram_init_bitmaps()Peter Xu1-21/+30
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu1-46/+77
2017-10-23migration: provide ram_state_cleanupPeter Xu1-3/+10
2017-10-23migration: provide ram_state_init()Peter Xu1-10/+26
2017-10-23migration: pause-before-switchover for postcopyDr. David Alan Gilbert1-7/+22
2017-10-23migration: allow cancel to unpauseDr. David Alan Gilbert1-0/+4
2017-10-23migration: migrate-continueDr. David Alan Gilbert1-0/+11
2017-10-23migration: Wait for semaphore before completing migrationDr. David Alan Gilbert2-0/+41
2017-10-23migration: Add 'pre-switchover' and 'device' statusesDr. David Alan Gilbert1-0/+6
2017-10-23migration: Add 'pause-before-switchover' capabilityDr. David Alan Gilbert2-0/+11