summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* 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/+9Star
* migration: Make save_snapshot() return bool, not 0/-1Philippe Mathieu-Daudé2021-02-081-8/+8
* block: push error reporting into bdrv_all_*_snapshot functionsDaniel P. Berrangé2021-02-081-28/+11Star
* migration: Add blocker informationDr. David Alan Gilbert2021-02-083-2/+37
* migration: Fix a few absurdly defective error messagesMarkus Armbruster2021-02-081-12/+11Star
* migration: Fix cache_init()'s "Failed to allocate" error messagesMarkus Armbruster2021-02-081-4/+2Star
* migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster2021-02-086-7/+7
* migration: implementation of background snapshot threadAndrey Gruzdev2021-02-084-3/+258
* migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev2021-02-083-29/+299
* migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev2021-02-084-0/+128
* migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()Wainer dos Santos Moschetta2021-02-081-1/+1
* savevm: Fix memory leak of vmstate_configurationJinhao Gao2021-02-081-4/+27
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-14/+6Star
* migration: Add yank featureLukas Straub2021-01-135-0/+57
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* zstd: convert to mesonPaolo Bonzini2021-01-061-1/+1
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...Peter Maydell2021-01-018-236/+87Star
|\ \
| * | migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-196-213/+74Star
| * | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-192-10/+4Star
| * | migration: Refactor migrate_cap_addEric Blake2020-12-191-13/+9Star
| |/
* | migration: Don't allow migration if vm is in POSTMIGRATETuguoyi2020-12-181-0/+6
* | savevm: Delete snapshots just created in case of errorTuguoyi2020-12-181-0/+1
* | savevm: Remove dead code in save_snapshot()Tuguoyi2020-12-181-8/+2Star
|/
* migration, vl: start migration via qmp_migrate_incomingPaolo Bonzini2020-12-101-25/+8Star
* vl: move various initialization routines out of qemu_initPaolo Bonzini2020-12-101-0/+4
* migration: Fix Lesser GPL version numberChetan Pant2020-11-152-2/+2
* migration: handle CANCELLING state in migration_completion()Longpeng(Mike)2020-11-121-0/+2
* multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi...Chuan Zheng2020-11-121-0/+1
* migration/dirtyrate: simplify includes in dirtyrate.cChuan Zheng2020-11-121-5/+0Star
* migration: fix uninitialized variable warning in migrate_send_rp_req_pages()Chen Qun2020-11-121-1/+1
* migration/multifd: fix hangup with TLS-Multifd due to blocking handshakeChuan Zheng2020-11-121-6/+17
* migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé2020-11-121-1/+1
* Reduce the time of checkpoint for COLORao, Lei2020-11-111-1/+13
* migration: Postpone the kick of the fault thread after recoverPeter Xu2020-11-021-3/+8
* migration: Unify reset of last_rb on destination node when recoverPeter Xu2020-11-022-2/+6
* qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2020-11-011-0/+17
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'...Peter Maydell2020-10-2711-89/+208
|\
| * migration/postcopy: Release fd before going into 'postcopy-pause'Peter Xu2020-10-261-3/+3
| * migration: Sync requested pages after postcopy recoveryPeter Xu2020-10-262-0/+58
| * migration: Maintain postcopy faulted addressesPeter Xu2020-10-264-5/+74
| * migration: Introduce migrate_send_rp_message_req_pages()Peter Xu2020-10-262-2/+10
| * migration: Pass incoming state into qemu_ufd_copy_ioctl()Peter Xu2020-10-261-3/+5
| * migration: using trace_ to replace DPRINTFBihong Yu2020-10-263-28/+34