aboutsummaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26migration: Sync requested pages after postcopy recoveryPeter Xu1-0/+57
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu1-1/+1
2020-10-26migration: Add spaces around operatorBihong Yu1-1/+1
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé1-1/+0
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk1-6/+6
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk1-0/+5
2020-09-25migration: Truncate state file in xen-save-devices-stateDov Murik1-1/+2
2020-09-17migration/: fix some comment spelling errorszhaolichang1-2/+2
2020-08-28migration: improve error reporting of block driver state nameDaniel P. Berrangé1-6/+6
2020-07-27migration/savevm: don't worry if bitmap migration postcopy failedVladimir Sementsov-Ogievskiy1-5/+32
2020-07-13migration/savevm: respect qemu_fclose() error code in save_snapshot()Denis V. Lunev1-2/+6
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand1-2/+9
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-1/+1
2020-02-28migration/savevm: release gslist after dump_vmstate_jsonPan Nengyuan1-0/+1
2020-02-13migration: Optimization about wait-unplug migration stateKeqian Zhu1-21/+3
2020-01-29migration: Create migration_is_running()Juan Quintela1-3/+1
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu1-8/+10
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-4/+4
2020-01-20migration: savevm_state_handler_insert: constant-time element insertionScott Cheloha1-3/+23
2020-01-20migration: add savevm_state_handler_remove()Scott Cheloha1-2/+7
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-10/+10
2019-11-25net/virtio: fix dev_unplug_pendingJens Freimann1-1/+2
2019-10-29migration: add new migration state wait-unplugJens Freimann1-0/+31
2019-10-11migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_R...Wei Yang1-1/+2
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang1-1/+1
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang1-0/+2
2019-10-11migration/postcopy: mis->have_listen_thread check will never be touchedWei Yang1-5/+0
2019-10-11migration: report SaveStateEntry id and name on failureWei Yang1-0/+2
2019-09-25migration: fix vmdesc leak on vmstate_save() errorMarc-André Lureau1-2/+1
2019-09-12migration: Add validate-uuid capabilityYury Kotov1-0/+45
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert1-22/+1
2019-09-12migration: cleanup check on ops in savevm.handlers iterationsWei Yang1-6/+6
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell1-0/+4
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-14migration/postcopy: use mis->bh instead of allocating a QEMUBHWei Yang1-13/+4
2019-08-14migration: always initialise ram_counters for a new migrationIvan Ren1-0/+1
2019-08-14migration: equation is more proper than and to check LOADVM_QUITWei Yang1-1/+1
2019-08-14migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...Wei Yang1-2/+0
2019-08-14migration/savevm: move non SaveStateEntry condition check out of iterationWei Yang1-7/+6
2019-08-14migration/savevm: split qemu_savevm_state_complete_precopy() into two partsWei Yang1-17/+49
2019-08-14migration/savevm: flush file for iterable_only caseWei Yang1-1/+2
2019-08-14migration: Add error_desc for file channel errorsYury Kotov1-3/+3
2019-07-15migration/postcopy: remove redundant cpu_synchronize_all_post_initWei Yang1-1/+0
2019-05-14migration/savevm: wrap into qemu_loadvm_state_header()Wei Yang1-29/+40
2019-05-14migration/savevm: load_header before load_setupWei Yang1-4/+4
2019-05-14migration/savevm: remove duplicate check of migration_is_blockedWei Yang1-4/+0
2019-05-14migration: savevm: fix error code with migration blockersCole Robinson1-1/+1