aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2024-05-27migration: Rephrase message on failure to save / load Xen device stateMarkus Armbruster
2024-05-25migration: remove unnecessary zlib dependencyPaolo Bonzini
2024-05-22Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson
2024-05-22migration: fix a typoMarc-André Lureau
2024-05-22migration: add "exists" info to load-state-field traceMarc-André Lureau
2024-05-22migration/colo: Tidy up bql_unlock() around bdrv_activate_all()Li Zhijian
2024-05-22migration/colo: make colo_incoming_co() return voidLi Zhijian
2024-05-22migration/colo: Minor fix for colo error messageLi Zhijian
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater
2024-05-08migration: Deprecate fd: for file migrationFabiano Rosas
2024-05-08migration: Remove non-multifd compressionFabiano Rosas
2024-05-08migration: Remove block migrationFabiano Rosas
2024-05-08migration: Remove 'blk/-b' option from migrate commandsFabiano Rosas
2024-05-08migration: Remove 'inc' option from migrate commandFabiano Rosas
2024-05-08migration: Remove 'skipped' field from MigrationStatsFabiano Rosas
2024-05-08qapi: introduce exit-on-error parameter for migrate-incomingVladimir Sementsov-Ogievskiy
2024-05-08migration: process_incoming_migration_co(): rework error reportingVladimir Sementsov-Ogievskiy
2024-05-08migration: process_incoming_migration_co(): fix reporting s->errorVladimir Sementsov-Ogievskiy
2024-05-08migration: process_incoming_migration_co(): complete cleanup on failureVladimir Sementsov-Ogievskiy
2024-05-08migration: move trace-point from migrate_fd_error to migrate_set_errorVladimir Sementsov-Ogievskiy
2024-05-08migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to...Will Gyda
2024-05-03migration: do not include coroutine_int.hPaolo Bonzini
2024-05-03migration: remove PostcopyDiscardState from typedefs.hPaolo Bonzini
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-04-24qapi: Inline and remove QERR_MIGRATION_ACTIVE definitionPhilippe Mathieu-Daudé
2024-04-24qapi: Correct error message for 'vcpu_dirty_limit' parameterPhilippe Mathieu-Daudé
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson
2024-04-23migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutin...Li Zhijian
2024-04-23migration/multifd: solve zero page causing multiple page faultsYuan Liu
2024-04-23migration: Add Error** argument to add_bitmaps_to_list()Cédric Le Goater
2024-04-23migration: Modify ram_init_bitmaps() to report dirty tracking errorsCédric Le Goater
2024-04-23migration: Add Error** argument to xbzrle_init()Cédric Le Goater
2024-04-23migration: Add Error** argument to ram_state_init()Cédric Le Goater
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater
2024-04-23migration: Introduce ram_bitmaps_destroy()Cédric Le Goater
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater
2024-04-23migration: Add Error** argument to qemu_savevm_state_setup()Cédric Le Goater
2024-04-23migration: Add Error** argument to vmstate_save()Cédric Le Goater
2024-04-23migration: Always report an error in ram_save_setup()Cédric Le Goater
2024-04-23migration: Always report an error in block_save_setup()Cédric Le Goater
2024-04-18colo: move stubs out of stubs/Paolo Bonzini
2024-04-07migration/postcopy: ensure preempt channel is ready before loading statesWei Wang
2024-03-31migration/postcopy: Ensure postcopy_start() sets errp if it failsAvihai Horon
2024-03-31migration: Set migration error in migration_completion()Avihai Horon
2024-03-22migration/multifd: Fix clearing of mapped-ram zero pagesFabiano Rosas
2024-03-22migration/postcopy: Fix high frequency syncPeter Xu
2024-03-22migration: Revert mapped-ram multifd support to fd: URIFabiano Rosas
2024-03-18Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-03-15migration/multifd: Duplicate the fd for the outgoing_argsFabiano Rosas