aboutsummaryrefslogtreecommitdiff
path: root/migration/savevm.c
AgeCommit message (Expand)Author
2021-01-13migration: Add yank featureLukas Straub
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18savevm: Delete snapshots just created in case of errorTuguoyi
2020-12-18savevm: Remove dead code in save_snapshot()Tuguoyi
2020-11-02migration: Postpone the kick of the fault thread after recoverPeter Xu
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu
2020-10-26migration: Sync requested pages after postcopy recoveryPeter Xu
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu
2020-10-26migration: Add spaces around operatorBihong Yu
2020-10-21qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk
2020-09-25migration: Truncate state file in xen-save-devices-stateDov Murik
2020-09-17migration/: fix some comment spelling errorszhaolichang
2020-08-28migration: improve error reporting of block driver state nameDaniel P. Berrangé
2020-07-27migration/savevm: don't worry if bitmap migration postcopy failedVladimir Sementsov-Ogievskiy
2020-07-13migration/savevm: respect qemu_fclose() error code in save_snapshot()Denis V. Lunev
2020-07-02migration/colo: Use ram_block_discard_disable()David Hildenbrand
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-02-28migration/savevm: release gslist after dump_vmstate_jsonPan Nengyuan
2020-02-13migration: Optimization about wait-unplug migration stateKeqian Zhu
2020-01-29migration: Create migration_is_running()Juan Quintela
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-20migration: savevm_state_handler_insert: constant-time element insertionScott Cheloha
2020-01-20migration: add savevm_state_handler_remove()Scott Cheloha
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-11-25net/virtio: fix dev_unplug_pendingJens Freimann
2019-10-29migration: add new migration state wait-unplugJens Freimann
2019-10-11migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_R...Wei Yang
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang
2019-10-11migration/postcopy: mis->have_listen_thread check will never be touchedWei Yang
2019-10-11migration: report SaveStateEntry id and name on failureWei Yang
2019-09-25migration: fix vmdesc leak on vmstate_save() errorMarc-André Lureau
2019-09-12migration: Add validate-uuid capabilityYury Kotov
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert
2019-09-12migration: cleanup check on ops in savevm.handlers iterationsWei Yang
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-14migration/postcopy: use mis->bh instead of allocating a QEMUBHWei Yang
2019-08-14migration: always initialise ram_counters for a new migrationIvan Ren
2019-08-14migration: equation is more proper than and to check LOADVM_QUITWei Yang
2019-08-14migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...Wei Yang
2019-08-14migration/savevm: move non SaveStateEntry condition check out of iterationWei Yang
2019-08-14migration/savevm: split qemu_savevm_state_complete_precopy() into two partsWei Yang