aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2021-02-12migration: dirty-bitmap: Allow control of bitmap persistencePeter Krempa1-3/+26
2021-02-12migration: dirty-bitmap: Use struct for alias map inner membersPeter Krempa1-12/+21
2021-02-08migration: only check page size match if RAM postcopy is enabledStefan Reiter1-1/+1
2021-02-08migration: introduce snapshot-{save, load, delete} QMP commandsDaniel P. Berrangé1-0/+184
2021-02-08migration: introduce a delete_snapshot wrapperDaniel P. Berrangé1-0/+14
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé1-12/+18
2021-02-08migration: control whether snapshots are ovewrittenDaniel P. Berrangé1-3/+16
2021-02-08block: rename and alter bdrv_all_find_snapshot semanticsDaniel P. Berrangé1-1/+6
2021-02-08block: allow specifying name of block device for vmstate storageDaniel P. Berrangé1-2/+2
2021-02-08block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé1-9/+9
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé1-10/+9
2021-02-08migration: Make save_snapshot() return bool, not 0/-1Philippe Mathieu-Daudé1-8/+8
2021-02-08block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé1-28/+11
2021-02-08migration: Add blocker informationDr. David Alan Gilbert3-2/+37
2021-02-08migration: Fix a few absurdly defective error messagesMarkus Armbruster1-12/+11
2021-02-08migration: Fix cache_init()'s "Failed to allocate" error messagesMarkus Armbruster1-4/+2
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster6-7/+7
2021-02-08migration: implementation of background snapshot threadAndrey Gruzdev4-3/+258
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev3-29/+299
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev4-0/+128
2021-02-08migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()Wainer dos Santos Moschetta1-1/+1
2021-02-08savevm: Fix memory leak of vmstate_configurationJinhao Gao1-4/+27
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-14/+6
2021-01-13migration: Add yank featureLukas Straub5-0/+57
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2021-01-06zstd: convert to mesonPaolo Bonzini1-1/+1
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2021-01-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell8-236/+87
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster6-213/+74
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2-10/+4
2020-12-19migration: Refactor migrate_cap_addEric Blake1-13/+9
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi1-0/+6
2020-12-18savevm: Delete snapshots just created in case of errorTuguoyi1-0/+1
2020-12-18savevm: Remove dead code in save_snapshot()Tuguoyi1-8/+2
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini1-25/+8
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini1-0/+4
2020-11-15migration: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)1-0/+2
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng1-0/+1
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng1-5/+0
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun1-1/+1
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng1-6/+17
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-11Reduce the time of checkpoint for COLORao, Lei1-1/+13
2020-11-02migration: Postpone the kick of the fault thread after recoverPeter Xu1-3/+8
2020-11-02migration: Unify reset of last_rb on destination node when recoverPeter Xu2-2/+6
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede1-0/+17
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell11-89/+208
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell1-14/+12