summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
* migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé2021-03-181-1/+1
* migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour2021-03-151-4/+2Star
* migration: only check page size match if RAM postcopy is enabledStefan Reiter2021-02-081-1/+1
* migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster2021-02-081-1/+1
* migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev2021-02-081-29/+295
* migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev2021-02-081-0/+21
* migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé2020-11-121-1/+1
* Reduce the time of checkpoint for COLORao, Lei2020-11-111-1/+13
* migration: Do not initialise statics and globals to 0 or NULLBihong Yu2020-10-261-1/+1
* migration: Add braces {} for if statementBihong Yu2020-10-261-2/+4
* migration: Add spaces around operatorBihong Yu2020-10-261-1/+1
* migration: Don't use '#' flag of printf formatBihong Yu2020-10-261-2/+2
* migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng2020-09-251-10/+1Star
* migration/: fix some comment spelling errorszhaolichang2020-09-171-5/+5
* cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-111-0/+1
* migration: Count new_dirty instead of real_dirtyKeqian Zhu2020-07-031-3/+5
* migration: fix xbzrle encoding rate calculationWei Wang2020-06-181-3/+1Star
* migration/colo.c: Flush ram cache only after receiving device stateLukas Straub2020-06-011-4/+1Star
* migration/xbzrle: add encoding rateWei Wang2020-05-071-2/+37
* migration/ram: Consolidate variable reset after placement in ram_load_postcopy()David Hildenbrand2020-05-071-5/+5
* migration/throttle: Add cpu-throttle-tailslow migration parameterKeqian Zhu2020-05-071-5/+20
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-05-051-3/+1Star
|\
| * Compress lines for immediate returnSimran Singhal2020-05-041-3/+1Star
* | lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-2/+1Star
|/
* migration/ram: fix use after free of local_errVladimir Sementsov-Ogievskiy2020-03-251-0/+1
* ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang2020-03-131-4/+5
* COLO: Optimize memory back-up processzhanghailiang2020-03-131-17/+49
* migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu2020-03-131-22/+30
* multifd: Add zstd compression multifd supportJuan Quintela2020-02-281-1/+0Star
* multifd: Make no compression operations into its own structureJuan Quintela2020-02-281-0/+1
* multifd: Split multifd code into its own fileJuan Quintela2020-01-291-987/+1Star
* multifd: Make multifd_load_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* multifd: Make multifd_save_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* migration: Make checkpatch happy with commentsJuan Quintela2020-01-291-4/+6
* multifd: Use qemu_target_page_size()Juan Quintela2020-01-291-4/+5
* multifd: multifd_send_sync_main only needs the qemufileJuan Quintela2020-01-291-6/+6
* multifd: multifd_queue_page only needs the qemufileJuan Quintela2020-01-291-4/+4
* multifd: multifd_send_pages only needs the qemufileJuan Quintela2020-01-291-4/+4
* migration/multifd: fix nullptr access in multifd_send_terminate_threadsZhimin Feng2020-01-291-1/+9
* migration: Don't send data if we have stoppedJuan Quintela2020-01-291-1/+2
* multifd: Make sure that we don't do any IO after an errorJuan Quintela2020-01-291-9/+13
* multifd: Be consistent about using uint64_tJuan Quintela2020-01-201-5/+8
* Bug #1829242 correction.Alexey Romko2020-01-201-11/+18
* migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen2020-01-201-0/+8
* migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen2020-01-201-1/+3
* migration/multifd: not use multifd during postcopyWei Yang2020-01-201-3/+6
* migration/multifd: clean pages after filling packetWei Yang2020-01-201-2/+4
* migration/postcopy: enable compress during postcopyWei Yang2020-01-201-1/+27
* migration/postcopy: enable random order target page arrivalWei Yang2020-01-201-8/+10
* migration/postcopy: set all_zero to true on the first target pageWei Yang2020-01-201-1/+1