aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2023-12-04Merge tag 'migration-20231201-pull-request' of https://github.com/xzpeter/qem...Stefan Hajnoczi
2023-12-01migration: Plug memory leak with migration URIsHet Gala
2023-11-30migration: free 'saddr' since be no longer usedZongmin Zhou
2023-11-02migration: Implement MigrateChannelList to hmp migration flow.Het Gala
2023-11-02migration: Implement MigrateChannelList to qmp migration flow.Het Gala
2023-11-02migration: modify migration_channels_and_uri_compatible() for new QAPI syntaxHet Gala
2023-11-02migration: New migrate and migrate-incoming argument 'channels'Het Gala
2023-11-02migration: Convert the file backend to the new QAPI syntaxFabiano Rosas
2023-11-02migration: convert exec backend to accept MigrateAddress.Het Gala
2023-11-02migration: convert rdma backend to accept MigrateAddressHet Gala
2023-11-02migration: convert socket backend to accept MigrateAddressHet Gala
2023-11-02migration: convert migration 'uri' into 'MigrateAddress'Het Gala
2023-11-02migration: Change ram_dirty_bitmap_reload() retval to boolPeter Xu
2023-11-02migration: Allow network to fail even during recoveryPeter Xu
2023-11-02migration: Refactor error handling in source return pathPeter Xu
2023-11-01migration: per-mode blockersSteve Sistare
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu
2023-11-01migration: migration_stop_vm() helperPeter Xu
2023-11-01migration: Add migration_downtime_start|end() helpersPeter Xu
2023-11-01migration: Set downtime_start even for postcopyPeter Xu
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela
2023-10-31migration: Use migration_transferred_bytes()Juan Quintela
2023-10-31migration: migration_rate_limit_reset() don't need the QEMUFileJuan Quintela
2023-10-31migration: migration_transferred_bytes() don't need the QEMUFileJuan Quintela
2023-10-31migration: migrate 'blk' command option is deprecated.Juan Quintela
2023-10-31migration: migrate 'inc' command option is deprecated.Juan Quintela
2023-10-20migration: simplify notifiersSteve Sistare
2023-10-20migration: simplify blockersSteve Sistare
2023-10-17migration: Create populate_compress()Juan Quintela
2023-10-17migration: Move compression_counters cleanup ram-compress.cJuan Quintela
2023-10-17migration: RDMA is not compatible with anything elseJuan Quintela
2023-10-17migration: Create migrate_rdma()Juan Quintela
2023-10-17migration: hold the BQL during setupFiona Ebner
2023-10-17migration: Add the configuration vmstate to the json writerNikolay Borisov
2023-10-17migration: Allow user to specify available switchover bandwidthPeter Xu
2023-10-17migration: refactor migration_completionWei Wang
2023-10-11migration: Add migration_rp_wait|kick()Peter Xu
2023-10-11migration: Introduce migrate_has_error()Peter Xu
2023-10-11migration: Display error in query-migrate irrelevant of statusPeter Xu
2023-10-11migration: Set migration status early in incoming sideFabiano Rosas
2023-10-04migration: file URISteve Sistare
2023-09-29migration: Refactor repeated call of yank_unregister_instanceTejus GK
2023-09-27migration: Move return path cleanup to main migration threadFabiano Rosas
2023-09-27migration: Replace the return path retry logicFabiano Rosas
2023-09-27migration: Consolidate return path closing codeFabiano Rosas
2023-09-27migration: Remove redundant cleanup of postcopy_qemufile_srcFabiano Rosas
2023-09-27migration: Fix possible race when shutting down to_dst_fileFabiano Rosas
2023-09-27migration: Fix possible races when shutting down the return pathFabiano Rosas
2023-09-27migration: Fix possible race when setting rp_state.errorFabiano Rosas
2023-09-27migration: Fix race that dest preempt thread close too earlyPeter Xu