summaryrefslogtreecommitdiffstats
path: root/migration/migration.c
Commit message (Expand)AuthorAgeFilesLines
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-1/+1
* postcopy: Remove the x-Dr. David Alan Gilbert2019-11-291-2/+2
* migration: fix warning for source_return_path_threadPeter Xu2019-11-291-3/+2
* Postcopy: Fix sync count in info migrateDr. David Alan Gilbert2019-11-291-0/+1
* migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2019-11-291-40/+49
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2019-11-291-0/+14
* rdma: remove check on time_spent when calculating mbsWei Yang2019-11-291-2/+2
* migration: remove useless code.Liang Li2019-11-291-6/+0
* migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2019-11-291-35/+37
* migration: Clean up includesPeter Maydell2019-11-291-0/+1
* block: Inactivate BDS when migration completesKevin Wolf2019-11-291-0/+7
* migration: Add state records for migration incomingzhanghailiang2019-11-291-6/+10
* migration: Export migrate_set_state()zhanghailiang2019-11-291-15/+21
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-2/+2
* migration: do floating-point divisionPaolo Bonzini2015-12-031-1/+1
* Unneeded NULL checkDr. David Alan Gilbert2015-11-191-1/+1
* migration: Dead assignment of current_timeDr. David Alan Gilbert2015-11-191-1/+0
* migration_init: Fix lock initialisation/make it explicitDr. David Alan Gilbert2015-11-121-30/+23
* migrate-start-postcopy: Improve textDr. David Alan Gilbert2015-11-121-1/+1
* Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert2015-11-121-2/+8
* End of migration for postcopyDr. David Alan Gilbert2015-11-101-1/+25
* Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert2015-11-101-0/+6
* Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert2015-11-101-1/+1
* Page request: Process incoming page requestDr. David Alan Gilbert2015-11-101-1/+30
* Page request: Add MIG_RP_MSG_REQ_PAGES reverse commandDr. David Alan Gilbert2015-11-101-0/+70
* Postcopy: End of iterationDr. David Alan Gilbert2015-11-101-14/+37
* Postcopy: Postcopy startup in migration threadDr. David Alan Gilbert2015-11-101-7/+167
* migration_completion: Take current stateDr. David Alan Gilbert2015-11-101-0/+1
* MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration stateDr. David Alan Gilbert2015-11-101-2/+45
* migration_completion: Take current stateDr. David Alan Gilbert2015-11-101-4/+7
* migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert2015-11-101-0/+22
* Modify save_live_pending for postcopyDr. David Alan Gilbert2015-11-101-2/+7
* Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert2015-11-101-0/+20
* Add migration-capability boolean for postcopy-ram.Dr. David Alan Gilbert2015-11-101-0/+23
* Rework loadvm path for subloopsDr. David Alan Gilbert2015-11-101-0/+2
* Return path: Source handling of return pathDr. David Alan Gilbert2015-11-101-2/+157
* migration_is_setup_or_activeDr. David Alan Gilbert2015-11-101-6/+20
* Return path: Send responses from destination to sourceDr. David Alan Gilbert2015-11-101-0/+45
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* migrate_init: Call from savevmDr. David Alan Gilbert2015-11-101-1/+1
* Rename mis->file to from_src_fileDr. David Alan Gilbert2015-11-101-1/+1
* migration: rename qemu_savevm_state_cancelLiang Li2015-11-041-1/+1
* migration: defer migration_end & blk_mig_cleanupLiang Li2015-11-041-7/+6
* migration: announce VM's new home just before VM is runnableAmit Shah2015-10-151-1/+6
* Migration: Generate the completed event only when we completeDr. David Alan Gilbert2015-10-151-1/+7
* migration: Disambiguate MAX_THROTTLEJason J. Herne2015-09-301-1/+1
* qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne2015-09-301-0/+5
* migration: Dynamic cpu throttling for auto-convergeJason J. Herne2015-09-301-0/+4
* migration: Parameters for auto-converge cpu throttlingJason J. Herne2015-09-301-1/+45
* migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-291-1/+1
OpenPOWER on IntegriCloud