aboutsummaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-26migration: Change qemu_file_transferred to noflushJuan Quintela1-1/+1
2023-07-26qemu-file: Rename qemu_file_transferred_ fast -> noflushJuan Quintela1-2/+2
2023-07-25migration: spelling fixesMichael Tokarev1-1/+1
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon1-0/+1
2023-06-30migration: Implement switchover ack logicAvihai Horon1-0/+54
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy1-5/+1
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela1-1/+1
2023-05-15qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela1-3/+3
2023-05-05qemu-file: Make total_transferred an uint64_tJuan Quintela1-4/+2
2023-05-03migration: Rename ram_counters to mig_statsJuan Quintela1-1/+1
2023-05-03migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela1-0/+1
2023-04-27migration/vmstate-dump: Dump array size too as "num"Peter Xu1-0/+3
2023-04-27migration: Allow postcopy_ram_supported_by_host() to report errPeter Xu1-1/+2
2023-04-24migration: Move migrate_use_block() to options.cJuan Quintela1-1/+1
2023-04-24migration: Create options.cJuan Quintela1-0/+1
2023-04-24migration: rename enabled_capabilities to capabilitiesJuan Quintela1-3/+3
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela1-14/+10
2023-02-15migration: Remove unused res_compatibleJuan Quintela1-6/+2
2023-02-11migration: Postpone postcopy preempt channel to be after mainPeter Xu1-1/+5
2023-02-11migration: I messed state_pending_exact/estimateJuan Quintela1-8/+8
2023-02-06migration: Perform vmsd structure check during testsDr. David Alan Gilbert1-0/+42
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert1-0/+1
2023-02-06migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand1-0/+14
2023-02-06migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()David Hildenbrand1-6/+12
2023-02-06migration/savevm: Move more savevm handling into vmstate_save()David Hildenbrand1-42/+37
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela1-7/+4
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela1-8/+34
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela1-2/+2
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-1/+1
2022-07-20migration: Postcopy recover with preempt enabledPeter Xu1-2/+24
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu1-10/+10
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-8/+5
2022-06-22migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé1-38/+6
2022-06-22migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé1-3/+3
2022-04-21migration: Allow migrate-recover to run multiple timesPeter Xu1-3/+0
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito1-0/+2
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-3/+3
2022-03-02migration: Add postcopy_thread_create()Peter Xu1-9/+3
2022-03-02migration: Introduce postcopy channels on dest nodePeter Xu1-0/+12
2022-03-02migration: Tracepoint change in postcopy-run bottom halfPeter Xu1-3/+9
2022-03-02migration: Finer grained tracepoints for POSTCOPY_LISTENPeter Xu1-1/+8
2022-03-02migration: Dump sub-cmd name in loadvm_process_command tpPeter Xu1-1/+2
2022-01-28migration: Report the error returned when save_live_iterate failsDavid Edmondson1-2/+3
2021-12-15migration: Never call twice qemu_target_page_size()Juan Quintela1-2/+3
2021-11-03migration: Zero migration compression countersJuan Quintela1-0/+1
2021-07-26migration: Move the yank unregister of channel_close outPeter Xu1-0/+7
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu1-2/+2
2021-06-14migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé1-8/+5
2021-02-08migration: introduce snapshot-{save, load, delete} QMP commandsDaniel P. Berrangé1-0/+184