Age | Commit message (Expand) | Author |
2021-08-26 | migration: Handle migration_incoming_setup() errors consistently | Markus Armbruster |
2021-08-26 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2021-07-26 | migration: Move the yank unregister of channel_close out | Peter Xu |
2021-07-26 | migration: Make from_dst_file accesses thread-safe | Peter Xu |
2021-07-26 | migration: Fix missing join() of rp_thread | Peter Xu |
2021-07-13 | migration: Clear error at entry of migrate_fd_connect() | Peter Xu |
2021-07-13 | migration: Don't do migrate cleanup if during postcopy resume | Peter Xu |
2021-07-13 | migration: Release return path early for paused postcopy | Peter Xu |
2021-07-13 | migration: failover: emit a warning when the card is not fully unplugged | Laurent Vivier |
2021-07-05 | migration: failover: continue to wait card unplug on error | Laurent Vivier |
2021-07-05 | migration: move wait-unplug loop to its own function | Laurent Vivier |
2021-07-05 | migration: Allow reset of postcopy_recover_triggered when failed | Peter Xu |
2021-07-05 | migration: Move yank outside qemu_start_incoming_migration() | Peter Xu |
2021-06-14 | migration: add trace point when vm_stop_force_state fails | Daniel P. Berrangé |
2021-06-11 | Remove migrate_set_block_enabled in checkpoint | Rao, Lei |
2021-06-08 | migration: Add cleanup hook for inwards migration | Dr. David Alan Gilbert |
2021-05-14 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-... | Peter Maydell |
2021-05-14 | migration: Move populate_vfio_info() into a separate file | Thomas Huth |
2021-05-13 | migration/ram: Handle RAM block resizes during precopy | David Hildenbrand |
2021-05-13 | migration: Drop redundant query-migrate result @blocked | Markus Armbruster |
2021-04-07 | migration: Pre-fault memory before starting background snasphot | Andrey Gruzdev |
2021-04-06 | migration: Inhibit virtio-balloon for the duration of background snapshot | Andrey Gruzdev |
2021-04-06 | migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread | Andrey Gruzdev |
2021-03-18 | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé |
2021-03-15 | migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD | Mahmoud Mandour |
2021-02-08 | migration: Add blocker information | Dr. David Alan Gilbert |
2021-02-08 | migration: Fix a few absurdly defective error messages | Markus Armbruster |
2021-02-08 | migration: Clean up signed vs. unsigned XBZRLE cache-size | Markus Armbruster |
2021-02-08 | migration: implementation of background snapshot thread | Andrey Gruzdev |
2021-02-08 | migration: introduce 'background-snapshot' migration capability | Andrey Gruzdev |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake |
2021-01-13 | migration: Add yank feature | Lukas Straub |
2021-01-01 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell |
2021-01-01 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-12-19 | migration: Refactor migrate_cap_add | Eric Blake |
2020-12-18 | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost |
2020-12-18 | migration: Don't allow migration if vm is in POSTMIGRATE | Tuguoyi |
2020-12-10 | migration, vl: start migration via qmp_migrate_incoming | Paolo Bonzini |
2020-12-10 | vl: move various initialization routines out of qemu_init | Paolo Bonzini |
2020-11-12 | migration: handle CANCELLING state in migration_completion() | Longpeng(Mike) |
2020-11-12 | migration: fix uninitialized variable warning in migrate_send_rp_req_pages() | Chen Qun |
2020-11-01 | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede |
2020-10-27 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'... | Peter Maydell |
2020-10-26 | migration/postcopy: Release fd before going into 'postcopy-pause' | Peter Xu |
2020-10-26 | migration: Maintain postcopy faulted addresses | Peter Xu |
2020-10-26 | migration: Introduce migrate_send_rp_message_req_pages() | Peter Xu |
2020-10-26 | migration: Add spaces around operator | Bihong Yu |
2020-10-26 | machine: remove deprecated -machine enforce-config-section option | Paolo Bonzini |
2020-10-09 | error: Remove NULL checks on error_propagate() calls (again) | Markus Armbruster |