Age | Commit message (Expand) | Author |
2024-05-08 | migration: Deprecate fd: for file migration | Fabiano Rosas |
2024-05-08 | migration: Remove non-multifd compression | Fabiano Rosas |
2024-05-08 | migration: Remove block migration | Fabiano Rosas |
2024-05-08 | migration: Remove 'blk/-b' option from migrate commands | Fabiano Rosas |
2024-05-08 | migration: Remove 'inc' option from migrate command | Fabiano Rosas |
2024-05-08 | migration: Remove 'skipped' field from MigrationStats | Fabiano Rosas |
2024-05-08 | qapi: introduce exit-on-error parameter for migrate-incoming | Vladimir Sementsov-Ogievskiy |
2024-05-08 | migration: process_incoming_migration_co(): rework error reporting | Vladimir Sementsov-Ogievskiy |
2024-05-08 | migration: process_incoming_migration_co(): fix reporting s->error | Vladimir Sementsov-Ogievskiy |
2024-05-08 | migration: process_incoming_migration_co(): complete cleanup on failure | Vladimir Sementsov-Ogievskiy |
2024-05-08 | migration: move trace-point from migrate_fd_error to migrate_set_error | Vladimir Sementsov-Ogievskiy |
2024-05-08 | migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to... | Will Gyda |
2024-05-03 | migration: do not include coroutine_int.h | Paolo Bonzini |
2024-05-03 | migration: remove PostcopyDiscardState from typedefs.h | Paolo Bonzini |
2024-04-24 | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging | Richard Henderson |
2024-04-24 | qapi: Inline and remove QERR_MIGRATION_ACTIVE definition | Philippe Mathieu-Daudé |
2024-04-24 | qapi: Correct error message for 'vcpu_dirty_limit' parameter | Philippe Mathieu-Daudé |
2024-04-23 | Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu... | Richard Henderson |
2024-04-23 | migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutin... | Li Zhijian |
2024-04-23 | migration/multifd: solve zero page causing multiple page faults | Yuan Liu |
2024-04-23 | migration: Add Error** argument to add_bitmaps_to_list() | Cédric Le Goater |
2024-04-23 | migration: Modify ram_init_bitmaps() to report dirty tracking errors | Cédric Le Goater |
2024-04-23 | migration: Add Error** argument to xbzrle_init() | Cédric Le Goater |
2024-04-23 | migration: Add Error** argument to ram_state_init() | Cédric Le Goater |
2024-04-23 | memory: Add Error** argument to the global_dirty_log routines | Cédric Le Goater |
2024-04-23 | migration: Introduce ram_bitmaps_destroy() | Cédric Le Goater |
2024-04-23 | migration: Add Error** argument to .load_setup() handler | Cédric Le Goater |
2024-04-23 | migration: Add Error** argument to .save_setup() handler | Cédric Le Goater |
2024-04-23 | migration: Add Error** argument to qemu_savevm_state_setup() | Cédric Le Goater |
2024-04-23 | migration: Add Error** argument to vmstate_save() | Cédric Le Goater |
2024-04-23 | migration: Always report an error in ram_save_setup() | Cédric Le Goater |
2024-04-23 | migration: Always report an error in block_save_setup() | Cédric Le Goater |
2024-04-18 | colo: move stubs out of stubs/ | Paolo Bonzini |
2024-04-07 | migration/postcopy: ensure preempt channel is ready before loading states | Wei Wang |
2024-03-31 | migration/postcopy: Ensure postcopy_start() sets errp if it fails | Avihai Horon |
2024-03-31 | migration: Set migration error in migration_completion() | Avihai Horon |
2024-03-22 | migration/multifd: Fix clearing of mapped-ram zero pages | Fabiano Rosas |
2024-03-22 | migration/postcopy: Fix high frequency sync | Peter Xu |
2024-03-22 | migration: Revert mapped-ram multifd support to fd: URI | Fabiano Rosas |
2024-03-18 | Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu... | Peter Maydell |
2024-03-15 | migration/multifd: Duplicate the fd for the outgoing_args | Fabiano Rosas |
2024-03-15 | migration/multifd: Ensure we're not given a socket for file migration | Fabiano Rosas |
2024-03-14 | migration: Fix iocs leaks during file and fd migration | Fabiano Rosas |
2024-03-13 | migration: Skip only empty block devices | Cédric Le Goater |
2024-03-12 | migration: Fix error handling after dup in file migration | Fabiano Rosas |
2024-03-12 | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-03-12 | bulk: Access existing variables initialized to &S->F when available | Philippe Mathieu-Daudé |
2024-03-12 | error: Move ERRP_GUARD() to the beginning of the function | Zhao Liu |
2024-03-12 | migration/option: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu |
2024-03-11 | migration/multifd: Enable multifd zero page checking by default. | Hao Xiang |