- bad452a migration: Remove is_zero_range() by Juan Quintela · 3 years, 4 months ago
- 672159a migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache. by Rao, Lei · 3 years, 4 months ago
- 91fe9a8 Reset the auto-converge counter at every checkpoint. by Rao, Lei · 3 years, 4 months ago
- a6a83ce Reduce the PVM stop time during Checkpoint by Rao, Lei · 3 years, 4 months ago
- e5fdf92 colo: Don't dump colo cache if dump-guest-core=off by Lukas Straub · 3 years, 8 months ago
- 458fecc migration: provide an error message to migration_cancel() by Laurent Vivier · 3 years, 5 months ago
- 6fee3a1 migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots by David Hildenbrand · 3 years, 5 months ago
- f7b9dcf migration/ram: Factor out populating pages readable in ram_block_populate_pages() by David Hildenbrand · 3 years, 5 months ago
- 7648297 migration: Simplify alignment and alignment checks by David Hildenbrand · 3 years, 5 months ago
- 9470c5e migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination by David Hildenbrand · 3 years, 5 months ago
- be39b4c migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source by David Hildenbrand · 3 years, 5 months ago
- 63b41db memory: make global_dirty_tracking a bitmask by Hyman Huang(黄勇) · 3 years, 8 months ago
- 1230a25 migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*() by David Hildenbrand · 3 years, 6 months ago
- 3143577d migration: clear the memory region dirty bitmap when skipping free pages by Wei Wang · 3 years, 8 months ago
- c6ad5be migration: Teach QEMUFile to be QIOChannel-aware by Peter Xu · 3 years, 8 months ago
- 43044ac migration: Make from_dst_file accesses thread-safe by Peter Xu · 3 years, 8 months ago
- 63268c4 migration: Move bitmap_mutex out of migration_bitmap_clear_dirty() by Peter Xu · 3 years, 8 months ago
- 179a808 migration: fix typo in mig_throttle_guest_down comment by Olaf Hering · 3 years, 8 months ago
- 8dbe22c memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap() by David Hildenbrand · 3 years, 10 months ago
- 542147f migration/ram: Use offset_in_ramblock() in range checks by David Hildenbrand · 3 years, 10 months ago
- 898ba90 migration/ram: Handle RAM block resizes during postcopy by David Hildenbrand · 3 years, 10 months ago
- 6a23f63 migration/ram: Simplify host page handling in ram_load_postcopy() by David Hildenbrand · 3 years, 10 months ago
- cc61c70 migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incoming_init() by David Hildenbrand · 3 years, 10 months ago
- c7c0e72 migration/ram: Handle RAM block resizes during precopy by David Hildenbrand · 3 years, 10 months ago
- ba1b7c8 migration/ram: Optimize ram_save_host_page() by Kunkun Jiang · 4 years ago
- 23feba9 migration/ram: Reduce unnecessary rate limiting by Kunkun Jiang · 4 years ago
- 1a37352 migrate/ram: remove "ram_bulk_stage" and "fpo_enabled" by David Hildenbrand · 4 years, 1 month ago
- 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 82ea3e3 migration: Rename 'bs' to 'block' in background snapshot code by Andrey Gruzdev · 4 years ago
- eeccb99 migration: Pre-fault memory before starting background snasphot by Andrey Gruzdev · 4 years ago
- cbde7be migrate: remove QMP/HMP commands for speed, downtime and cache size by Daniel P. Berrangé · 4 years, 1 month ago
- 3739695 migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD by Mahmoud Mandour · 4 years ago
- e846b74 migration: only check page size match if RAM postcopy is enabled by Stefan Reiter · 4 years, 1 month ago
- 8b9407a migration: Clean up signed vs. unsigned XBZRLE cache-size by Markus Armbruster · 4 years, 1 month ago
- 278e2f5 migration: support UFFD write fault processing in ram_save_iterate() by Andrey Gruzdev · 4 years, 1 month ago
- 6e8c25b migration: introduce 'background-snapshot' migration capability by Andrey Gruzdev · 4 years, 1 month ago
- af3bbbe migration/ram: Fix hexadecimal format string specifier by Philippe Mathieu-Daudé · 4 years, 4 months ago
- b70cb3b Reduce the time of checkpoint for COLO by Rao, Lei · 4 years, 5 months ago
- 49324e9 migration: Do not initialise statics and globals to 0 or NULL by Bihong Yu · 4 years, 5 months ago
- f4c51a6 migration: Add braces {} for if statement by Bihong Yu · 4 years, 5 months ago
- 395cb45 migration: Add spaces around operator by Bihong Yu · 4 years, 5 months ago
- 29fccad migration: Don't use '#' flag of printf format by Bihong Yu · 4 years, 5 months ago
- 3ded54b migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h by Chuan Zheng · 4 years, 6 months ago
- 3a4452d migration/: fix some comment spelling errors by zhaolichang · 4 years, 6 months ago
- b0c3cf9 cpu-throttle: new module, extracted from cpus.c by Claudio Fontana · 4 years, 8 months ago
- fb61358 migration: Count new_dirty instead of real_dirty by Keqian Zhu · 4 years, 9 months ago
- 9227140 migration: fix xbzrle encoding rate calculation by Wei Wang · 4 years, 9 months ago
- 24fa16f migration/colo.c: Flush ram cache only after receiving device state by Lukas Straub · 4 years, 10 months ago
- e460a4b migration/xbzrle: add encoding rate by Wei Wang · 4 years, 10 months ago
- ddf35bd migration/ram: Consolidate variable reset after placement in ram_load_postcopy() by David Hildenbrand · 4 years, 11 months ago
- cbbf818 migration/throttle: Add cpu-throttle-tailslow migration parameter by Keqian Zhu · 5 years ago
- a2261b2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
- 6e8a355 lockable: replaced locks with lock guard macros where appropriate by Daniel Brodsky · 5 years ago
- b3ac2b9 Compress lines for immediate return by Simran Singhal · 5 years ago
- b4a1733 migration/ram: fix use after free of local_err by Vladimir Sementsov-Ogievskiy · 5 years ago
- 8af6637 ram/colo: only record bitmap of dirty pages in COLO stage by zhanghailiang · 5 years ago
- 0393031 COLO: Optimize memory back-up process by zhanghailiang · 5 years ago
- dc14a47 migration/throttle: Add throttle-trig-thres migration parameter by Keqian Zhu · 5 years ago
- 87dc6f5 multifd: Add zstd compression multifd support by Juan Quintela · 5 years ago
- ab7cbb0 multifd: Make no compression operations into its own structure by Juan Quintela · 6 years ago
- d32ca5a multifd: Split multifd code into its own file by Juan Quintela · 5 years ago
- b673eab multifd: Make multifd_load_setup() get an Error parameter by Juan Quintela · 6 years ago
- 00f4b57 multifd: Make multifd_save_setup() get an Error parameter by Juan Quintela · 6 years ago
- 857a4bb migration: Make checkpatch happy with comments by Juan Quintela · 5 years ago
- a6703e4 multifd: Use qemu_target_page_size() by Juan Quintela · 5 years ago
- 99f2c6f multifd: multifd_send_sync_main only needs the qemufile by Juan Quintela · 5 years ago
- 67a4c89 multifd: multifd_queue_page only needs the qemufile by Juan Quintela · 5 years ago
- df94d32 multifd: multifd_send_pages only needs the qemufile by Juan Quintela · 5 years ago
- 9c4d333 migration/multifd: fix nullptr access in multifd_send_terminate_threads by Zhimin Feng · 5 years ago
- b69a022 migration: Don't send data if we have stopped by Juan Quintela · 5 years ago
- 3d4095b multifd: Make sure that we don't do any IO after an error by Juan Quintela · 5 years ago
- ddac5cb multifd: Be consistent about using uint64_t by Juan Quintela · 5 years ago
- 8bba004 Bug #1829242 correction. by Alexey Romko · 5 years ago
- 9560a48 migration/multifd: fix destroyed mutex access in terminating multifd threads by Jiahui Cen · 5 years ago
- f76e32e migration/multifd: fix nullptr access in terminating multifd threads by Jiahui Cen · 5 years ago
- c6b3a2e migration/multifd: not use multifd during postcopy by Wei Yang · 5 years ago
- eab54aa migration/multifd: clean pages after filling packet by Wei Yang · 5 years ago
- 644acf9 migration/postcopy: enable compress during postcopy by Wei Yang · 5 years ago
- 91ba442 migration/postcopy: enable random order target page arrival by Wei Yang · 5 years ago
- e5e73b0 migration/postcopy: set all_zero to true on the first target page by Wei Yang · 5 years ago
- 4cbb3c6 migration/postcopy: count target page number to decide the place_needed by Wei Yang · 5 years ago
- ca1a6b7 migration/postcopy: wait for decompress thread in precopy by Wei Yang · 5 years ago
- 2e36bc1 migration/postcopy: reduce memset when it is zero page and matches_target_page_size by Wei Yang · 5 years ago
- e65cec5 migration/ram: Yield periodically to the main loop by Yury Kotov · 5 years ago
- 97e1e06 migration: Rate limit inside host pages by Dr. David Alan Gilbert · 5 years ago
- 03acb4e ram.c: remove unneeded labels by Daniel Henrique Barboza · 5 years ago
- 4d65a62 migration: Make sure that we don't call write() in case of error by Juan Quintela · 5 years ago
- d069bcc multifd: Initialize local variable by Juan Quintela · 5 years ago
- 44901b5 colo: fix return without releasing RCU by Paolo Bonzini · 5 years ago
- e4f1bea migration: fix maybe-uninitialized warning by Marc-André Lureau · 5 years ago
- bd108a4 migration: ram: Switch to ram block writeback by Beata Michalska · 5 years ago
- aff66d2 migration/multifd: pages->used would be cleared when attach to multifd_send_state by Wei Yang · 5 years ago
- 9985e1f migration/multifd: initialize packet->magic/version once at setup stage by Wei Yang · 5 years ago
- f2148c4 migration/multifd: use pages->allocated instead of the static max by Wei Yang · 5 years ago
- d884e77 migration/multifd: fix a typo in comment of multifd_recv_unfill_packet() by Wei Yang · 5 years ago
- 3414322 migration/postcopy: allocate tmp_page in setup stage by Wei Yang · 5 years ago
- 89ac5a1 migration: Use automatic rcu_read unlock in ram.c by Dr. David Alan Gilbert · 5 years ago
- 0e6ebd4 migration: Fix missing rcu_read_unlock by Dr. David Alan Gilbert · 5 years ago
- 6473760 migration: remove sent parameter in get_queued_page_not_dirty by Wei Yang · 6 years ago