Age | Commit message (Expand) | Author | Files | Lines |
2023-10-02 | Merge tag 'migration-20231002-pull-request' of https://gitlab.com/juan.quinte... | Stefan Hajnoczi | 1 | -15/+3 |
2023-09-29 | migration/rdma: Simplify the function that saves a page | Juan Quintela | 1 | -7/+3 |
2023-09-29 | migration/rdma: Don't use imaginary transfers | Juan Quintela | 1 | -1/+0 |
2023-09-29 | migration/RDMA: It is accounting for zero/normal pages in two places | Juan Quintela | 1 | -7/+0 |
2023-09-29 | migration: Clean up local variable shadowing | Markus Armbruster | 1 | -5/+3 |
2023-07-26 | migration: Implement dirty-limit convergence algo | Hyman Huang(黄勇) | 1 | -0/+36 |
2023-07-26 | migration: Put the detection logic before auto-converge checking | Hyman Huang(黄勇) | 1 | -10/+11 |
2023-07-26 | migration: Refactor auto-converge capability logic | Hyman Huang(黄勇) | 1 | -1/+5 |
2023-07-12 | migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored() | David Hildenbrand | 1 | -7/+7 |
2023-06-13 | exec/memory: Introduce RAM_NAMED_FILE flag | Steve Sistare | 1 | -1/+2 |
2023-05-23 | migration/xbzrle: Use i386 host/cpuinfo.h | Richard Henderson | 1 | -31/+3 |
2023-05-18 | Merge tag 'migration-20230518-pull-request' of https://gitlab.com/juan.quinte... | Richard Henderson | 1 | -1/+1 |
2023-05-18 | migration: Move rate_limit_max and rate_limit_used to migration_stats | Juan Quintela | 1 | -1/+1 |
2023-05-18 | migration: Add last stage indicator to global dirty log | Gavin Shan | 1 | -10/+10 |
2023-05-10 | ram: Let colo_flush_ram_cache take the bitmap_mutex | Lukas Straub | 1 | -0/+2 |
2023-05-10 | ram: Add public helper to set colo bitmap | Lukas Straub | 1 | -3/+14 |
2023-05-08 | migration: Initialize and cleanup decompression in migration.c | Lukas Straub | 1 | -5/+0 |
2023-05-08 | ram compress: Assert that the file buffer matches the result | Lukas Straub | 1 | -0/+2 |
2023-05-08 | ram.c: Move core decompression code into its own file | Lukas Straub | 1 | -204/+0 |
2023-05-08 | ram.c: Move core compression code into its own file | Lukas Straub | 1 | -261/+1 |
2023-05-08 | ram.c: Remove last ram.c dependency from the core compress code | Lukas Straub | 1 | -10/+17 |
2023-05-08 | ram.c: Call update_compress_thread_counts from compress_send_queued_data | Lukas Straub | 1 | -12/+6 |
2023-05-08 | ram.c: Do not call save_page_header() from compress threads | Lukas Straub | 1 | -9/+35 |
2023-05-08 | ram.c: Reset result after sending queued data | Lukas Straub | 1 | -10/+22 |
2023-05-08 | ram.c: Dont change param->block in the compress thread | Lukas Straub | 1 | -2/+4 |
2023-05-08 | ram.c: Let the compress threads return a CompressResult enum | Lukas Straub | 1 | -12/+22 |
2023-05-05 | migration: Make RAM_SAVE_FLAG_HOOK a normal case entry | Juan Quintela | 1 | -7/+5 |
2023-05-05 | migration: Rename xbzrle_enabled xbzrle_started | Juan Quintela | 1 | -7/+7 |
2023-05-03 | migration/rdma: Unfold last user of acct_update_position() | Juan Quintela | 1 | -9/+0 |
2023-05-03 | migration/rdma: Split the zero page case from acct_update_position | Juan Quintela | 1 | -8/+4 |
2023-05-03 | migration: Rename ram_counters to mig_stats | Juan Quintela | 1 | -24/+24 |
2023-05-03 | migration: Move ram_stats to its own file migration-stats.[ch] | Juan Quintela | 1 | -2/+1 |
2023-04-27 | migration: Make dirty_bytes_last_sync atomic | Juan Quintela | 1 | -1/+1 |
2023-04-27 | migration: Make dirty_pages_rate atomic | Juan Quintela | 1 | -2/+3 |
2023-04-27 | multifd: Only flush once each full round of memory | Juan Quintela | 1 | -1/+27 |
2023-04-27 | multifd: Protect multifd_send_sync_main() calls | Juan Quintela | 1 | -5/+11 |
2023-04-24 | migration: Create migrate_cpu_throttle_tailslow() function | Juan Quintela | 1 | -2/+1 |
2023-04-24 | migration: Create migrate_cpu_throttle_increment() function | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Create migrate_cpu_throttle_initial() to option.c | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Create migrate_max_cpu_throttle() | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Create migrate_throttle_trigger_threshold() | Juan Quintela | 1 | -2/+1 |
2023-04-24 | migration: Move migrate_use_xbzrle() to options.c | Juan Quintela | 1 | -5/+5 |
2023-04-24 | migration: Move migrate_use_multifd() to options.c | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Move migrate_use_events() to options.c | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Move migrate_use_compression() to options.c | Juan Quintela | 1 | -8/+8 |
2023-04-24 | migration: Create options.c | Juan Quintela | 1 | -0/+1 |
2023-04-24 | migration: Rename normal to normal_pages | Juan Quintela | 1 | -5/+5 |
2023-04-24 | migration: Rename duplicate to zero_pages | Juan Quintela | 1 | -5/+5 |
2023-04-24 | migration: Make postcopy_requests atomic | Juan Quintela | 1 | -1/+1 |
2023-04-24 | migration: Make dirty_sync_count atomic | Juan Quintela | 1 | -6/+7 |