summaryrefslogtreecommitdiffstats
path: root/migration/migration.c
Commit message (Expand)AuthorAgeFilesLines
* COLO: fix setting checkpoint-delay not working properlyzhanghailiang2017-02-131-0/+3
* migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin2017-02-131-0/+4
* add 'release-ram' migrate capabilityPavel Butsykin2017-02-131-0/+9
* postcopy: Recover block devices on early failureDr. David Alan Gilbert2017-02-061-0/+25
* migration: create Migration Incoming State at init timeJuan Quintela2017-02-061-21/+17Star
* migration: Change name of live migration threadPankaj Gupta2017-01-241-1/+1
* migration: re-active images while migration been canceled after inactive themzhanghailiang2017-01-241-0/+15
* migration: Fail migration blocker for --only-migratableAshijeet Acharya2017-01-241-0/+7
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-2/+35
* migration: fix missing assignment for has_x_checkpoint_delayzhanghailiang2016-11-141-0/+1
* Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...Peter Maydell2016-10-311-5/+79
|\
| * COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang2016-10-301-0/+16
| * migration: Switch to COLO process after finishing loadvmzhanghailiang2016-10-301-0/+12
| * migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang2016-10-301-5/+33
| * migration: Introduce capability 'x-colo' to migrationzhanghailiang2016-10-301-0/+18
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-311-1/+1
|\ \ | |/ |/|
| * migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell2016-10-281-1/+1
* | migration: set name for all I/O channels createdDaniel P. Berrange2016-10-271-0/+1
|/
* migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya2016-10-131-33/+50
* migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya2016-10-131-0/+2
* migrate: Use boxed qapi for migrate-set-parametersEric Blake2016-10-131-38/+27Star
* migrate: Share common MigrationParameters structEric Blake2016-10-131-0/+7
* migration: set state to post-migrate on failureDr. David Alan Gilbert2016-07-221-0/+4
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell2016-06-171-6/+6
* migration: rename functions to starting migrationsDaniel P. Berrange2016-06-161-9/+9
* Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert2016-06-161-0/+14
* Postcopy: Add stats on page requestsDr. David Alan Gilbert2016-06-161-0/+2
* Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert2016-06-161-35/+22Star
* migration: add support for encrypting data with TLSDaniel P. Berrange2016-05-261-6/+34
* migration: define 'tls-creds' and 'tls-hostname' migration parametersDaniel P. Berrange2016-05-261-0/+14
* migration: don't use an array for storing migrate parametersDaniel P. Berrange2016-05-261-32/+23Star
* migration: convert exec socket protocol to use QIOChannelDaniel P. Berrange2016-05-261-4/+0Star
* migration: convert fd socket protocol to use QIOChannelDaniel P. Berrange2016-05-261-4/+0Star
* migration: convert unix socket protocol to use QIOChannelDaniel P. Berrange2016-05-261-0/+4
* migration: convert post-copy to use QIOChannelBufferDaniel P. Berrange2016-05-261-8/+7Star
* migration: add reporting of errors for outgoing migrationDaniel P. Berrange2016-05-261-3/+12
* migration: add helpers for creating QEMUFile from a QIOChannelDaniel P. Berrange2016-05-261-0/+21
* migration: force QEMUFile to blocking mode for outgoing migrationDaniel P. Berrange2016-05-261-0/+1
* migration: introduce set_blocking function in QEMUFileOpsDaniel P. Berrange2016-05-261-3/+1Star
* migration: regain control of images when migration fails to completeGreg Kurz2016-05-231-2/+15
* savevm: fail if migration blockers are presentGreg Kurz2016-05-231-6/+15
* migration: Promote improved autoconverge commands out of experimental stateJason J. Herne2016-05-231-28/+28
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-1/+1
* postcopy: Remove the x-Dr. David Alan Gilbert2016-03-111-2/+2
* migration: fix warning for source_return_path_threadPeter Xu2016-03-111-3/+2Star
* Postcopy: Fix sync count in info migrateDr. David Alan Gilbert2016-03-081-0/+1
* migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2016-02-261-40/+49
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2016-02-231-0/+14