aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2024-06-30migration: Fix file migration with fdsetFabiano Rosas1-2/+9
2024-04-28migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutin...Li Zhijian1-8/+10
2024-04-09migration/postcopy: ensure preempt channel is ready before loading statesWei Wang1-0/+21
2024-04-01migration/postcopy: Ensure postcopy_start() sets errp if it failsAvihai Horon1-0/+8
2024-03-19migration: Skip only empty block devicesCédric Le Goater1-1/+4
2024-03-12migration/rdma: Fix a memory issue for migrationYu Zhang1-1/+1
2024-02-12migration: Fix logic of channels and transport compatibility checkAvihai Horon1-6/+11
2024-01-29migration: Fix use-after-free of migration state objectFabiano Rosas1-0/+2
2024-01-29migration: Plug memory leak on HMP migrate error pathMarkus Armbruster1-3/+1
2024-01-20migration/rdma: define htonll/ntohll only if not predefinedNick Briggs1-0/+4
2023-12-04Merge tag 'migration-20231201-pull-request' of https://github.com/xzpeter/qem...Stefan Hajnoczi1-6/+6
2023-12-01migration: Plug memory leak with migration URIsHet Gala1-6/+6
2023-11-30migration: free 'saddr' since be no longer usedZongmin Zhou1-2/+3
2023-11-30migration/multifd: Stop setting p->ioc before connectingFabiano Rosas1-2/+1
2023-11-15migration/rdma.c: spelling fix: asumeMichael Tokarev1-1/+1
2023-11-07block: Mark bdrv_filter_bs() and callers GRAPH_RDLOCKKevin Wolf1-0/+4
2023-11-07Merge tag 'pull-vfio-20231106' of https://github.com/legoater/qemu into stagingStefan Hajnoczi1-2/+2
2023-11-03migration: Unlock mutex in error caseJuan Quintela1-52/+52
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater1-2/+2
2023-11-02migration: Implement MigrateChannelList to hmp migration flow.Het Gala3-6/+25
2023-11-02migration: Implement MigrateChannelList to qmp migration flow.Het Gala1-46/+55
2023-11-02migration: modify migration_channels_and_uri_compatible() for new QAPI syntaxHet Gala1-11/+14
2023-11-02migration: New migrate and migrate-incoming argument 'channels'Het Gala2-8/+54
2023-11-02migration: Convert the file backend to the new QAPI syntaxFabiano Rosas3-24/+17
2023-11-02migration: convert exec backend to accept MigrateAddress.Het Gala3-26/+59
2023-11-02migration: convert rdma backend to accept MigrateAddressHet Gala3-28/+19
2023-11-02migration: convert socket backend to accept MigrateAddressHet Gala3-45/+31
2023-11-02migration: convert migration 'uri' into 'MigrateAddress'Het Gala5-2/+69
2023-11-02migration: Change ram_dirty_bitmap_reload() retval to boolPeter Xu3-22/+22
2023-11-02migration: Allow network to fail even during recoveryPeter Xu3-8/+67
2023-11-02migration: Refactor error handling in source return pathPeter Xu7-95/+80
2023-11-01migration: per-mode blockersSteve Sistare1-13/+82
2023-11-01migration: mode parameterSteve Sistare3-0/+31
2023-11-01migration: Add tracepoints for downtime checkpointsPeter Xu3-7/+25
2023-11-01migration: migration_stop_vm() helperPeter Xu2-3/+10
2023-11-01migration: Add per vmstate downtime tracepointsPeter Xu2-4/+47
2023-11-01migration: Add migration_downtime_start|end() helpersPeter Xu1-13/+24
2023-11-01migration: Set downtime_start even for postcopyPeter Xu1-2/+3
2023-11-01migration: Check in savevm_state_handler_insert for dupsPeter Xu1-0/+14
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela1-0/+18
2023-10-31qemu-file: Make qemu_fflush() return errorsJuan Quintela7-51/+21
2023-10-31migration: Remove transferred atomic counterJuan Quintela3-8/+0
2023-10-31migration: Use migration_transferred_bytes()Juan Quintela2-4/+4
2023-10-31qemu-file: Simplify qemu_file_get_error()Juan Quintela1-1/+1
2023-10-31migration: migration_rate_limit_reset() don't need the QEMUFileJuan Quintela3-5/+3
2023-10-31migration: migration_transferred_bytes() don't need the QEMUFileJuan Quintela3-9/+7
2023-10-31qemu-file: Remove _noflush from qemu_file_transferred_noflush()Juan Quintela5-13/+12
2023-10-31qemu_file: Remove unused qemu_file_transferred()Juan Quintela2-25/+0
2023-10-31migration: Use the number of transferred bytes directlyJuan Quintela1-1/+1
2023-10-31qemu_file: total_transferred is not used anymoreJuan Quintela1-4/+0