summaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2021-12-15migration: Remove is_zero_range()Juan Quintela
2021-12-15migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache.Rao, Lei
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei
2021-11-09Reduce the PVM stop time during CheckpointRao, Lei
2021-11-03colo: Don't dump colo cache if dump-guest-core=offLukas Straub
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-10-19migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bi...David Hildenbrand
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