summaryrefslogtreecommitdiffstats
path: root/migration/migration.c
Commit message (Expand)AuthorAgeFilesLines
* migration: Support adding migration blockers earlierMarkus Armbruster2019-04-021-1/+5
* Revert "migration: move only_migratable to MigrationState"Markus Armbruster2019-04-021-3/+2Star
* migration/postcopy: Update the bandwidth during postcopyDr. David Alan Gilbert2019-03-251-1/+5
* migration: add support for a "tls-authz" migration parameterDaniel P. Berrange2019-03-251-0/+8
* multifd: Drop x-Juan Quintela2019-03-251-13/+13
* multifd: Drop x-multifd-page-count parameterJuan Quintela2019-03-251-30/+0Star
* Migration/colo.c: Make COLO node running after failoverZhang Chen2019-03-061-0/+3
* migration: Create socket-address parameterJuan Quintela2019-03-061-0/+24
* migration: Introduce ignore-shared capabilityYury Kotov2019-03-061-0/+14
* migration: Cleanup during exitDr. David Alan Gilbert2019-03-061-1/+9
* migration: Fix cancel stateDr. David Alan Gilbert2019-03-061-2/+9
* migration: Switch to using announce timerDr. David Alan Gilbert2019-03-051-1/+1
* migration: Add announce parametersDr. David Alan Gilbert2019-03-051-0/+100
* net: Introduce announce timerDr. David Alan Gilbert2019-03-051-0/+1
* migration: introduce pages-per-secondXiao Guangrong2019-01-231-1/+10
* migration: unify error handling for process_incoming_migration_coFei Li2019-01-231-13/+13
* migration: multifd_save_cleanup() can't fail, simplifyFei Li2019-01-231-4/+1Star
* migration: fix the multifd code when receiving less channelsFei Li2019-01-231-2/+7
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-2/+2
* migration/migration.c: Add COLO dependency checksZhang Chen2018-11-211-0/+9
* migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina2018-10-311-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2018-10-231-6/+6
|\
| * error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-6/+6
* | COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen2018-10-191-0/+7
* | COLO: Remove colo_state migration structZhang Chen2018-10-191-1/+22
* | COLO: Add block replication into colo processZhang Chen2018-10-191-0/+10
* | COLO: integrate colo compare with colo frameZhang Chen2018-10-191-4/+2Star
|/
* migration: fix QEMUFile leakMarc-André Lureau2018-09-261-1/+4
* migration: show the statistics of compressionXiao Guangrong2018-09-261-0/+12
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-2/+2
* migration: do not wait for free threadXiao Guangrong2018-08-221-0/+21
* migration: poll the cm event for destination qemuLidong Chen2018-08-221-1/+2
* migration: implement bi-directional RDMA QIOChannelLidong Chen2018-08-221-0/+2
* migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang2018-08-221-1/+22
* migration: fix duplicate initialization for expected_downtime and cleanup_bhLidong Chen2018-07-241-2/+0Star
* migration: disallow recovery for release-ramPeter Xu2018-07-241-0/+19
* migrate: Fix cancelling state warningDr. David Alan Gilbert2018-07-241-0/+1
* migration: show pause/recover state on dst hostPeter Xu2018-07-101-0/+2
* migration: unify incoming processingPeter Xu2018-07-101-2/+16
* migration: unbreak postcopy recoveryPeter Xu2018-07-101-5/+18
* migration: move income process out of multifdPeter Xu2018-07-101-1/+4
* migration: fix crash in when incoming client channel setup failsDaniel P. Berrangé2018-06-271-1/+2
* migration: Create ram_save_multifd_pageJuan Quintela2018-06-271-1/+1
* migration: Create multifd_bytes ram_counterJuan Quintela2018-06-271-0/+1
* migration: Abstract the number of bytes sentJuan Quintela2018-06-271-3/+11
* migration: Calculate mbps only during transfer timeJuan Quintela2018-06-271-2/+4
* migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S2018-06-151-2/+1Star
* migration: Wake rate limiting for urgent requestsDr. David Alan Gilbert2018-06-151-4/+31
* migration/postcopy: Add max-postcopy-bandwidth parameterDr. David Alan Gilbert2018-06-151-1/+34
* migration: Don't activate block devices if using -SDr. David Alan Gilbert2018-06-041-7/+27