summaryrefslogtreecommitdiffstats
path: root/migration/migration.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* migration: introduce decompress-error-checkXiao Guangrong2018-06-041-0/+4
* migration/qmp: add command migrate-pausePeter Xu2018-05-151-0/+29
* migration: introduce lock for to_dst_filePeter Xu2018-05-151-3/+19
* qmp/migration: new command migrate-recoverPeter Xu2018-05-151-0/+24
* migration: init dst in migration_object_init tooPeter Xu2018-05-151-18/+19
* migration: final handshake for the resumePeter Xu2018-05-151-4/+24
* migration: synchronize dirty bitmap for resumePeter Xu2018-05-151-0/+2
* migration: introduce SaveVMHandlers.resume_preparePeter Xu2018-05-151-1/+19
* migration: new message MIG_RP_MSG_RESUME_ACKPeter Xu2018-05-151-0/+37
* migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu2018-05-151-0/+68
* migration: wakeup dst ram-load-thread for recoverPeter Xu2018-05-151-2/+28
* migration: new state "postcopy-recover"Peter Xu2018-05-151-19/+57
* migration: rebuild channel on sourcePeter Xu2018-05-151-21/+70
* qmp: hmp: add migrate "resume" optionPeter Xu2018-05-151-1/+1
* migration: allow fault thread to pausePeter Xu2018-05-151-0/+1
* migration: allow src return path to pausePeter Xu2018-05-151-2/+33
* migration: allow dst vm pause on postcopyPeter Xu2018-05-151-0/+1
* migration: implement "postcopy-pause" src logicPeter Xu2018-05-151-6/+93
* migration: new postcopy-pause statePeter Xu2018-05-151-0/+2