summaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2022-08-02Revert "migration: Simplify unqueue_page()"Thomas Huth
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras
2022-07-20migration: Respect postcopy request order in preemption modePeter Xu
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu
2022-07-20migration: Postcopy preemption enablementPeter Xu
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras
2022-04-21migration: Fix operator typeDr. David Alan Gilbert
2022-04-21migration: Export ram_load_postcopy()Peter Xu
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu
2022-03-02migration: Dump ramblock and offset too when non-same-page detectedPeter Xu
2022-03-02migration: Introduce postcopy channels on dest nodePeter Xu
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-01-28migration: Simplify unqueue_page()Peter Xu
2022-01-28migration: Add postcopy_has_request()Peter Xu
2022-01-28migration: No off-by-one for pss->page update in host page sizePeter Xu
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson
2022-01-28migration: Introduce ram_transferred_add()David Edmondson
2022-01-28migration: Don't return for postcopy_send_discard_bm_ram()Philippe Mathieu-Daudé
2022-01-28migration: Drop return code for disgard ram processPeter Xu
2022-01-28migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu
2022-01-28migration: Drop postcopy_chunk_hostpages()Peter Xu
2022-01-28migration: Don't return for postcopy_chunk_hostpages()Peter Xu
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu
2022-01-28migration/ram: clean up unused comment.Xu Zheng
2022-01-28migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela
2022-01-28migration: simplify do_compress_ram_pageJuan Quintela
2022-01-28migration: Remove masking for compressionJuan Quintela
2022-01-28migration: ram_release_pages() always receive 1 page as argumentJuan Quintela
2022-01-28migration: We only need last_stage in two placesJuan Quintela
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