Age | Commit message (Expand) | Author | Files | Lines |
2023-11-01 | migration: Add tracepoints for downtime checkpoints | Peter Xu | 1 | -5/+9 |
2023-11-01 | migration: Add per vmstate downtime tracepoints | Peter Xu | 1 | -4/+45 |
2023-11-01 | migration: Check in savevm_state_handler_insert for dups | Peter Xu | 1 | -0/+14 |
2023-11-01 | migration: Hack to maintain backwards compatibility for ppc | Juan Quintela | 1 | -0/+18 |
2023-10-31 | qemu-file: Make qemu_fflush() return errors | Juan Quintela | 1 | -2/+1 |
2023-10-31 | qemu-file: Remove _noflush from qemu_file_transferred_noflush() | Juan Quintela | 1 | -3/+3 |
2023-10-30 | migration: rename vmstate_save_needed->vmstate_section_needed | Marc-André Lureau | 1 | -1/+1 |
2023-10-17 | migration: hold the BQL during setup | Fiona Ebner | 1 | -2/+0 |
2023-10-17 | migration: Add the configuration vmstate to the json writer | Nikolay Borisov | 1 | -4/+16 |
2023-10-11 | migration: Allow RECOVER->PAUSED convertion for dest qemu | Peter Xu | 1 | -1/+2 |
2023-10-04 | migration: Update error description outside migration.c | Tejus GK | 1 | -3/+14 |
2023-10-04 | migration/vmstate: Introduce vmstate_save_state_with_err | Tejus GK | 1 | -1/+1 |
2023-09-11 | migration: Add .save_prepare() handler to struct SaveVMHandlers | Avihai Horon | 1 | -1/+28 |
2023-09-11 | migration: Move more initializations to migrate_init() | Avihai Horon | 1 | -3/+0 |
2023-09-11 | migration: Add migration prefix to functions in target.c | Avihai Horon | 1 | -1/+1 |
2023-07-26 | migration: Change qemu_file_transferred to noflush | Juan Quintela | 1 | -1/+1 |
2023-07-26 | qemu-file: Rename qemu_file_transferred_ fast -> noflush | Juan Quintela | 1 | -2/+2 |
2023-07-25 | migration: spelling fixes | Michael Tokarev | 1 | -1/+1 |
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/+54 |
2023-06-02 | migration: never fail in global_state_store() | Vladimir Sementsov-Ogievskiy | 1 | -5/+1 |
2023-05-18 | migration: Move rate_limit_max and rate_limit_used to migration_stats | Juan Quintela | 1 | -1/+1 |
2023-05-15 | qemu-file: Remove total from qemu_file_total_transferred_*() | Juan Quintela | 1 | -3/+3 |
2023-05-05 | qemu-file: Make total_transferred an uint64_t | Juan Quintela | 1 | -4/+2 |
2023-05-03 | migration: Rename ram_counters to mig_stats | Juan Quintela | 1 | -1/+1 |
2023-05-03 | migration: Move ram_stats to its own file migration-stats.[ch] | Juan Quintela | 1 | -0/+1 |
2023-04-27 | migration/vmstate-dump: Dump array size too as "num" | Peter Xu | 1 | -0/+3 |
2023-04-27 | migration: Allow postcopy_ram_supported_by_host() to report err | Peter Xu | 1 | -1/+2 |
2023-04-24 | migration: Move migrate_use_block() to options.c | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Create options.c | Juan Quintela | 1 | -0/+1 |
2023-04-24 | migration: rename enabled_capabilities to capabilities | Juan Quintela | 1 | -3/+3 |
2023-02-15 | migration: Rename res_{postcopy,precopy}_only | Juan Quintela | 1 | -14/+10 |
2023-02-15 | migration: Remove unused res_compatible | Juan Quintela | 1 | -6/+2 |
2023-02-11 | migration: Postpone postcopy preempt channel to be after main | Peter Xu | 1 | -1/+5 |
2023-02-11 | migration: I messed state_pending_exact/estimate | Juan Quintela | 1 | -8/+8 |
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 | 1 | -0/+1 |
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 | 1 | -6/+12 |
2023-02-06 | migration/savevm: Move more savevm handling into vmstate_save() | David Hildenbrand | 1 | -42/+37 |
2023-02-06 | migration: Remove unused threshold_size parameter | Juan Quintela | 1 | -7/+4 |
2023-02-06 | migration: Split save_live_pending() into state_pending_* | Juan Quintela | 1 | -8/+34 |
2023-02-06 | migration: No save_live_pending() method uses the QEMUFile parameter | Juan Quintela | 1 | -2/+2 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 1 | -0/+1 |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld | 1 | -1/+1 |
2022-07-20 | migration: Postcopy recover with preempt enabled | Peter Xu | 1 | -2/+24 |
2022-07-20 | migration: Postcopy preemption preparation on channel creation | Peter Xu | 1 | -10/+10 |
2022-06-23 | migration: remove the QEMUFileOps abstraction | Daniel P. Berrangé | 1 | -8/+5 |
2022-06-22 | migration: convert savevm to use QIOChannelBlock for VMState | Daniel P. Berrangé | 1 | -38/+6 |
2022-06-22 | migration: rename qemu_ftell to qemu_file_total_transferred | Daniel P. Berrangé | 1 | -3/+3 |