]> git.proxmox.com Git - mirror_qemu.git/history - migration
Merge remote-tracking branch 'remotes/vsementsov/tags/pull-nbd-2022-02-09-v2' into...
[mirror_qemu.git] / migration /
2022-02-07 Peter MaydellMerge remote-tracking branch 'remotes/lvivier-gitlab...
2022-02-02 Peter MaydellMerge remote-tracking branch 'remotes/hdeller/tags...
2022-01-31 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/bsd...
2022-01-31 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-01-30 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2022-01-29 Peter MaydellMerge remote-tracking branch 'remotes/quintela-gitlab...
2022-01-28 Peter Xumigration: Move temp page setup and cleanup into separa...
2022-01-28 Peter Xumigration: Simplify unqueue_page()
2022-01-28 Peter Xumigration: Add postcopy_has_request()
2022-01-28 Peter Xumigration: Enable UFFD_FEATURE_THREAD_ID even without...
2022-01-28 Peter Xumigration: No off-by-one for pss->page update in host...
2022-01-28 David Edmondsonmigration: Tally pre-copy, downtime and post-copy bytes...
2022-01-28 David Edmondsonmigration: Introduce ram_transferred_add()
2022-01-28 Philippe Mathieu... migration: Don't return for postcopy_send_discard_bm_ram()
2022-01-28 Peter Xumigration: Drop return code for disgard ram process
2022-01-28 Peter Xumigration: Do chunk page in postcopy_each_ram_send_disc...
2022-01-28 Peter Xumigration: Drop postcopy_chunk_hostpages()
2022-01-28 Peter Xumigration: Don't return for postcopy_chunk_hostpages()
2022-01-28 Peter Xumigration: Drop dead code of ram_debug_dump_bitmap()
2022-01-28 Xu Zhengmigration/ram: clean up unused comment.
2022-01-28 David Edmondsonmigration: Report the error returned when save_live_ite...
2022-01-28 Zhang Chenmigration/migration.c: Remove the MIGRATION_STATUS_ACTI...
2022-01-28 Zhang Chenmigration/migration.c: Avoid COLO boot in postcopy...
2022-01-28 Zhang Chenmigration/migration.c: Add missed default error handler...
2022-01-28 Juan Quintelamultifd: Rename pages_used to normal_pages
2022-01-28 Juan Quintelamultifd: recv side only needs the RAMBlock host address
2022-01-28 Juan Quintelamultifd: Use normal pages array on the recv side
2022-01-28 Juan Quintelamultifd: Use normal pages array on the send side
2022-01-28 Juan Quintelamultifd: Unfold "used" variable by its value
2022-01-28 Juan Quintelamultifd: Use a single writev on the send side
2022-01-28 Juan Quintelamultifd: Remove send_write() method
2022-01-28 Juan Quintelamultifd: Make zstd use iov's
2022-01-28 Juan Quintelamultifd: Make zlib use iov's
2022-01-28 Juan Quintelamultifd: Move iov from pages to params
2022-01-28 Juan Quintelamultifd: Use proper maximum compression values
2022-01-28 Juan Quintelamigration: Move ram_release_pages() call to save_zero_p...
2022-01-28 Juan Quintelamigration: simplify do_compress_ram_page
2022-01-28 Juan Quintelamigration: Remove masking for compression
2022-01-28 Juan Quintelamigration: ram_release_pages() always receive 1 page...
2022-01-28 Juan Quintelamigration: We only need last_stage in two places
2022-01-28 Juan Quintelamigration: All this fields are unsigned
2022-01-16 Peter MaydellMerge remote-tracking branch 'remotes/konstantin/tags...
2022-01-14 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2022-01-14 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/kraxe...
2022-01-14 Peter MaydellMerge remote-tracking branch 'remotes/stefanha-gitlab...
2022-01-12 Stefan Hajnocziaio-posix: split poll check from ready handler
2021-12-23 Richard HendersonMerge tag 'for-upstream-mtest' of https://gitlab.com...
2021-12-23 Richard HendersonMerge tag 'pull-nbd-2021-12-22-v2' of https://src.openv...
2021-12-22 Richard HendersonMerge tag 'pull-block-2021-12-22' of https://gitlab...
2021-12-22 Richard HendersonMerge tag 'pull-request-2021-12-22' of https://gitlab...
2021-12-22 Laurent Vivierfailover: Silence warning messages during qtest
2021-12-17 Richard HendersonMerge tag 'pull-ppc-20211217' of https://github.com...
2021-12-16 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2021-12-15 Richard HendersonMerge tag 'pull-block-2021-12-15' of git://repo.or...
2021-12-15 Richard HendersonMerge tag 'pull-target-arm-20211215' of https://git...
2021-12-15 Richard HendersonMerge tag 'migration-20211214-pull-request' of https...
2021-12-15 Juan Quintelamultifd: Make zlib compression method not use iovs
2021-12-15 Juan Quintelamultifd: Make zstd compression method not use iovs
2021-12-15 Rao, LeiCOLO: Move some trace code behind qemu_mutex_unlock_iot...
2021-12-15 Li Zhangmultifd: Shut down the QIO channels to avoid blocking...
2021-12-15 Juan Quintelamultifd: Fill offset and block for reception
2021-12-15 Juan Quintelamultifd: remove used parameter from send_recv_pages...
2021-12-15 Juan Quintelamultifd: remove used parameter from send_prepare()...
2021-12-15 Juan Quintelamultifd: The variable is only used inside the loop
2021-12-15 Juan Quintelamultifd: Add missing documention
2021-12-15 Juan Quintelamultifd: Rename used field to num
2021-12-15 Juan Quintelamigration: Never call twice qemu_target_page_size()
2021-12-15 Juan Quintelamultifd: Delete useless operation
2021-12-15 Juan Quintelamigration: Remove is_zero_range()
2021-12-15 Zhang Chenmigration/colo: Optimize COLO primary node start code...
2021-12-15 Rao, LeiFixed a QEMU hang when guest poweroff in COLO mode
2021-12-15 Zhang Chenmigration/colo: More accurate update checkpoint time
2021-12-15 Rao, Leimigration/ram.c: Remove the qemu_mutex_lock in colo_flu...
2021-11-11 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2021-11-09 Richard HendersonMerge remote-tracking branch 'remotes/vivier/tags/trivi...
2021-11-09 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-09 Rao, LeiReset the auto-converge counter at every checkpoint.
2021-11-09 Rao, LeiReduce the PVM stop time during Checkpoint
2021-11-06 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-06 Juan Quintelamigration: Check that postcopy fd's are not NULL
2021-11-05 Richard HendersonMerge remote-tracking branch 'remotes/kraxel/tags/egl...
2021-11-04 Richard HendersonMerge remote-tracking branch 'remotes/stsquad/tags...
2021-11-04 Richard HendersonMerge remote-tracking branch 'remotes/quic/tags/pull...
2021-11-04 Richard HendersonMerge remote-tracking branch 'remotes/juanquintela...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/bonzini/tags...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/vivier/tags/trivi...
2021-11-03 Lukas Straubcolo: Don't dump colo cache if dump-guest-core=off
2021-11-03 Rao, LeiChanged the last-mode to none of first start COLO
2021-11-03 Rao, LeiRemoved the qemu_fclose() in colo_process_incoming_thread
2021-11-03 Rao, Leicolo: fixed 'Segmentation fault' when the simplex mode...
2021-11-03 Rao, LeiFixed SVM hang when do failover before PVM crash
2021-11-03 Rao, LeiFixed qemu crash when guest power off in COLO mode
2021-11-03 Rao, LeiSome minor optimizations for COLO
2021-11-03 Juan Quintelamigration: Zero migration compression counters
2021-11-03 yuxiatingmigration: initialise compression_counters for a new...
2021-11-03 Laurent Viviermigration: provide an error message to migration_cancel()
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/kraxel/tags/misc...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/kwolf/tags/for...
2021-11-03 Richard HendersonMerge remote-tracking branch 'remotes/XanClic/tags...
2021-11-02 Richard HendersonMerge remote-tracking branch 'remotes/mst/tags/for_upst...
next