aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-20migration/postcopy: enable compress during postcopyWei Yang1-11/+0
2020-01-20migration: Fix the re-run check of the migrate-incoming commandYury Kotov1-0/+1
2020-01-20migration: Fix incorrect integer->float conversion caught by clangFangrui Song1-2/+1
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert1-25/+32
2019-10-29migration: add new migration state wait-unplugJens Freimann1-0/+21
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-10-11migration: pass in_postcopy instead of check state againWei Yang1-2/+1
2019-10-11migration: Don't try and recover return path in non-postcopyDr. David Alan Gilbert1-1/+1
2019-10-11migration: use migration_is_active to represent active stateWei Yang1-4/+8
2019-09-25migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert1-1/+8
2019-09-12migration: fix one typo in comment of function migration_total_bytes()Wei Yang1-1/+1
2019-09-12migration: Fix postcopy bw for recoveryPeter Xu1-1/+2
2019-09-12migration: Add validate-uuid capabilityYury Kotov1-0/+9
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-0/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-14migration: always initialise ram_counters for a new migrationIvan Ren1-6/+19
2019-08-14migration: remove unused field bytes_xferWei Yang1-1/+0
2019-08-14migration/postcopy: start_postcopy could be true only when migrate_postcopy()...Wei Yang1-2/+1
2019-08-14migration: consolidate time info into populate_time_infoWei Yang1-18/+22
2019-08-14migration: Add error_desc for file channel errorsYury Kotov1-2/+8
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu1-0/+4
2019-05-22migration: Fix typo in migrate_add_blocker() error messageGreg Kurz1-1/+1
2019-05-14migration: Fix use-after-free during process exitYury Kotov1-5/+20
2019-05-14migration: remove not used field xfer_limitWei Yang1-1/+0
2019-04-02migration: Support adding migration blockers earlierMarkus Armbruster1-1/+5
2019-04-02Revert "migration: move only_migratable to MigrationState"Markus Armbruster1-3/+2
2019-03-25migration/postcopy: Update the bandwidth during postcopyDr. David Alan Gilbert1-1/+5
2019-03-25migration: add support for a "tls-authz" migration parameterDaniel P. Berrange1-0/+8
2019-03-25multifd: Drop x-Juan Quintela1-13/+13
2019-03-25multifd: Drop x-multifd-page-count parameterJuan Quintela1-30/+0
2019-03-06Migration/colo.c: Make COLO node running after failoverZhang Chen1-0/+3
2019-03-06migration: Create socket-address parameterJuan Quintela1-0/+24
2019-03-06migration: Introduce ignore-shared capabilityYury Kotov1-0/+14
2019-03-06migration: Cleanup during exitDr. David Alan Gilbert1-1/+9
2019-03-06migration: Fix cancel stateDr. David Alan Gilbert1-2/+9
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert1-1/+1
2019-03-05migration: Add announce parametersDr. David Alan Gilbert1-0/+100
2019-03-05net: Introduce announce timerDr. David Alan Gilbert1-0/+1
2019-01-23migration: introduce pages-per-secondXiao Guangrong1-1/+10
2019-01-23migration: unify error handling for process_incoming_migration_coFei Li1-13/+13
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li1-4/+1
2019-01-23migration: fix the multifd code when receiving less channelsFei Li1-2/+7
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-2/+2
2018-11-21migration/migration.c: Add COLO dependency checksZhang Chen1-0/+9
2018-10-31migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina1-1/+1
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-6/+6
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-6/+6