summaryrefslogtreecommitdiffstats
path: root/migration/ram.h
Commit message (Expand)AuthorAgeFilesLines
* migration/multifd: Report to user when zerocopy not workingLeonardo Bras2022-07-201-0/+2
* migration: Postcopy preemption preparation on channel creationPeter Xu2022-07-201-1/+3
* migration: Export ram_load_postcopy()Peter Xu2022-04-211-0/+1
* migration: Drop return code for disgard ram processPeter Xu2022-01-281-1/+1
* migration: Drop dead code of ram_debug_dump_bitmap()Peter Xu2022-01-281-2/+0Star
* Reset the auto-converge counter at every checkpoint.Rao, Lei2021-11-091-0/+1
* migration/postcopy: Handle RAMBlocks with a RamDiscardManager on the destinationDavid Hildenbrand2021-11-011-0/+1
* migration: Pre-fault memory before starting background snasphotAndrey Gruzdev2021-04-071-0/+1
* migration: Clean up signed vs. unsigned XBZRLE cache-sizeMarkus Armbruster2021-02-081-1/+1
* migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev2021-02-081-0/+2
* migration: introduce 'background-snapshot' migration capabilityAndrey Gruzdev2021-02-081-0/+4
* migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.hChuan Zheng2020-09-251-0/+10
* migration/colo.c: Flush ram cache only after receiving device stateLukas Straub2020-06-011-0/+1
* COLO: Optimize memory back-up processzhanghailiang2020-03-131-0/+1
* multifd: Split multifd code into its own fileJuan Quintela2020-01-291-7/+0Star
* multifd: Make multifd_load_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* multifd: Make multifd_save_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* migration: multifd_save_cleanup() can't fail, simplifyFei Li2019-01-231-1/+1
* migration: fix the multifd code when receiving less channelsFei Li2019-01-231-1/+1
* COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen2018-10-191-0/+4
* migration: show the statistics of compressionXiao Guangrong2018-09-261-0/+1
* migration: move income process out of multifdPeter Xu2018-07-101-1/+1
* migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu2018-05-151-0/+3
* migration: Be sure all recv channels are createdJuan Quintela2018-05-151-0/+1
* migration: Introduce multifd_recv_new_channel()Juan Quintela2018-05-151-0/+2
* migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert2018-03-201-0/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* migration: No need to return the size of the cacheJuan Quintela2017-10-291-1/+1
* migration: add bitmap for received pageAlexey Perevalov2017-10-231-0/+5
* migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela2017-10-231-1/+1
* migration: Create multifd migration threadsJuan Quintela2017-09-221-0/+5
* migration: Make compression_threads use save/load_setup/cleanup()Juan Quintela2017-07-101-5/+0Star
* migration: Convert ram to use new load_setup()/load_cleanup()Juan Quintela2017-07-101-1/+0Star
* ram: Use MigrationStats for statisticsJuan Quintela2017-06-071-11/+3Star
* ram: Call migration_page_queue_free() at ram_migration_cleanup()Juan Quintela2017-06-071-1/+0Star
* migration: Export ram.c functions in its own fileJuan Quintela2017-06-011-0/+70