summaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-22migration: set state to post-migrate on failureDr. David Alan Gilbert1-0/+4
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell1-6/+6
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange1-9/+9
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert1-0/+14
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert1-0/+2
2016-06-16Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert1-35/+22
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange1-6/+34
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange1-0/+14
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange1-32/+23
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange1-4/+0
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange1-4/+0
2016-05-26migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange1-0/+4
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange1-8/+7
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange1-3/+12
2016-05-26migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange1-0/+21
2016-05-26migration: force QEMUFile to blocking mode for outgoing migrationDaniel P. Berrange1-0/+1
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange1-3/+1
2016-05-23migration: regain control of images when migration fails to completeGreg Kurz1-2/+15
2016-05-23savevm: fail if migration blockers are presentGreg Kurz1-6/+15
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne1-28/+28
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert1-2/+2
2016-03-11migration: fix warning for source_return_path_threadPeter Xu1-3/+2
2016-03-08Postcopy: Fix sync count in info migrateDr. David Alan Gilbert1-0/+1
2016-02-26migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev1-40/+49
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert1-0/+14
2016-02-11rdma: remove check on time_spent when calculating mbsWei Yang1-2/+2
2016-02-05migration: remove useless code.Liang Li1-6/+0
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang1-35/+37
2016-01-29migration: Clean up includesPeter Maydell1-0/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+7
2016-01-13migration: Add state records for migration incomingzhanghailiang1-6/+10
2016-01-13migration: Export migrate_set_state()zhanghailiang1-15/+21
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-2/+2
2015-12-03migration: do floating-point divisionPaolo Bonzini1-1/+1
2015-11-19Unneeded NULL checkDr. David Alan Gilbert1-1/+1
2015-11-19migration: Dead assignment of current_timeDr. David Alan Gilbert1-1/+0
2015-11-12migration_init: Fix lock initialisation/make it explicitDr. David Alan Gilbert1-30/+23
2015-11-12migrate-start-postcopy: Improve textDr. David Alan Gilbert1-1/+1
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert1-2/+8
2015-11-10End of migration for postcopyDr. David Alan Gilbert1-1/+25
2015-11-10Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert1-0/+6
2015-11-10Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert1-1/+1
2015-11-10Page request: Process incoming page requestDr. David Alan Gilbert1-1/+30
2015-11-10Page request: Add MIG_RP_MSG_REQ_PAGES reverse commandDr. David Alan Gilbert1-0/+70
2015-11-10Postcopy: End of iterationDr. David Alan Gilbert1-14/+37
2015-11-10Postcopy: Postcopy startup in migration threadDr. David Alan Gilbert1-7/+167
2015-11-10migration_completion: Take current stateDr. David Alan Gilbert1-0/+1