summaryrefslogtreecommitdiffstats
path: root/migration/ram.h
Commit message (Expand)AuthorAgeFilesLines
* 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