Age | Commit message (Expand) | Author | Files | Lines |
2023-09-27 | migration: Replace the return path retry logic | Fabiano Rosas | 1 | -1/+0 |
2023-09-27 | migration: Fix race that dest preempt thread close too early | Peter Xu | 1 | -1/+12 |
2023-09-11 | migration: Add .save_prepare() handler to struct SaveVMHandlers | Avihai Horon | 1 | -1/+1 |
2023-09-11 | migration: Add migration prefix to functions in target.c | Avihai Horon | 1 | -2/+2 |
2023-07-25 | migration: spelling fixes | Michael Tokarev | 1 | -2/+2 |
2023-07-08 | migration: unexport migrate_fd_error() | Laszlo Ersek | 1 | -1/+0 |
2023-06-30 | vfio/migration: Reset bytes_transferred properly | Avihai Horon | 1 | -0/+1 |
2023-06-30 | migration: Implement switchover ack logic | Avihai Horon | 1 | -0/+14 |
2023-06-02 | migration: switch from .vm_was_running to .vm_old_state | Vladimir Sementsov-Ogievskiy | 1 | -3/+6 |
2023-05-18 | migration: split migration_incoming_co | Vladimir Sementsov-Ogievskiy | 1 | -1/+8 |
2023-05-10 | migration: drop colo_incoming_thread from MigrationIncomingState | Vladimir Sementsov-Ogievskiy | 1 | -2/+0 |
2023-04-27 | multifd: Only flush once each full round of memory | Juan Quintela | 1 | -2/+1 |
2023-04-27 | multifd: Create property multifd-flush-after-each-section | Juan Quintela | 1 | -0/+12 |
2023-04-27 | migration: Move migrate_use_tls() to options.c | Juan Quintela | 1 | -2/+0 |
2023-04-24 | migration: Move migrate_postcopy() to options.c | Juan Quintela | 1 | -2/+0 |
2023-04-24 | migration: Create migrate_max_cpu_throttle() | Juan Quintela | 1 | -2/+0 |
2023-04-24 | migration: Move migrate_use_block_incremental() to option.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move parameters functions to option.c | Juan Quintela | 1 | -11/+0 |
2023-04-24 | migration: Move migrate_use_return() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move migrate_use_block() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move migrate_use_xbzrle() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move migrate_use_zero_copy_send() to options.c | Juan Quintela | 1 | -5/+0 |
2023-04-24 | migration: Move migrate_use_multifd() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move migrate_use_events() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move migrate_use_compression() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Move migrate_colo_enabled() to options.c | Juan Quintela | 1 | -1/+0 |
2023-04-24 | migration: Create options.c | Juan Quintela | 1 | -12/+0 |
2023-04-24 | migration: rename enabled_capabilities to capabilities | Juan Quintela | 1 | -1/+1 |
2023-04-12 | migration: Recover behavior of preempt channel creation for pre-7.2 | Peter Xu | 1 | -0/+7 |
2023-04-12 | migration: Fix potential race on postcopy_qemufile_src | Peter Xu | 1 | -1/+33 |
2023-02-11 | migration: Postpone postcopy preempt channel to be after main | Peter Xu | 1 | -0/+6 |
2023-02-11 | migration: Add a semaphore to count PONGs | Peter Xu | 1 | -0/+6 |
2023-02-11 | migration: Rework multi-channel checks on URI | Peter Xu | 1 | -3/+0 |
2023-02-06 | migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup() | David Hildenbrand | 1 | -0/+4 |
2022-12-15 | migration: Remove old preempt code around state maintainance | Peter Xu | 1 | -7/+0 |
2022-07-20 | migration: Add property x-postcopy-preempt-break-huge | Peter Xu | 1 | -0/+7 |
2022-07-20 | migration: Create the postcopy preempt channel asynchronously | Peter Xu | 1 | -0/+7 |
2022-07-20 | migration: Postcopy recover with preempt enabled | Peter Xu | 1 | -0/+19 |
2022-07-20 | migration: Postcopy preemption enablement | Peter Xu | 1 | -1/+1 |
2022-07-20 | migration: Postcopy preemption preparation on channel creation | Peter Xu | 1 | -0/+8 |
2022-07-20 | migration: Add postcopy-preempt capability | Peter Xu | 1 | -0/+1 |
2022-05-16 | migration: Add migrate_use_tls() helper | Leonardo Bras | 1 | -0/+1 |
2022-05-16 | migration: Add zero-copy-send parameter for QMP/HMP for Linux | Leonardo Bras | 1 | -0/+5 |
2022-04-21 | migration: Allow migrate-recover to run multiple times | Peter Xu | 1 | -1/+0 |
2022-04-21 | migration: Move migrate_allow_multifd and helpers into migration.c | Peter Xu | 1 | -0/+3 |
2022-03-02 | migration: Add migration_incoming_transport_cleanup() | Peter Xu | 1 | -0/+1 |
2022-03-02 | migration: Move static var in ram_block_from_stream() into global | Peter Xu | 1 | -1/+2 |
2022-03-02 | migration: Add postcopy_thread_create() | Peter Xu | 1 | -3/+5 |
2022-03-02 | migration: Introduce postcopy channels on dest node | Peter Xu | 1 | -1/+35 |
2021-11-03 | migration: provide an error message to migration_cancel() | Laurent Vivier | 1 | -1/+1 |