aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-21migration: Disable multifd explicitly with compressionPeter Xu1-6/+5
2022-11-21migration: Fix possible infinite loop of ram save processPeter Xu1-4/+12
2022-08-02Revert "migration: Simplify unqueue_page()"Thomas Huth1-11/+26
2022-07-20migration/multifd: Report to user when zerocopy not workingLeonardo Bras1-0/+5
2022-07-20migration: Respect postcopy request order in preemption modePeter Xu1-13/+52
2022-07-20migration: Add property x-postcopy-preempt-break-hugePeter Xu1-0/+7
2022-07-20migration: Postcopy preemption enablementPeter Xu1-8/+243
2022-07-20migration: Postcopy preemption preparation on channel creationPeter Xu1-7/+18
2022-06-23migration: remove the QEMUFileOps abstractionDaniel P. Berrangé1-2/+1
2022-06-22migration: rename qemu_update_position to qemu_file_credit_transferDaniel P. Berrangé1-1/+1
2022-06-22migration: switch to use QIOChannelNull for dummy channelDaniel P. Berrangé1-3/+4
2022-05-16multifd: multifd_send_sync_main now returns negative on errorLeonardo Bras1-7/+22
2022-04-21migration: Fix operator typeDr. David Alan Gilbert1-1/+1
2022-04-21migration: Export ram_load_postcopy()Peter Xu1-1/+1
2022-04-21migration: Add pss.postcopy_requested statusPeter Xu1-0/+6
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-02migration: Move static var in ram_block_from_stream() into globalPeter Xu1-4/+9
2022-03-02migration: Dump ramblock and offset too when non-same-page detectedPeter Xu1-2/+6
2022-03-02migration: Introduce postcopy channels on dest nodePeter Xu1-24/+21
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell1-0/+1
2022-01-28migration: Simplify unqueue_page()Peter Xu1-26/+11
2022-01-28migration: Add postcopy_has_request()Peter Xu1-17/+28
2022-01-28migration: No off-by-one for pss->page update in host page sizePeter Xu1-2/+2
2022-01-28migration: Tally pre-copy, downtime and post-copy bytes independentlyDavid Edmondson1-0/+7
2022-01-28migration: Introduce ram_transferred_add()David Edmondson1-9/+14
2022-01-28migration: Don't return for postcopy_send_discard_bm_ram()Philippe Mathieu-Daudé1-5/+1
2022-01-28migration: Drop return code for disgard ram processPeter Xu1-15/+5
2022-01-28migration: Do chunk page in postcopy_each_ram_send_discard()Peter Xu1-10/+10
2022-01-28migration: Drop postcopy_chunk_hostpages()Peter Xu1-26/+7
2022-01-28migration: Don't return for postcopy_chunk_hostpages()Peter Xu1-9/+2
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu1-39/+0
2022-01-28migration/ram: clean up unused comment.Xu Zheng1-1/+0
2022-01-28migration: Move ram_release_pages() call to save_zero_page_to_file()Juan Quintela1-11/+10
2022-01-28migration: simplify do_compress_ram_pageJuan Quintela1-8/+3
2022-01-28migration: Remove masking for compressionJuan Quintela1-2/+2
2022-01-28migration: ram_release_pages() always receive 1 page as argumentJuan Quintela1-4/+4
2022-01-28migration: We only need last_stage in two placesJuan Quintela1-23/+18
2021-12-15migration: Remove is_zero_range()Juan Quintela1-7/+2
2021-12-15migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ram_cache.Rao, Lei1-2/+0
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei1-0/+9
2021-11-09Reduce the PVM stop time during CheckpointRao, Lei1-3/+45
2021-11-03colo: Don't dump colo cache if dump-guest-core=offLukas Straub1-0/+6
2021-11-03migration: provide an error message to migration_cancel()Laurent Vivier1-2/+1
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on background snapshotsDavid Hildenbrand1-2/+36
2021-11-01migration/ram: Factor out populating pages readable in ram_block_populate_pag...David Hildenbrand1-13/+22
2021-11-01migration: Simplify alignment and alignment checksDavid Hildenbrand1-1/+1
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand1-0/+21
2021-11-01migration/ram: Handle RAMBlocks with a RamDiscardManager on the migration sourceDavid Hildenbrand1-0/+77
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)1-4/+11
2021-10-19migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bi...David Hildenbrand1-8/+5