| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: dirty-bitmap: Allow control of bitmap persistence | Peter Krempa | 2021-02-12 | 1 | -3/+26 |
* | migration: dirty-bitmap: Use struct for alias map inner members | Peter Krempa | 2021-02-12 | 1 | -12/+21 |
* | migration: only check page size match if RAM postcopy is enabled | Stefan Reiter | 2021-02-08 | 1 | -1/+1 |
* | migration: introduce snapshot-{save, load, delete} QMP commands | Daniel P. Berrangé | 2021-02-08 | 1 | -0/+184 |
* | migration: introduce a delete_snapshot wrapper | Daniel P. Berrangé | 2021-02-08 | 1 | -0/+14 |
* | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 2021-02-08 | 1 | -12/+18 |
* | migration: control whether snapshots are ovewritten | Daniel P. Berrangé | 2021-02-08 | 1 | -3/+16 |
* | block: rename and alter bdrv_all_find_snapshot semantics | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+6 |
* | block: allow specifying name of block device for vmstate storage | Daniel P. Berrangé | 2021-02-08 | 1 | -2/+2 |
* | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 2021-02-08 | 1 | -9/+9 |
* | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 2021-02-08 | 1 | -10/+9 |
* | migration: Make save_snapshot() return bool, not 0/-1 | Philippe Mathieu-Daudé | 2021-02-08 | 1 | -8/+8 |
* | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 2021-02-08 | 1 | -28/+11 |
* | migration: Add blocker information | Dr. David Alan Gilbert | 2021-02-08 | 3 | -2/+37 |
* | migration: Fix a few absurdly defective error messages | Markus Armbruster | 2021-02-08 | 1 | -12/+11 |
* | migration: Fix cache_init()'s "Failed to allocate" error messages | Markus Armbruster | 2021-02-08 | 1 | -4/+2 |
* | migration: Clean up signed vs. unsigned XBZRLE cache-size | Markus Armbruster | 2021-02-08 | 6 | -7/+7 |
* | migration: implementation of background snapshot thread | Andrey Gruzdev | 2021-02-08 | 4 | -3/+258 |
* | migration: support UFFD write fault processing in ram_save_iterate() | Andrey Gruzdev | 2021-02-08 | 3 | -29/+299 |
* | migration: introduce 'background-snapshot' migration capability | Andrey Gruzdev | 2021-02-08 | 4 | -0/+128 |
* | migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place() | Wainer dos Santos Moschetta | 2021-02-08 | 1 | -1/+1 |
* | savevm: Fix memory leak of vmstate_configuration | Jinhao Gao | 2021-02-08 | 1 | -4/+27 |
* | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 2021-01-28 | 1 | -14/+6 |
* | migration: Add yank feature | Lukas Straub | 2021-01-13 | 5 | -0/+57 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -1/+0 |
* | zstd: convert to meson | Paolo Bonzini | 2021-01-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2021-01-01 | 1 | -0/+1 |
|\ |
|
| * | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell | 2021-01-01 | 8 | -236/+87 |
|\ \ |
|
| * | | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 2020-12-19 | 6 | -213/+74 |
| * | | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 2 | -10/+4 |
| * | | migration: Refactor migrate_cap_add | Eric Blake | 2020-12-19 | 1 | -13/+9 |
| |/ |
|
* | | migration: Don't allow migration if vm is in POSTMIGRATE | Tuguoyi | 2020-12-18 | 1 | -0/+6 |
* | | savevm: Delete snapshots just created in case of error | Tuguoyi | 2020-12-18 | 1 | -0/+1 |
* | | savevm: Remove dead code in save_snapshot() | Tuguoyi | 2020-12-18 | 1 | -8/+2 |
|/ |
|
* | migration, vl: start migration via qmp_migrate_incoming | Paolo Bonzini | 2020-12-10 | 1 | -25/+8 |
* | vl: move various initialization routines out of qemu_init | Paolo Bonzini | 2020-12-10 | 1 | -0/+4 |
* | migration: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 2 | -2/+2 |
* | migration: handle CANCELLING state in migration_completion() | Longpeng(Mike) | 2020-11-12 | 1 | -0/+2 |
* | multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi... | Chuan Zheng | 2020-11-12 | 1 | -0/+1 |
* | migration/dirtyrate: simplify includes in dirtyrate.c | Chuan Zheng | 2020-11-12 | 1 | -5/+0 |
* | migration: fix uninitialized variable warning in migrate_send_rp_req_pages() | Chen Qun | 2020-11-12 | 1 | -1/+1 |
* | migration/multifd: fix hangup with TLS-Multifd due to blocking handshake | Chuan Zheng | 2020-11-12 | 1 | -6/+17 |
* | migration/ram: Fix hexadecimal format string specifier | Philippe Mathieu-Daudé | 2020-11-12 | 1 | -1/+1 |
* | Reduce the time of checkpoint for COLO | Rao, Lei | 2020-11-11 | 1 | -1/+13 |
* | migration: Postpone the kick of the fault thread after recover | Peter Xu | 2020-11-02 | 1 | -3/+8 |
* | migration: Unify reset of last_rb on destination node when recover | Peter Xu | 2020-11-02 | 2 | -2/+6 |
* | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede | 2020-11-01 | 1 | -0/+17 |
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'... | Peter Maydell | 2020-10-27 | 11 | -89/+208 |
|\ |
|
| * | migration/postcopy: Release fd before going into 'postcopy-pause' | Peter Xu | 2020-10-26 | 1 | -3/+3 |