aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2021-02-08migration: only check page size match if RAM postcopy is enabledStefan Reiter
2021-02-08migration: introduce snapshot-{save, load, delete} QMP commandsDaniel P. Berrangé
2021-02-08migration: introduce a delete_snapshot wrapperDaniel P. Berrangé
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé
2021-02-08migration: control whether snapshots are ovewrittenDaniel P. Berrangé
2021-02-08block: rename and alter bdrv_all_find_snapshot semanticsDaniel P. Berrangé
2021-02-08block: allow specifying name of block device for vmstate storageDaniel P. Berrangé
2021-02-08block: add ability to specify list of blockdevs during snapshotDaniel P. Berrangé
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé
2021-02-08migration: Make save_snapshot() return bool, not 0/-1Philippe Mathieu-Daudé
2021-02-08block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé
2021-02-08migration: Add blocker informationDr. David Alan Gilbert
2021-02-08migration: Fix a few absurdly defective error messagesMarkus Armbruster
2021-02-08migration: Fix cache_init()'s "Failed to allocate" error messagesMarkus Armbruster
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster
2021-02-08migration: implementation of background snapshot threadAndrey Gruzdev
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev
2021-02-08migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()Wainer dos Santos Moschetta
2021-02-08savevm: Fix memory leak of vmstate_configurationJinhao Gao
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-13migration: Add yank featureLukas Straub
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-06zstd: convert to mesonPaolo Bonzini
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
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-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-19migration: Refactor migrate_cap_addEric Blake
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-18migration: Don't allow migration if vm is in POSTMIGRATETuguoyi
2020-12-18savevm: Delete snapshots just created in case of errorTuguoyi
2020-12-18savevm: Remove dead code in save_snapshot()Tuguoyi
2020-12-10migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini
2020-11-15migration: Fix Lesser GPL version numberChetan Pant
2020-11-12migration: handle CANCELLING state in migration_completion()Longpeng(Mike)
2020-11-12multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng
2020-11-12migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng
2020-11-12migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun
2020-11-12migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé
2020-11-11Reduce the time of checkpoint for COLORao, Lei
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-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede
2020-10-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell
2020-10-26Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell
2020-10-26migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu
2020-10-26migration: Sync requested pages after postcopy recoveryPeter Xu