Age | Commit message (Expand) | Author |
2023-09-27 | migration: Move return path cleanup to main migration thread | Fabiano Rosas |
2023-09-27 | migration: Replace the return path retry logic | Fabiano Rosas |
2023-09-27 | migration: Consolidate return path closing code | Fabiano Rosas |
2023-09-27 | migration: Remove redundant cleanup of postcopy_qemufile_src | Fabiano Rosas |
2023-09-27 | migration: Fix possible race when shutting down to_dst_file | Fabiano Rosas |
2023-09-27 | migration: Fix possible races when shutting down the return path | Fabiano Rosas |
2023-09-27 | migration: Fix possible race when setting rp_state.error | Fabiano Rosas |
2023-09-27 | migration: Fix race that dest preempt thread close too early | Peter Xu |
2023-09-11 | migration: Add .save_prepare() handler to struct SaveVMHandlers | Avihai Horon |
2023-09-11 | migration: Move more initializations to migrate_init() | Avihai Horon |
2023-09-11 | migration: Add migration prefix to functions in target.c | Avihai Horon |
2023-09-07 | io: follow coroutine AioContext in qio_channel_yield() | Stefan Hajnoczi |
2023-08-30 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Stefan Hajnoczi |
2023-08-30 | block-migration: Ensure we don't crash during migration cleanup | Fabiano Rosas |
2023-08-29 | migration/dirtyrate: Fix precision losses and g_usleep overshoot | Andrei Gudkov |
2023-07-26 | migration/rdma: Split qemu_fopen_rdma() into input/output functions | Juan Quintela |
2023-07-26 | qemu-file: Make qemu_file_get_error_obj() static | Juan Quintela |
2023-07-26 | qemu-file: Simplify qemu_file_shutdown() | Juan Quintela |
2023-07-26 | qemu_file: Make qemu_file_is_writable() static | Juan Quintela |
2023-07-26 | migration: Change qemu_file_transferred to noflush | Juan Quintela |
2023-07-26 | qemu-file: Rename qemu_file_transferred_ fast -> noflush | Juan Quintela |
2023-07-26 | migration: enforce multifd and postcopy preempt to be set before incoming | Wei Wang |
2023-07-26 | migration: Update error description whenever migration fails | Tejus GK |
2023-07-26 | migration: Extend query-migrate to provide dirty page limit info | Hyman Huang(黄勇) |
2023-07-26 | migration: Implement dirty-limit convergence algo | Hyman Huang(黄勇) |
2023-07-26 | migration: Put the detection logic before auto-converge checking | Hyman Huang(黄勇) |
2023-07-26 | migration: Refactor auto-converge capability logic | Hyman Huang(黄勇) |
2023-07-26 | migration: Introduce dirty-limit capability | Hyman Huang(黄勇) |
2023-07-26 | qapi/migration: Introduce vcpu-dirty-limit parameters | Hyman Huang(黄勇) |
2023-07-26 | qapi/migration: Introduce x-vcpu-dirty-limit-period parameter | Hyman Huang(黄勇) |
2023-07-26 | migration/multifd: Protect accesses to migration_threads | Fabiano Rosas |
2023-07-26 | migration/multifd: Rename threadinfo.c functions | Fabiano Rosas |
2023-07-25 | migration: spelling fixes | Michael Tokarev |
2023-07-12 | migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored() | David Hildenbrand |
2023-07-08 | migration: unexport migrate_fd_error() | Laszlo Ersek |
2023-07-08 | migration: factor out "resume_requested" in qmp_migrate() | Laszlo Ersek |
2023-06-30 | vfio/migration: Reset bytes_transferred properly | Avihai Horon |
2023-06-30 | migration: Enable switchover ack capability | Avihai Horon |
2023-06-30 | migration: Implement switchover ack logic | Avihai Horon |
2023-06-30 | migration: Add switchover ack capability | Avihai Horon |
2023-06-20 | meson: Replace softmmu_ss -> system_ss | Philippe Mathieu-Daudé |
2023-06-20 | meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY | Philippe Mathieu-Daudé |
2023-06-13 | exec/memory: Introduce RAM_NAMED_FILE flag | Steve Sistare |
2023-06-05 | bulk: Remove pointless QOM casts | Philippe Mathieu-Daudé |
2023-06-02 | migration: stop tracking ram writes when cancelling background migration | Fiona Ebner |
2023-06-02 | migration: restore vmstate on migration failure | Vladimir Sementsov-Ogievskiy |
2023-06-02 | migration: switch from .vm_was_running to .vm_old_state | Vladimir Sementsov-Ogievskiy |
2023-06-02 | migration: never fail in global_state_store() | Vladimir Sementsov-Ogievskiy |
2023-05-30 | aio: remove aio_disable_external() API | Stefan Hajnoczi |
2023-05-23 | migration: Build migration_files once | Richard Henderson |