aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15Merge tag 'next-8.0-pull-request' of https://gitlab.com/juan.quintela/qemu in...Peter Maydell1-23/+24
2022-12-15migration: Remove old preempt code around state maintainancePeter Xu1-2/+0
2022-12-15migration: Send requested page directly in rp-return threadPeter Xu1-16/+19
2022-12-15migration: Use atomic ops properly for page accountingsPeter Xu1-5/+5
2022-12-14qapi migration: Elide redundant has_FOO in generated CMarkus Armbruster1-19/+8
2022-11-21migration: Disable multifd explicitly with compressionPeter Xu1-0/+7
2022-11-21migration: Disallow postcopy preempt to be used with compressPeter Xu1-0/+11
2022-10-07migration: add missing coroutine_fn annotationsMarc-André Lureau1-1/+2
2022-08-02migration: Assert that migrate_multifd_compression() returns an in-range valuePeter Maydell1-0/+1
2022-08-02migration: add remaining params->has_* = true in migration_instance_init()Leonardo Bras1-0/+4
2022-07-20migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras1-1/+14
2022-07-20Add dirty-sync-missed-zero-copy migration statLeonardo Bras1-0/+2
2022-07-20migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu1-3/+3
2022-07-20migration: Add helpers to detect TLS capabilityPeter Xu1-0/+1
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu1-0/+2
2022-07-20migration: Create the postcopy preempt channel asynchronouslyPeter Xu1-0/+16
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu1-4/+23
2022-07-20migration: Postcopy preemption enablementPeter Xu1-0/+2
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu1-8/+55
2022-07-20migration: Add postcopy-preempt capabilityPeter Xu1-0/+18
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-4/+3
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé1-1/+2
2022-06-22migration: Change zero_copy_send from migration parameter to migration capabi...Leonardo Bras1-33/+25
2022-05-16multifd: Implement zero copy write in multifd migration (multifd-zero-copy)Leonardo Bras1-1/+10
2022-05-16migration: Add migrate_use_tls() helperLeonardo Bras1-0/+9
2022-05-16migration: Add zero-copy-send parameter for QMP/HMP for LinuxLeonardo Bras1-0/+32
2022-04-21migration: Read state onceDr. David Alan Gilbert1-2/+3
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu1-11/+2
2022-04-21migration: Move channel setup out of postcopy_try_recover()Peter Xu1-12/+11
2022-04-21migration: Move migrate_allow_multifd and helpers into migration.cPeter Xu1-5/+17
2022-04-21migration: Postpone releasing MigrationState.hostnamePeter Xu1-0/+3
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-7/+7
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu1-8/+14
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu1-2/+2
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson1-0/+3
2022-01-28migration: Drop return code for disgard ram processPeter Xu1-4/+1
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen1-6/+0
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen1-5/+5
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen1-1/+1
2021-12-22failover: Silence warning messages during qtestLaurent Vivier1-1/+3
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela1-3/+4
2021-12-15migration/colo: Optimize COLO primary node start code pathZhang Chen1-6/+7
2021-12-15Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei1-0/+6
2021-11-03Fixed SVM hang when do failover before PVM crashRao, Lei1-0/+2
2021-11-03Fixed qemu crash when guest power off in COLO modeRao, Lei1-1/+3
2021-11-03migration: initialise compression_counters for a new migrationyuxiating1-1/+2
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier1-3/+6
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand1-3/+3
2021-11-01migration: Add migrate_add_blocker_internal()Peter Xu1-8/+13