Age | Commit message (Expand) | Author |
2024-03-11 | migration/multifd: Implement ram_save_target_page_multifd to handle multifd v... | Hao Xiang |
2024-03-11 | migration/multifd: Implement zero page transmission on the multifd thread. | Hao Xiang |
2024-03-11 | migration/multifd: Add new migration option zero-page-detection. | Hao Xiang |
2024-03-11 | migration/multifd: Allow clearing of the file_bmap from multifd | Fabiano Rosas |
2024-03-11 | migration: export migration_is_setup_or_active | Steve Sistare |
2024-03-11 | migration/ram: add additional check | Maksim Davydov |
2024-03-05 | Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu int... | Peter Maydell |
2024-03-04 | migration/multifd: Document two places for mapped-ram | Peter Xu |
2024-03-01 | migration/multifd: Support incoming mapped-ram stream format | Fabiano Rosas |
2024-03-01 | migration/multifd: Support outgoing mapped-ram stream format | Fabiano Rosas |
2024-03-01 | migration/multifd: Prepare multifd sync for mapped-ram migration | Fabiano Rosas |
2024-03-01 | migration/ram: Add incoming 'mapped-ram' migration | Fabiano Rosas |
2024-03-01 | migration/ram: Add outgoing 'mapped-ram' migration | Fabiano Rosas |
2024-02-29 | migration: Remove qemu_host_page_size | Richard Henderson |
2024-02-28 | migration: remove error from notifier data | Steve Sistare |
2024-02-28 | notify: pass error to notifier with return | Steve Sistare |
2024-02-05 | migration/multifd: Change retval of multifd_queue_page() | Peter Xu |
2024-01-29 | migration: Drop unnecessary check in ram's pending_exact() | Peter Xu |
2024-01-16 | migration/multifd: Remove QEMUFile from where it is not needed | Fabiano Rosas |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi |
2024-01-08 | system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() | Stefan Hajnoczi |
2023-11-03 | migration: Unlock mutex in error case | Juan Quintela |
2023-11-02 | migration: Change ram_dirty_bitmap_reload() retval to bool | Peter Xu |
2023-11-02 | migration: Allow network to fail even during recovery | Peter Xu |
2023-11-02 | migration: Refactor error handling in source return path | Peter Xu |
2023-10-31 | qemu-file: Make qemu_fflush() return errors | Juan Quintela |
2023-10-31 | migration: Remove transferred atomic counter | Juan Quintela |
2023-10-31 | migration: Use migration_transferred_bytes() | Juan Quintela |
2023-10-31 | migration: Stop migration immediately in RDMA error paths | Peter Xu |
2023-10-30 | migration/ram: Fix compilation with -Wshadow=local | Thomas Huth |
2023-10-30 | migration: Rename ram_compressed_pages() to compress_ram_pages() | Juan Quintela |
2023-10-30 | migration: Move ram_flush_compressed_data() to ram-compress.c | Juan Quintela |
2023-10-30 | migration: Export send_queued_data() | Juan Quintela |
2023-10-30 | migration: Create compress_update_rates() | Juan Quintela |
2023-10-30 | migration: Move busy++ to migrate_with_multithread | Juan Quintela |
2023-10-30 | migration: Make compress_data_with_multithreads return bool | Juan Quintela |
2023-10-30 | migration: Remove save_page_use_compression() | Juan Quintela |
2023-10-30 | migration: Rename ram_handle_compressed() to ram_handle_zero() | Juan Quintela |
2023-10-30 | migration: Receiving a zero page non zero is an error | Juan Quintela |
2023-10-20 | migration: Fix parse_ramblock() on overwritten retvals | Peter Xu |
2023-10-18 | migration: save_zero_page() can take block through pss | Juan Quintela |
2023-10-18 | migration: control_save_page() can take block through pss | Juan Quintela |
2023-10-18 | migration: save_compress_page() can take block through pss | Juan Quintela |
2023-10-17 | migration: Move update_compress_threads_counts() to ram-compress.c | Juan Quintela |
2023-10-17 | migration: Create ram_compressed_pages() | Juan Quintela |
2023-10-17 | migration/ram: Merge save_zero_page functions | Fabiano Rosas |
2023-10-17 | migration/ram: Move xbzrle zero page handling into save_zero_page | Fabiano Rosas |
2023-10-17 | migration/ram: Stop passing QEMUFile around in save_zero_page | Fabiano Rosas |
2023-10-17 | migration/ram: Remove RAMState from xbzrle_cache_zero_page | Fabiano Rosas |
2023-10-17 | migration/ram: Refactor precopy ram loading code | Nikolay Borisov |