aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé
2020-11-11Reduce the time of checkpoint for COLORao, Lei
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu
2020-10-26migration: Add braces {} for if statementBihong Yu
2020-10-26migration: Add spaces around operatorBihong Yu
2020-10-26migration: Don't use '#' flag of printf formatBihong Yu
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng
2020-09-17migration/: fix some comment spelling errorszhaolichang
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu
2020-06-18migration: fix xbzrle encoding rate calculationWei Wang
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub
2020-05-07migration/xbzrle: add encoding rateWei Wang
2020-05-07migration/ram: Consolidate variable reset after placement in ram_load_postcopy()David Hildenbrand
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-05-04Compress lines for immediate returnSimran Singhal
2020-03-25migration/ram: fix use after free of local_errVladimir Sementsov-Ogievskiy
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang
2020-03-13COLO: Optimize memory back-up processzhanghailiang
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela
2020-02-28multifd: Make no compression operations into its own structureJuan Quintela
2020-01-29multifd: Split multifd code into its own fileJuan Quintela
2020-01-29multifd: Make multifd_load_setup() get an Error parameterJuan Quintela
2020-01-29multifd: Make multifd_save_setup() get an Error parameterJuan Quintela
2020-01-29migration: Make checkpatch happy with commentsJuan Quintela
2020-01-29multifd: Use qemu_target_page_size()Juan Quintela
2020-01-29multifd: multifd_send_sync_main only needs the qemufileJuan Quintela
2020-01-29multifd: multifd_queue_page only needs the qemufileJuan Quintela
2020-01-29multifd: multifd_send_pages only needs the qemufileJuan Quintela
2020-01-29migration/multifd: fix nullptr access in multifd_send_terminate_threadsZhimin Feng
2020-01-29migration: Don't send data if we have stoppedJuan Quintela
2020-01-29multifd: Make sure that we don't do any IO after an errorJuan Quintela
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela
2020-01-20Bug #1829242 correction.Alexey Romko
2020-01-20migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen
2020-01-20migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen
2020-01-20migration/multifd: not use multifd during postcopyWei Yang
2020-01-20migration/multifd: clean pages after filling packetWei Yang
2020-01-20migration/postcopy: enable compress during postcopyWei Yang
2020-01-20migration/postcopy: enable random order target page arrivalWei Yang
2020-01-20migration/postcopy: set all_zero to true on the first target pageWei Yang
2020-01-20migration/postcopy: count target page number to decide the place_neededWei Yang
2020-01-20migration/postcopy: wait for decompress thread in precopyWei Yang
2020-01-20migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang
2020-01-20migration/ram: Yield periodically to the main loopYury Kotov
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert
2020-01-20ram.c: remove unneeded labelsDaniel Henrique Barboza