Age | Commit message (Expand) | Author |
2023-05-18 | migration: Attempt disk reactivation in more failure scenarios | Eric Blake |
2023-05-18 | migration: Minor control flow simplification | Eric Blake |
2023-05-18 | migration: Handle block device inactivation failures better | Eric Blake |
2023-04-12 | migration: fix ram_state_pending_exact() | Juan Quintela |
2023-04-12 | migration/ram.c: Fix migration with compress enabled | Lukas Straub |
2023-04-12 | migration: Recover behavior of preempt channel creation for pre-7.2 | Peter Xu |
2023-04-12 | migration: Fix potential race on postcopy_qemufile_src | Peter Xu |
2023-04-11 | migration/block: replace uses of blk_nb_sectors that do not check result | Paolo Bonzini |
2023-03-22 | *: Add missing includes of qemu/error-report.h | Richard Henderson |
2023-03-16 | migration: fix populate_vfio_info | Steve Sistare |
2023-03-16 | migration/multifd: correct multifd_send_thread to trace the flags | Wei Wang |
2023-03-16 | migration/rdma: Remove deprecated variable rdma_return_path | Li Zhijian |
2023-03-16 | migration/xbzrle: fix out-of-bounds write with axv512 | Matheus Tavares Bernardino |
2023-03-16 | migration/xbzrle: use ctz64 to avoid undefined result | Matheus Tavares Bernardino |
2023-03-16 | migration/rdma: Fix return-path case | Dr. David Alan Gilbert |
2023-03-16 | migration: Wait on preempt channel in preempt thread | Peter Xu |
2023-03-02 | Fix exec migration on Windows (w32+w64). | John Berberian, Jr |
2023-02-23 | migration/colo: Improve an x-colo-lost-heartbeat error message | Markus Armbruster |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster |
2023-02-15 | migration: Rename res_{postcopy,precopy}_only | Juan Quintela |
2023-02-15 | migration: Remove unused res_compatible | Juan Quintela |
2023-02-15 | migration: In case of postcopy, the memory ends in res_postcopy_only | Juan Quintela |
2023-02-15 | migration/block: Convert remaining DPRINTF() debug macro to trace events | Philippe Mathieu-Daudé |
2023-02-15 | migration/qemu-file: Add qemu_file_get_to_fd() | Avihai Horon |
2023-02-13 | ram: Document migration ram flags | Juan Quintela |
2023-02-13 | migration/multifd: Move load_cleanup inside incoming_state_destroy | Leonardo Bras |
2023-02-13 | migration/multifd: Join all multifd threads in order to avoid leaks | Leonardo Bras |
2023-02-13 | migration/multifd: Remove unnecessary assignment on multifd_load_cleanup() | Leonardo Bras |
2023-02-13 | migration/multifd: Change multifd_load_cleanup() signature and usage | Leonardo Bras |
2023-02-11 | migration: Postpone postcopy preempt channel to be after main | Peter Xu |
2023-02-11 | migration: Add a semaphore to count PONGs | Peter Xu |
2023-02-11 | migration: Cleanup postcopy_preempt_setup() | Peter Xu |
2023-02-11 | migration: Rework multi-channel checks on URI | Peter Xu |
2023-02-11 | AVX512 support for xbzrle_encode_buffer | ling xu |
2023-02-11 | migration: I messed state_pending_exact/estimate | Juan Quintela |
2023-02-11 | migration: Make ram_save_target_page() a pointer | Juan Quintela |
2023-02-11 | migration: Calculate ram size once | Juan Quintela |
2023-02-11 | migration: Split ram_bytes_total_common() in two functions | Juan Quintela |
2023-02-11 | migration: Make find_dirty_block() return a single parameter | Juan Quintela |
2023-02-11 | migration: Simplify ram_find_and_save_block() | Juan Quintela |
2023-02-11 | multifd: Remove some redundant code | Li Zhang |
2023-02-11 | multifd: cleanup the function multifd_channel_connect | Li Zhang |
2023-02-11 | migration: Remove spurious files | Juan Quintela |
2023-02-08 | Drop duplicate #include | Markus Armbruster |
2023-02-06 | migration: save/delete migration thread info | Jiang Jiacheng |
2023-02-06 | migration: Introduce interface query-migrationthreads | Jiang Jiacheng |
2023-02-06 | multifd: Fix flush of zero copy page send request | Zhenzhong Duan |
2023-02-06 | multifd: Fix a race on reading MultiFDPages_t.block | Zhenzhong Duan |
2023-02-06 | migration: check magic value for deciding the mapping of channels | manish.mishra |
2023-02-06 | io: Add support for MSG_PEEK for socket channel | manish.mishra |