summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster7-2/+6
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster1-1/+0
2018-02-06migration: incoming postcopy advise sanity checksGreg Kurz1-3/+18
2018-02-06migration: Don't leak IO channelsRoss Lagerwall1-0/+2
2018-02-06migration: Recover block devices if failure in device stateDr. David Alan Gilbert1-1/+2
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela1-6/+5
2018-02-06migration: use s->threshold_size inside migration_update_countersWei Wang1-3/+2
2018-02-06migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32Daniel Henrique Barboza1-1/+1
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert7-25/+23
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert4-4/+9
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