summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2026-05-14migration: Fix low possibility downtime violationPeter Xu
2026-05-14migration: vmstate_save_state_v: fix double error_setgVladimir Sementsov-Ogievskiy
2025-12-09migration: Fix order of function argumentsStefan Weil
2025-12-02migration: Fix double-free on error pathMarkus Armbruster
2025-11-21migration/postcopy-ram: Improve error reporting after loadvm failureMarkus Armbruster
2025-11-21migration: Use warn_reportf_err() where appropriateMarkus Armbruster
2025-11-21migration: Plug memory leaks after migrate_set_error()Markus Armbruster
2025-11-21migration: set correct list pointer when removing notifierMatthew Rosato
2025-11-21migration: Fix transition to COLO state from precopyLi Zhijian
2025-11-18migration/rdma: Check ntohll() availability with mesonPhilippe Mathieu-Daudé
2025-11-13qio: Provide accessor around QIONetListener->siocEric Blake
2025-11-03migration: Introduce POSTCOPY_DEVICE stateJuraj Marcin
2025-11-03migration: Make postcopy listen thread joinableJuraj Marcin
2025-11-03migration: Respect exit-on-error when migration fails before resumingJuraj Marcin
2025-11-03migration: Refactor all incoming cleanup info migration_incoming_destroy()Juraj Marcin
2025-11-03migration: Introduce postcopy incoming setup and cleanup functionsJuraj Marcin
2025-11-03migration: Move postcopy_ram_listen_thread() to postcopy-ram.cJuraj Marcin
2025-11-03migration: Do not try to start VM if disk activation failsPeter Xu
2025-11-03migration: Flush migration channel after sending data of CMD_PACKAGEDJuraj Marcin
2025-11-03migration: vmsd errp handlers: return boolVladimir Sementsov-Ogievskiy
2025-11-03migration/vmstate: stop reporting error number for new _errp APIsVladimir Sementsov-Ogievskiy
2025-11-03migration: vmstate_save_state_v(): fix error pathVladimir Sementsov-Ogievskiy
2025-11-03migration: Properly wait on G_IO_IN when peeking messagesPeter Xu
2025-11-03io: Add qio_channel_wait_cond() helperPeter Xu
2025-11-03migration: Put Error **errp parameter lastMarkus Armbruster
2025-11-03migration: Use bitset of MigMode instead of variable argumentsMarkus Armbruster
2025-11-03migration: Use unsigned instead of int for bit set of MigModeMarkus Armbruster
2025-11-03migration/cpr: Document obscure usage of g_autofree when parse strPeter Xu
2025-11-03migration/cpr: Avoid crashing QEMU when cpr-exec runs with no argsPeter Xu
2025-11-03migration/cpr: Fix UAF in cpr_exec_cb() when execvp() failsPeter Xu
2025-11-03migration/cpr: Fix coverity report in cpr_exec_persist_state()Peter Xu
2025-11-03migration: Fix error leak in postcopy_ram_listen_thread()Peter Xu
2025-11-03migration: mapped-ram: handle zero pagesMarco Cavenati
2025-11-03migration: add FEATURE_SEEKABLE to QIOChannelBlockMarco Cavenati
2025-11-03migration/ram: fix docs of ram_handle_zeroMarco Cavenati
2025-11-03migration/savevm: Add a compatibility check for capabilitiesFabiano Rosas
2025-10-07system/physmem: Extract API out of 'system/ram_addr.h' headerPhilippe Mathieu-Daudé
2025-10-07system/physmem: Drop 'cpu_' prefix in Physical Memory APIPhilippe Mathieu-Daudé
2025-10-07system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scopePhilippe Mathieu-Daudé
2025-10-07system/ramblock: Move ram_block_is_pmem() declarationPhilippe Mathieu-Daudé
2025-10-03migration: cpr-exec modeSteve Sistare
2025-10-03migration: cpr-exec save and loadSteve Sistare
2025-10-03migration: cpr-exec-command parameterSteve Sistare
2025-10-03migration: add cpr_walk_fdSteve Sistare
2025-10-03migration: multi-mode notifierSteve Sistare
2025-10-03migration: simplify error reporting after channel readDaniel P. Berrangé
2025-10-03migration: Fix state transition in postcopy_start() error handlingJuraj Marcin
2025-10-03migration/multifd/tls: Cleanup BYE message processing on sender sidePeter Xu
2025-10-03migration: HMP: Adjust the order of output fieldsBin Guo
2025-10-03migration: Make migration_has_failed() work even for CANCELLINGPeter Xu