summaryrefslogtreecommitdiff
path: root/migration/savevm.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-file: Remove total from qemu_file_total_transferred_*()Juan Quintela2023-05-151-3/+3
* qemu-file: Make total_transferred an uint64_tJuan Quintela2023-05-051-4/+2
* migration: Rename ram_counters to mig_statsJuan Quintela2023-05-031-1/+1
* migration: Move ram_stats to its own file migration-stats.[ch]Juan Quintela2023-05-031-0/+1
* migration/vmstate-dump: Dump array size too as "num"Peter Xu2023-04-271-0/+3
* migration: Allow postcopy_ram_supported_by_host() to report errPeter Xu2023-04-271-1/+2
* migration: Move migrate_use_block() to options.cJuan Quintela2023-04-241-1/+1
* migration: Create options.cJuan Quintela2023-04-241-0/+1
* migration: rename enabled_capabilities to capabilitiesJuan Quintela2023-04-241-3/+3
* migration: Rename res_{postcopy,precopy}_onlyJuan Quintela2023-02-151-14/+10
* migration: Remove unused res_compatibleJuan Quintela2023-02-151-6/+2
* migration: Postpone postcopy preempt channel to be after mainPeter Xu2023-02-111-1/+5
* migration: I messed state_pending_exact/estimateJuan Quintela2023-02-111-8/+8
* migration: Perform vmsd structure check during testsDr. David Alan Gilbert2023-02-061-0/+42
* migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert2023-02-061-0/+1
* migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand2023-02-061-0/+14
* migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()David Hildenbrand2023-02-061-6/+12
* migration/savevm: Move more savevm handling into vmstate_save()David Hildenbrand2023-02-061-42/+37
* migration: Remove unused threshold_size parameterJuan Quintela2023-02-061-7/+4
* migration: Split save_live_pending() into state_pending_*Juan Quintela2023-02-061-8/+34
* migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela2023-02-061-2/+2
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+1
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-1/+1
* migration: Postcopy recover with preempt enabledPeter Xu2022-07-201-2/+24
* migration: Postcopy preemption preparation on channel creationPeter Xu2022-07-201-10/+10
* migration: remove the QEMUFileOps abstractionDaniel P. Berrangé2022-06-231-8/+5
* migration: convert savevm to use QIOChannelBlock for VMStateDaniel P. Berrangé2022-06-221-38/+6
* migration: rename qemu_ftell to qemu_file_total_transferredDaniel P. Berrangé2022-06-221-3/+3
* migration: Allow migrate-recover to run multiple timesPeter Xu2022-04-211-3/+0
* include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito2022-03-041-0/+2
* block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito2022-03-041-3/+3
* migration: Add postcopy_thread_create()Peter Xu2022-03-021-9/+3
* migration: Introduce postcopy channels on dest nodePeter Xu2022-03-021-0/+12
* migration: Tracepoint change in postcopy-run bottom halfPeter Xu2022-03-021-3/+9
* migration: Finer grained tracepoints for POSTCOPY_LISTENPeter Xu2022-03-021-1/+8
* migration: Dump sub-cmd name in loadvm_process_command tpPeter Xu2022-03-021-1/+2
* migration: Report the error returned when save_live_iterate failsDavid Edmondson2022-01-281-2/+3
* migration: Never call twice qemu_target_page_size()Juan Quintela2021-12-151-2/+3
* migration: Zero migration compression countersJuan Quintela2021-11-031-0/+1
* migration: Move the yank unregister of channel_close outPeter Xu2021-07-261-0/+7
* migration: Teach QEMUFile to be QIOChannel-awarePeter Xu2021-07-261-2/+2
* migration: use GDateTime for formatting timestamp in snapshot namesDaniel P. Berrangé2021-06-141-8/+5
* migration: introduce snapshot-{save, load, delete} QMP commandsDaniel P. Berrangé2021-02-081-0/+184
* migration: introduce a delete_snapshot wrapperDaniel P. Berrangé2021-02-081-0/+14
* migration: wire up support for snapshot device selectionDaniel P. Berrangé2021-02-081-12/+18
* migration: control whether snapshots are ovewrittenDaniel P. Berrangé2021-02-081-3/+16
* block: rename and alter bdrv_all_find_snapshot semanticsDaniel P. Berrangé2021-02-081-1/+6
* block: allow specifying name of block device for vmstate storageDaniel P. Berrangé2021-02-081-2/+2
* block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé2021-02-081-9/+9
* migration: stop returning errno from load_snapshot()Daniel P. Berrangé2021-02-081-10/+9