- 69242e7 Move CPU softfloat unions to cpu-float.h by Marc-André Lureau · 2 years, 10 months ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 10 months ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 2 years, 11 months ago
- 6b573ef include/block/snapshot: global state API + assertions by Emanuele Giuseppe Esposito · 2 years, 11 months ago
- 3b71719 block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache by Emanuele Giuseppe Esposito · 3 years ago
- 1862198 migration: Remove load_state_old and minimum_version_id_old by Peter Maydell · 3 years ago
- e031149 migration: Add migration_incoming_transport_cleanup() by Peter Xu · 2 years, 11 months ago
- 27dd21b migration: postcopy_pause_fault_thread() never fails by Peter Xu · 2 years, 11 months ago
- d5c8f2a migration: Enlarge postcopy recovery to capture !-EIO too by Peter Xu · 2 years, 11 months ago
- 755e8d7 migration: Move static var in ram_block_from_stream() into global by Peter Xu · 2 years, 11 months ago
- 095c12a migration: Add postcopy_thread_create() by Peter Xu · 2 years, 11 months ago
- cfc7dc8 migration: Dump ramblock and offset too when non-same-page detected by Peter Xu · 2 years, 11 months ago
- 77dadc3 migration: Introduce postcopy channels on dest node by Peter Xu · 2 years, 11 months ago
- b9a040b migration: Tracepoint change in postcopy-run bottom half by Peter Xu · 2 years, 11 months ago
- c84f976 migration: Finer grained tracepoints for POSTCOPY_LISTEN by Peter Xu · 2 years, 11 months ago
- a7060ba migration: Dump sub-cmd name in loadvm_process_command tp by Peter Xu · 2 years, 11 months ago
- f736e41 migration/rdma: set the REUSEADDR option for destination by Jack Wang · 3 years ago
- 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years ago
- b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years ago
- 406523f configure, meson: move block layer options to meson_options.txt by Paolo Bonzini · 3 years, 3 months ago
- 476ebf7 migration: Move temp page setup and cleanup into separate functions by Peter Xu · 3 years ago
- cfd66f3 migration: Simplify unqueue_page() by Peter Xu · 3 years ago
- a1fe28d migration: Add postcopy_has_request() by Peter Xu · 3 years ago
- 2d1c37c migration: Enable UFFD_FEATURE_THREAD_ID even without blocktime feat by Peter Xu · 3 years ago
- 258f5c98 migration: No off-by-one for pss->page update in host page size by Peter Xu · 3 years ago
- ae68066 migration: Tally pre-copy, downtime and post-copy bytes independently by David Edmondson · 3 years, 1 month ago
- 4c2d0f6 migration: Introduce ram_transferred_add() by David Edmondson · 3 years, 1 month ago
- 9e7d122 migration: Don't return for postcopy_send_discard_bm_ram() by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 739fcc1 migration: Drop return code for disgard ram process by Peter Xu · 3 years, 2 months ago
- f30c2e5 migration: Do chunk page in postcopy_each_ram_send_discard() by Peter Xu · 3 years, 2 months ago
- e3fbf76 migration: Drop postcopy_chunk_hostpages() by Peter Xu · 3 years, 2 months ago
- dc57d6f migration: Don't return for postcopy_chunk_hostpages() by Peter Xu · 3 years, 2 months ago
- 53405ff migration: Drop dead code of ram_debug_dump_bitmap() by Peter Xu · 3 years, 2 months ago
- a6d1223 migration/ram: clean up unused comment. by Xu Zheng · 3 years ago
- 9200265 migration: Report the error returned when save_live_iterate fails by David Edmondson · 3 years, 1 month ago
- 01ee5e3 migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration finished by Zhang Chen · 3 years, 1 month ago
- eeeb48e migration/migration.c: Avoid COLO boot in postcopy migration by Zhang Chen · 3 years, 1 month ago
- 444252b migration/migration.c: Add missed default error handler for migration state by Zhang Chen · 3 years, 1 month ago
- 8c0ec0b multifd: Rename pages_used to normal_pages by Juan Quintela · 3 years, 2 months ago
- faf6093 multifd: recv side only needs the RAMBlock host address by Juan Quintela · 3 years, 2 months ago
- cf2d4aa multifd: Use normal pages array on the recv side by Juan Quintela · 3 years, 2 months ago
- 815956f multifd: Use normal pages array on the send side by Juan Quintela · 3 years, 2 months ago
- c27779a multifd: Unfold "used" variable by its value by Juan Quintela · 3 years, 2 months ago
- d48c3a0 multifd: Use a single writev on the send side by Juan Quintela · 3 years, 2 months ago
- 468fcb5 multifd: Remove send_write() method by Juan Quintela · 3 years, 2 months ago
- 0a818b8 multifd: Make zstd use iov's by Juan Quintela · 3 years, 2 months ago
- 48a4a44 multifd: Make zlib use iov's by Juan Quintela · 3 years, 2 months ago
- 226468b multifd: Move iov from pages to params by Juan Quintela · 3 years, 2 months ago
- fc67052 multifd: Use proper maximum compression values by Juan Quintela · 3 years, 2 months ago
- 47fe16f migration: Move ram_release_pages() call to save_zero_page_to_file() by Juan Quintela · 3 years, 1 month ago
- e7f2e19 migration: simplify do_compress_ram_page by Juan Quintela · 3 years, 1 month ago
- 20d549c migration: Remove masking for compression by Juan Quintela · 3 years, 1 month ago
- 0189c72 migration: ram_release_pages() always receive 1 page as argument by Juan Quintela · 3 years, 1 month ago
- 05931ec migration: We only need last_stage in two places by Juan Quintela · 3 years, 1 month ago
- 04e1140 migration: All this fields are unsigned by Juan Quintela · 3 years, 1 month ago
- 826cc32 aio-posix: split poll check from ready handler by Stefan Hajnoczi · 3 years, 2 months ago
- 1b529d9 failover: Silence warning messages during qtest by Laurent Vivier · 3 years, 1 month ago
- a5ed229 multifd: Make zlib compression method not use iovs by Juan Quintela · 3 years, 2 months ago
- f5ff548 multifd: Make zstd compression method not use iovs by Juan Quintela · 3 years, 2 months ago
- 9c5c8ff COLO: Move some trace code behind qemu_mutex_unlock_iothread() by Rao, Lei · 3 years, 1 month ago
- 077fbb5 multifd: Shut down the QIO channels to avoid blocking the send threads when they are terminated. by Li Zhang · 3 years, 2 months ago
- 01102a2 multifd: Fill offset and block for reception by Juan Quintela · 3 years, 2 months ago
- 40a4bfe multifd: remove used parameter from send_recv_pages() method by Juan Quintela · 3 years, 2 months ago
- 02fb810 multifd: remove used parameter from send_prepare() method by Juan Quintela · 3 years, 2 months ago
- 1943c11 multifd: The variable is only used inside the loop by Juan Quintela · 3 years, 2 months ago
- 18ede63 multifd: Add missing documention by Juan Quintela · 3 years, 2 months ago
- 90a3d2f multifd: Rename used field to num by Juan Quintela · 3 years, 2 months ago
- 144fa06 migration: Never call twice qemu_target_page_size() by Juan Quintela · 3 years, 2 months ago
- 47a1782 multifd: Delete useless operation by Juan Quintela · 3 years, 2 months ago
- bad452a migration: Remove is_zero_range() by Juan Quintela · 3 years, 2 months ago
- 751fe4c migration/colo: Optimize COLO primary node start code path by Zhang Chen · 3 years, 2 months ago
- 795969a Fixed a QEMU hang when guest poweroff in COLO mode by Rao, Lei · 3 years, 3 months ago
- 0e0f047 migration/colo: More accurate update checkpoint time by Zhang Chen · 3 years, 3 months ago
- 672159a migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache. by Rao, Lei · 3 years, 3 months ago
- 91fe9a8 Reset the auto-converge counter at every checkpoint. by Rao, Lei · 3 years, 3 months ago
- a6a83ce Reduce the PVM stop time during Checkpoint by Rao, Lei · 3 years, 3 months ago
- 5655998 migration: Check that postcopy fd's are not NULL by Juan Quintela · 3 years, 3 months ago
- e5fdf92 colo: Don't dump colo cache if dump-guest-core=off by Lukas Straub · 3 years, 7 months ago
- 2b9f6bf Changed the last-mode to none of first start COLO by Rao, Lei · 3 years, 3 months ago
- 04dd891 Removed the qemu_fclose() in colo_process_incoming_thread by Rao, Lei · 3 years, 3 months ago
- ac183da colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff by Rao, Lei · 3 years, 3 months ago
- 684bfd1 Fixed SVM hang when do failover before PVM crash by Rao, Lei · 3 years, 3 months ago
- aa505f8 Fixed qemu crash when guest power off in COLO mode by Rao, Lei · 3 years, 3 months ago
- ae4c209 Some minor optimizations for COLO by Rao, Lei · 3 years, 3 months ago
- 02abee3 migration: Zero migration compression counters by Juan Quintela · 3 years, 3 months ago
- fa0b31d migration: initialise compression_counters for a new migration by yuxiating · 3 years, 5 months ago
- 458fecc migration: provide an error message to migration_cancel() by Laurent Vivier · 3 years, 4 months ago
- 826b8bc migration/dirtyrate: implement dirty-bitmap dirtyrate calculation by Hyman Huang(黄勇) · 3 years, 6 months ago
- 4998a37 memory: introduce total_dirty_pages to stat dirty pages by Hyman Huang(黄勇) · 3 years, 6 months ago
- 6fee3a1 migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshots by David Hildenbrand · 3 years, 4 months ago
- f7b9dcf migration/ram: Factor out populating pages readable in ram_block_populate_pages() by David Hildenbrand · 3 years, 4 months ago
- 7648297 migration: Simplify alignment and alignment checks by David Hildenbrand · 3 years, 4 months ago
- 9470c5e migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destination by David Hildenbrand · 3 years, 4 months ago
- be39b4c migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration source by David Hildenbrand · 3 years, 4 months ago
- 60fd680 migration: Add migrate_add_blocker_internal() by Peter Xu · 3 years, 4 months ago
- 4c17033 migration: Make migration blocker work for snapshots too by Peter Xu · 3 years, 4 months ago
- 0e21bf2 migration/dirtyrate: implement dirty-ring dirtyrate calculation by Hyman Huang(黄勇) · 3 years, 7 months ago
- 9865d0f migration/dirtyrate: move init step of calculation to main thread by Hyman Huang(黄勇) · 3 years, 7 months ago
- 15eb2d6 migration/dirtyrate: adjust order of registering thread by Hyman Huang(黄勇) · 3 years, 7 months ago
- 71864ea migration/dirtyrate: introduce struct and adjust DirtyRateStat by Hyman Huang(黄勇) · 3 years, 7 months ago