Age | Commit message (Expand) | Author | Files | Lines |
2023-02-23 | migration/colo: Improve an x-colo-lost-heartbeat error message | Markus Armbruster | 1 | -2/+1 |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster | 2 | -2/+0 |
2023-02-15 | migration: Rename res_{postcopy,precopy}_only | Juan Quintela | 6 | -44/+37 |
2023-02-15 | migration: Remove unused res_compatible | Juan Quintela | 7 | -24/+12 |
2023-02-15 | migration: In case of postcopy, the memory ends in res_postcopy_only | Juan Quintela | 1 | -1/+1 |
2023-02-15 | migration/block: Convert remaining DPRINTF() debug macro to trace events | Philippe Mathieu-Daudé | 2 | -11/+2 |
2023-02-15 | migration/qemu-file: Add qemu_file_get_to_fd() | Avihai Horon | 2 | -0/+35 |
2023-02-13 | ram: Document migration ram flags | Juan Quintela | 1 | -6/+10 |
2023-02-13 | migration/multifd: Move load_cleanup inside incoming_state_destroy | Leonardo Bras | 3 | -1/+11 |
2023-02-13 | migration/multifd: Join all multifd threads in order to avoid leaks | Leonardo Bras | 1 | -1/+2 |
2023-02-13 | migration/multifd: Remove unnecessary assignment on multifd_load_cleanup() | Leonardo Bras | 1 | -1/+0 |
2023-02-13 | migration/multifd: Change multifd_load_cleanup() signature and usage | Leonardo Bras | 3 | -15/+7 |
2023-02-11 | migration: Postpone postcopy preempt channel to be after main | Peter Xu | 5 | -21/+82 |
2023-02-11 | migration: Add a semaphore to count PONGs | Peter Xu | 2 | -0/+9 |
2023-02-11 | migration: Cleanup postcopy_preempt_setup() | Peter Xu | 3 | -14/+4 |
2023-02-11 | migration: Rework multi-channel checks on URI | Peter Xu | 4 | -42/+28 |
2023-02-11 | AVX512 support for xbzrle_encode_buffer | ling xu | 3 | -3/+159 |
2023-02-11 | migration: I messed state_pending_exact/estimate | Juan Quintela | 1 | -8/+8 |
2023-02-11 | migration: Make ram_save_target_page() a pointer | Juan Quintela | 1 | -4/+15 |
2023-02-11 | migration: Calculate ram size once | Juan Quintela | 1 | -2/+5 |
2023-02-11 | migration: Split ram_bytes_total_common() in two functions | Juan Quintela | 1 | -11/+14 |
2023-02-11 | migration: Make find_dirty_block() return a single parameter | Juan Quintela | 1 | -15/+22 |
2023-02-11 | migration: Simplify ram_find_and_save_block() | Juan Quintela | 1 | -11/+9 |
2023-02-11 | multifd: Remove some redundant code | Li Zhang | 1 | -11/+4 |
2023-02-11 | multifd: cleanup the function multifd_channel_connect | Li Zhang | 1 | -22/+21 |
2023-02-11 | migration: Remove spurious files | Juan Quintela | 1 | -1274/+0 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 1 | -2/+0 |
2023-02-06 | migration: save/delete migration thread info | Jiang Jiacheng | 2 | -0/+10 |
2023-02-06 | migration: Introduce interface query-migrationthreads | Jiang Jiacheng | 3 | -0/+80 |
2023-02-06 | multifd: Fix flush of zero copy page send request | Zhenzhong Duan | 2 | -4/+1278 |
2023-02-06 | multifd: Fix a race on reading MultiFDPages_t.block | Zhenzhong Duan | 1 | -2/+5 |
2023-02-06 | migration: check magic value for deciding the mapping of channels | manish.mishra | 7 | -31/+101 |
2023-02-06 | io: Add support for MSG_PEEK for socket channel | manish.mishra | 2 | -0/+2 |
2023-02-06 | migration/dirtyrate: Show sample pages only in page-sampling mode | Zhenzhong Duan | 1 | -4/+6 |
2023-02-06 | migration: Perform vmsd structure check during tests | Dr. David Alan Gilbert | 1 | -0/+42 |
2023-02-06 | migration: Add canary to VMSTATE_END_OF_LIST | Dr. David Alan Gilbert | 2 | -0/+3 |
2023-02-06 | migration/rdma: fix return value for qio_channel_rdma_{readv,writev} | Fiona Ebner | 1 | -5/+10 |
2023-02-06 | migration: Show downtime during postcopy phase | Peter Xu | 1 | -2/+12 |
2023-02-06 | migration/ram: Factor out check for advised postcopy | David Hildenbrand | 2 | -7/+8 |
2023-02-06 | migration/savevm: Allow immutable device state to be migrated early (i.e., be... | David Hildenbrand | 1 | -0/+14 |
2023-02-06 | migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup() | David Hildenbrand | 3 | -6/+18 |
2023-02-06 | migration/savevm: Move more savevm handling into vmstate_save() | David Hildenbrand | 1 | -42/+37 |
2023-02-06 | migration/ram: Optimize ram_write_tracking_start() for RamDiscardManager | David Hildenbrand | 1 | -2/+34 |
2023-02-06 | migration/ram: Rely on used_length for uffd_change_protection() | David Hildenbrand | 1 | -1/+1 |
2023-02-06 | migration/ram: Don't explicitly unprotect when unregistering uffd-wp | David Hildenbrand | 1 | -9/+0 |
2023-02-06 | migration/ram: Fix error handling in ram_write_tracking_start() | David Hildenbrand | 1 | -2/+3 |
2023-02-06 | migration/ram: Fix populate_read_range() | David Hildenbrand | 1 | -1/+3 |
2023-02-06 | util/userfaultfd: Add uffd_open() | Peter Xu | 1 | -6/+5 |
2023-02-06 | migration: simplify migration_iteration_run() | Juan Quintela | 1 | -12/+12 |
2023-02-06 | migration: Remove unused threshold_size parameter | Juan Quintela | 7 | -23/+15 |