aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2023-10-20migration: Fix parse_ramblock() on overwritten retvalsPeter Xu
2023-10-18migration: save_zero_page() can take block through pssJuan Quintela
2023-10-18migration: control_save_page() can take block through pssJuan Quintela
2023-10-18migration: save_compress_page() can take block through pssJuan Quintela
2023-10-17migration: Move update_compress_threads_counts() to ram-compress.cJuan Quintela
2023-10-17migration: Create ram_compressed_pages()Juan Quintela
2023-10-17migration/ram: Merge save_zero_page functionsFabiano Rosas
2023-10-17migration/ram: Move xbzrle zero page handling into save_zero_pageFabiano Rosas
2023-10-17migration/ram: Stop passing QEMUFile around in save_zero_pageFabiano Rosas
2023-10-17migration/ram: Remove RAMState from xbzrle_cache_zero_pageFabiano Rosas
2023-10-17migration/ram: Refactor precopy ram loading codeNikolay Borisov
2023-10-17migration/rdma: Remove qemu_ prefix from exported functionsJuan Quintela
2023-10-17migration/rdma: Move rdma constants from qemu-file.h to rdma.hJuan Quintela
2023-10-17migration/rdma: Create rdma_control_save_page()Juan Quintela
2023-10-17migration/rdma: Unfold hook_ram_load()Juan Quintela
2023-10-17migration/rdma: Remove all uses of RAM_CONTROL_HOOKJuan Quintela
2023-10-17migration/rdma: Unfold ram_control_after_iterate()Juan Quintela
2023-10-17migration/rdma: Unfold ram_control_before_iterate()Juan Quintela
2023-10-17migration: Non multifd migration don't care about multifd flushesJuan Quintela
2023-10-17migration: hold the BQL during setupFiona Ebner
2023-10-17migration: fix RAMBlock add NULL checkDmitry Frolov
2023-10-17migration: Use g_autofree to simplify ram_dirty_bitmap_reload()Philippe Mathieu-Daudé
2023-10-11migration: Add migration_rp_wait|kick()Peter Xu
2023-10-11migration: Remember num of ramblocks to sync during recoveryPeter Xu
2023-10-02Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-09-29migration/rdma: Simplify the function that saves a pageJuan Quintela
2023-09-29migration/rdma: Don't use imaginary transfersJuan Quintela
2023-09-29migration/RDMA: It is accounting for zero/normal pages in two placesJuan Quintela
2023-09-29migration: Clean up local variable shadowingMarkus Armbruster
2023-07-26migration: Implement dirty-limit convergence algoHyman Huang(黄勇)
2023-07-26migration: Put the detection logic before auto-converge checkingHyman Huang(黄勇)
2023-07-26migration: Refactor auto-converge capability logicHyman Huang(黄勇)
2023-07-12migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()David Hildenbrand
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare
2023-05-23migration/xbzrle: Use i386 host/cpuinfo.hRichard Henderson
2023-05-18Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan
2023-05-10ram: Let colo_flush_ram_cache take the bitmap_mutexLukas Straub
2023-05-10ram: Add public helper to set colo bitmapLukas Straub
2023-05-08migration: Initialize and cleanup decompression in migration.cLukas Straub
2023-05-08ram compress: Assert that the file buffer matches the resultLukas Straub
2023-05-08ram.c: Move core decompression code into its own fileLukas Straub
2023-05-08ram.c: Move core compression code into its own fileLukas Straub
2023-05-08ram.c: Remove last ram.c dependency from the core compress codeLukas Straub
2023-05-08ram.c: Call update_compress_thread_counts from compress_send_queued_dataLukas Straub
2023-05-08ram.c: Do not call save_page_header() from compress threadsLukas Straub
2023-05-08ram.c: Reset result after sending queued dataLukas Straub
2023-05-08ram.c: Dont change param->block in the compress threadLukas Straub
2023-05-08ram.c: Let the compress threads return a CompressResult enumLukas Straub