aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2016-11-14migration: fix missing assignment for has_x_checkpoint_delayzhanghailiang
2016-10-31Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...Peter Maydell
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-30COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang
2016-10-30migration: Switch to COLO process after finishing loadvmzhanghailiang
2016-10-30migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang
2016-10-30migration: Introduce capability 'x-colo' to migrationzhanghailiang
2016-10-28migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya
2016-10-13migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya
2016-10-13migrate: Use boxed qapi for migrate-set-parametersEric Blake
2016-10-13migrate: Share common MigrationParameters structEric Blake
2016-07-22migration: set state to post-migrate on failureDr. David Alan Gilbert
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert
2016-06-16Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert
2016-05-26migration: add support for encrypting data with TLSDaniel P. Berrange
2016-05-26migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange
2016-05-26migration: don't use an array for storing migrate parametersDaniel P. Berrange
2016-05-26migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange
2016-05-26migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange
2016-05-26migration: add reporting of errors for outgoing migrationDaniel P. Berrange
2016-05-26migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange
2016-05-26migration: force QEMUFile to blocking mode for outgoing migrationDaniel P. Berrange
2016-05-26migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange
2016-05-23migration: regain control of images when migration fails to completeGreg Kurz
2016-05-23savevm: fail if migration blockers are presentGreg Kurz
2016-05-23migration: Promote improved autoconverge commands out of experimental stateJason J. Herne
2016-05-18Fix some typos found by codespellStefan Weil
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert
2016-03-11migration: fix warning for source_return_path_threadPeter Xu
2016-03-08Postcopy: Fix sync count in info migrateDr. David Alan Gilbert
2016-02-26migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert
2016-02-11rdma: remove check on time_spent when calculating mbsWei Yang
2016-02-05migration: remove useless code.Liang Li
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang
2016-01-29migration: Clean up includesPeter Maydell
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-13migration: Add state records for migration incomingzhanghailiang
2016-01-13migration: Export migrate_set_state()zhanghailiang
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-03migration: do floating-point divisionPaolo Bonzini