aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2021-07-26migration: clear the memory region dirty bitmap when skipping free pagesWei Wang
2021-07-26migration: Teach QEMUFile to be QIOChannel-awarePeter Xu
2021-07-26migration: Make from_dst_file accesses thread-safePeter Xu
2021-07-13migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()Peter Xu
2021-07-09migration: fix typo in mig_throttle_guest_down commentOlaf Hering
2021-06-15memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()David Hildenbrand
2021-05-13migration/ram: Use offset_in_ramblock() in range checksDavid Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand
2021-05-13migration/ram: Simplify host page handling in ram_load_postcopy()David Hildenbrand
2021-05-13migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incomin...David Hildenbrand
2021-05-13migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand
2021-05-13migration/ram: Optimize ram_save_host_page()Kunkun Jiang
2021-05-13migration/ram: Reduce unnecessary rate limitingKunkun Jiang
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-07migration: Rename 'bs' to 'block' in background snapshot codeAndrey Gruzdev
2021-04-07migration: Pre-fault memory before starting background snasphotAndrey Gruzdev
2021-03-18migrate: remove QMP/HMP commands for speed, downtime and cache sizeDaniel P. Berrangé
2021-03-15migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARDMahmoud Mandour
2021-02-08migration: only check page size match if RAM postcopy is enabledStefan Reiter
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev
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