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