summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-04include/block/snapshot: global state API + assertionsEmanuele Giuseppe Esposito
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu
2022-03-02migration: postcopy_pause_fault_thread() never failsPeter Xu
2022-03-02migration: Enlarge postcopy recovery to capture !-EIO tooPeter Xu
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu
2022-03-02migration: Add postcopy_thread_create()Peter Xu
2022-03-02migration: Dump ramblock and offset too when non-same-page detectedPeter Xu
2022-03-02migration: Introduce postcopy channels on dest nodePeter Xu
2022-03-02migration: Tracepoint change in postcopy-run bottom halfPeter Xu
2022-03-02migration: Finer grained tracepoints for POSTCOPY_LISTENPeter Xu
2022-03-02migration: Dump sub-cmd name in loadvm_process_command tpPeter Xu
2022-03-02migration/rdma: set the REUSEADDR option for destinationJack Wang
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini
2022-01-28migration: Move temp page setup and cleanup into separate functionsPeter Xu
2022-01-28migration: Simplify unqueue_page()Peter Xu
2022-01-28migration: Add postcopy_has_request()Peter Xu
2022-01-28migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime featPeter Xu
2022-01-28migration: No off-by-one for pss->page update in host page sizePeter Xu
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson
2022-01-28migration: Introduce ram_transferred_add()David Edmondson
2022-01-28migration: Don't return for postcopy_send_discard_bm_ram()Philippe Mathieu-Daudé
2022-01-28migration: Drop return code for disgard ram processPeter Xu
2022-01-28migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu
2022-01-28migration: Drop postcopy_chunk_hostpages()Peter Xu
2022-01-28migration: Don't return for postcopy_chunk_hostpages()Peter Xu
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu
2022-01-28migration/ram: clean up unused comment.Xu Zheng
2022-01-28migration: Report the error returned when save_live_iterate failsDavid Edmondson
2022-01-28migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...Zhang Chen
2022-01-28migration/migration.c: Avoid COLO boot in postcopy migrationZhang Chen
2022-01-28migration/migration.c: Add missed default error handler for migration stateZhang Chen
2022-01-28multifd: Rename pages_used to normal_pagesJuan Quintela
2022-01-28multifd: recv side only needs the RAMBlock host addressJuan Quintela
2022-01-28multifd: Use normal pages array on the recv sideJuan Quintela
2022-01-28multifd: Use normal pages array on the send sideJuan Quintela
2022-01-28multifd: Unfold "used" variable by its valueJuan Quintela
2022-01-28multifd: Use a single writev on the send sideJuan Quintela
2022-01-28multifd: Remove send_write() methodJuan Quintela
2022-01-28multifd: Make zstd use iov'sJuan Quintela
2022-01-28multifd: Make zlib use iov'sJuan Quintela
2022-01-28multifd: Move iov from pages to paramsJuan Quintela
2022-01-28multifd: Use proper maximum compression valuesJuan Quintela
2022-01-28migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela
2022-01-28migration: simplify do_compress_ram_pageJuan Quintela
2022-01-28migration: Remove masking for compressionJuan Quintela