aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-21migration: Export ram_load_postcopy()Peter Xu1-0/+1
2022-01-28migration: Drop return code for disgard ram processPeter Xu1-1/+1
2022-01-28migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu1-2/+0
2021-11-09Reset the auto-converge counter at every checkpoint.Rao, Lei1-0/+1
2021-11-01migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand1-0/+1
2021-04-07migration: Pre-fault memory before starting background snasphotAndrey Gruzdev1-0/+1
2021-02-08migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster1-1/+1
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev1-0/+2
2021-02-08migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev1-0/+4
2020-09-25migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng1-0/+10
2020-06-01migration/colo.c: Flush ram cache only after receiving device stateLukas Straub1-0/+1
2020-03-13COLO: Optimize memory back-up processzhanghailiang1-0/+1
2020-01-29multifd: Split multifd code into its own fileJuan Quintela1-7/+0
2020-01-29multifd: Make multifd_load_setup() get an Error parameterJuan Quintela1-1/+1
2020-01-29multifd: Make multifd_save_setup() get an Error parameterJuan Quintela1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li1-1/+1
2019-01-23migration: fix the multifd code when receiving less channelsFei Li1-1/+1
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen1-0/+4
2018-09-26migration: show the statistics of compressionXiao Guangrong1-0/+1
2018-07-10migration: move income process out of multifdPeter Xu1-1/+1
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu1-0/+3
2018-05-15migration: Be sure all recv channels are createdJuan Quintela1-0/+1
2018-05-15migration: Introduce multifd_recv_new_channel()Juan Quintela1-0/+2
2018-03-20migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert1-0/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2017-10-29migration: No need to return the size of the cacheJuan Quintela1-1/+1
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+5
2017-10-23migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela1-1/+1
2017-09-22migration: Create multifd migration threadsJuan Quintela1-0/+5
2017-07-10migration: Make compression_threads use save/load_setup/cleanup()Juan Quintela1-5/+0
2017-07-10migration: Convert ram to use new load_setup()/load_cleanup()Juan Quintela1-1/+0
2017-06-07ram: Use MigrationStats for statisticsJuan Quintela1-11/+3
2017-06-07ram: Call migration_page_queue_free() at ram_migration_cleanup()Juan Quintela1-1/+0
2017-06-01migration: Export ram.c functions in its own fileJuan Quintela1-0/+70