summaryrefslogtreecommitdiffstats
path: root/migration/migration.c
Commit message (Expand)AuthorAgeFilesLines
* migration: fix one typo in comment of function migration_total_bytes()Wei Yang2019-09-121-1/+1
* migration: Fix postcopy bw for recoveryPeter Xu2019-09-121-1/+2
* migration: Add validate-uuid capabilityYury Kotov2019-09-121-0/+9
* Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell2019-08-161-0/+4
|\
| * sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
| * Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
| * Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
| * Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* | migration: always initialise ram_counters for a new migrationIvan Ren2019-08-141-6/+19
* | migration: remove unused field bytes_xferWei Yang2019-08-141-1/+0Star
* | migration/postcopy: start_postcopy could be true only when migrate_postcopy()...Wei Yang2019-08-141-2/+1Star
* | migration: consolidate time info into populate_time_infoWei Yang2019-08-141-18/+22
* | migration: Add error_desc for file channel errorsYury Kotov2019-08-141-2/+8
|/
* migration: Split log_clear() into smaller chunksPeter Xu2019-07-151-0/+4
* migration: Fix typo in migrate_add_blocker() error messageGreg Kurz2019-05-221-1/+1
* migration: Fix use-after-free during process exitYury Kotov2019-05-141-5/+20
* migration: remove not used field xfer_limitWei Yang2019-05-141-1/+0Star
* 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