aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2019-10-11migration: Don't try and recover return path in non-postcopyDr. David Alan Gilbert
2019-10-11migration: use migration_is_active to represent active stateWei Yang
2019-09-25migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert
2019-09-12migration: fix one typo in comment of function migration_total_bytes()Wei Yang
2019-09-12migration: Fix postcopy bw for recoveryPeter Xu
2019-09-12migration: Add validate-uuid capabilityYury Kotov
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-14migration: always initialise ram_counters for a new migrationIvan Ren
2019-08-14migration: remove unused field bytes_xferWei Yang
2019-08-14migration/postcopy: start_postcopy could be true only when migrate_postcopy()...Wei Yang
2019-08-14migration: consolidate time info into populate_time_infoWei Yang
2019-08-14migration: Add error_desc for file channel errorsYury Kotov
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu
2019-05-22migration: Fix typo in migrate_add_blocker() error messageGreg Kurz
2019-05-14migration: Fix use-after-free during process exitYury Kotov
2019-05-14migration: remove not used field xfer_limitWei Yang
2019-04-02migration: Support adding migration blockers earlierMarkus Armbruster
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster
2019-03-25migration/postcopy: Update the bandwidth during postcopyDr. David Alan Gilbert
2019-03-25migration: add support for a "tls-authz" migration parameterDaniel P. Berrange
2019-03-25multifd: Drop x-Juan Quintela
2019-03-25multifd: Drop x-multifd-page-count parameterJuan Quintela
2019-03-06Migration/colo.c: Make COLO node running after failoverZhang Chen
2019-03-06migration: Create socket-address parameterJuan Quintela
2019-03-06migration: Introduce ignore-shared capabilityYury Kotov
2019-03-06migration: Cleanup during exitDr. David Alan Gilbert
2019-03-06migration: Fix cancel stateDr. David Alan Gilbert
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert
2019-03-05migration: Add announce parametersDr. David Alan Gilbert
2019-03-05net: Introduce announce timerDr. David Alan Gilbert
2019-01-23migration: introduce pages-per-secondXiao Guangrong
2019-01-23migration: unify error handling for process_incoming_migration_coFei Li
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li
2019-01-23migration: fix the multifd code when receiving less channelsFei Li
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-11-21migration/migration.c: Add COLO dependency checksZhang Chen
2018-10-31migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen
2018-10-19COLO: Remove colo_state migration structZhang Chen
2018-10-19COLO: Add block replication into colo processZhang Chen
2018-10-19COLO: integrate colo compare with colo frameZhang Chen
2018-09-26migration: fix QEMUFile leakMarc-André Lureau
2018-09-26migration: show the statistics of compressionXiao Guangrong
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu