aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-26migration: Do not initialise statics and globals to 0 or NULLBihong Yu1-1/+1
2020-10-26migration: Add braces {} for if statementBihong Yu1-2/+4
2020-10-26migration: Add spaces around operatorBihong Yu1-1/+1
2020-10-26migration: Don't use '#' flag of printf formatBihong Yu1-2/+2
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng1-10/+1
2020-09-17migration/: fix some comment spelling errorszhaolichang1-5/+5
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-0/+1
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu1-3/+5
2020-06-18migration: fix xbzrle encoding rate calculationWei Wang1-3/+1
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub1-4/+1
2020-05-07migration/xbzrle: add encoding rateWei Wang1-2/+37
2020-05-07migration/ram: Consolidate variable reset after placement in ram_load_postcopy()David Hildenbrand1-5/+5
2020-05-07migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu1-5/+20
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-3/+1
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-2/+1
2020-05-04Compress lines for immediate returnSimran Singhal1-3/+1
2020-03-25migration/ram: fix use after free of local_errVladimir Sementsov-Ogievskiy1-0/+1
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang1-4/+5
2020-03-13COLO: Optimize memory back-up processzhanghailiang1-17/+49
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu1-22/+30
2020-02-28multifd: Add zstd compression multifd supportJuan Quintela1-1/+0
2020-02-28multifd: Make no compression operations into its own structureJuan Quintela1-0/+1
2020-01-29multifd: Split multifd code into its own fileJuan Quintela1-987/+1
2020-01-29multifd: Make multifd_load_setup() get an Error parameterJuan Quintela1-1/+1
2020-01-29multifd: Make multifd_save_setup() get an Error parameterJuan Quintela1-1/+1
2020-01-29migration: Make checkpatch happy with commentsJuan Quintela1-4/+6
2020-01-29multifd: Use qemu_target_page_size()Juan Quintela1-4/+5
2020-01-29multifd: multifd_send_sync_main only needs the qemufileJuan Quintela1-6/+6
2020-01-29multifd: multifd_queue_page only needs the qemufileJuan Quintela1-4/+4
2020-01-29multifd: multifd_send_pages only needs the qemufileJuan Quintela1-4/+4
2020-01-29migration/multifd: fix nullptr access in multifd_send_terminate_threadsZhimin Feng1-1/+9
2020-01-29migration: Don't send data if we have stoppedJuan Quintela1-1/+2
2020-01-29multifd: Make sure that we don't do any IO after an errorJuan Quintela1-9/+13
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela1-5/+8
2020-01-20Bug #1829242 correction.Alexey Romko1-11/+18
2020-01-20migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen1-0/+8
2020-01-20migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen1-1/+3
2020-01-20migration/multifd: not use multifd during postcopyWei Yang1-3/+6
2020-01-20migration/multifd: clean pages after filling packetWei Yang1-2/+4
2020-01-20migration/postcopy: enable compress during postcopyWei Yang1-1/+27
2020-01-20migration/postcopy: enable random order target page arrivalWei Yang1-8/+10
2020-01-20migration/postcopy: set all_zero to true on the first target pageWei Yang1-1/+1
2020-01-20migration/postcopy: count target page number to decide the place_neededWei Yang1-2/+6
2020-01-20migration/postcopy: wait for decompress thread in precopyWei Yang1-2/+1
2020-01-20migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang1-1/+7
2020-01-20migration/ram: Yield periodically to the main loopYury Kotov1-1/+12
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert1-0/+2
2020-01-20ram.c: remove unneeded labelsDaniel Henrique Barboza1-13/+5
2020-01-20migration: Make sure that we don't call write() in case of errorJuan Quintela1-0/+25
2020-01-20multifd: Initialize local variableJuan Quintela1-1/+1