aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-26migration: clear the memory region dirty bitmap when skipping free pagesWei Wang1-18/+56
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu1-1/+1
2021-07-26migration: Make from_dst_file accesses thread-safePeter Xu1-0/+1
2021-07-13migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu1-2/+11
2021-07-09migration: fix typo in mig_throttle_guest_down commentOlaf Hering1-1/+1
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand1-2/+1
2021-05-13migration/ram: Use offset_in_ramblock() in range checksDavid Hildenbrand1-5/+5
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand1-2/+9
2021-05-13migration/ram: Simplify host page handling in ram_load_postcopy()David Hildenbrand1-23/+32
2021-05-13migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incomin...David Hildenbrand1-0/+30
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand1-0/+30
2021-05-13migration/ram: Optimize ram_save_host_page()Kunkun Jiang1-20/+19
2021-05-13migration/ram: Reduce unnecessary rate limitingKunkun Jiang1-2/+7
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand1-61/+17
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-07migration: Rename 'bs' to 'block' in background snapshot codeAndrey Gruzdev1-42/+44
2021-04-07migration: Pre-fault memory before starting background snasphotAndrey Gruzdev1-0/+49
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé1-1/+1
2021-03-15migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour1-4/+2
2021-02-08migration: only check page size match if RAM postcopy is enabledStefan Reiter1-1/+1
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster1-1/+1
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev1-29/+295
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev1-0/+21
2020-11-12migration/ram: Fix hexadecimal format string specifierPhilippe Mathieu-Daudé1-1/+1
2020-11-11Reduce the time of checkpoint for COLORao, Lei1-1/+13
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