aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater
2018-06-04migration: introduce decompress-error-checkXiao Guangrong
2018-06-01migration: use local path for local headersMichael S. Tsirkin
2018-05-25migration: use g_free for ram load bitmapPeter Xu
2018-05-15migration: setup ramstate for resumePeter Xu
2018-05-15migration: synchronize dirty bitmap for resumePeter Xu
2018-05-15migration: new message MIG_RP_MSG_RECV_BITMAPPeter Xu
2018-05-15migration: Define MultifdRecvParams soonerJuan Quintela
2018-05-15migration: Transmit initial package through the multifd channelsJuan Quintela
2018-05-15migration: Delay start of migration main routinesJuan Quintela
2018-05-15migration: Create multifd channelsJuan Quintela
2018-05-15migration: Be sure all recv channels are createdJuan Quintela
2018-05-15migration: terminate_* can be called for other threadsJuan Quintela
2018-05-15migration: Introduce multifd_recv_new_channel()Juan Quintela
2018-05-15migration: Set error state in case of errorJuan Quintela
2018-05-15migration: fix saving normal page even if it's been compressedXiao Guangrong
2018-04-25migration: remove ram_save_compressed_page()Xiao Guangrong
2018-04-25migration: introduce save_normal_page()Xiao Guangrong
2018-04-25migration: move calling save_zero_page to the common placeXiao Guangrong
2018-04-25migration: move calling control_save_page to the common placeXiao Guangrong
2018-04-25migration: move some code to ram_save_host_pageXiao Guangrong
2018-04-25migration: introduce control_save_page()Xiao Guangrong
2018-04-25migration: detect compression and decompression errorsXiao Guangrong
2018-04-25migration: stop decompression to allocate and free memory frequentlyXiao Guangrong
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong
2018-04-25migration: stop compressing page in migration threadXiao Guangrong
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy
2018-03-09migration: do not transfer ram during bulk storage migrationPeter Lieven
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-14migration: better error handling with QEMUFilePeter Xu
2018-02-14migration: Fix early failure cleanupDr. David Alan Gilbert
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert
2017-11-22migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_ENDDaniel Henrique Barboza
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela
2017-10-29migration: No need to return the size of the cacheJuan Quintela
2017-10-29migration: Don't play games with the requested cache sizeJuan Quintela
2017-10-23migration: add bitmap for received pageAlexey Perevalov
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov
2017-10-23migration: new ram_init_bitmaps()Peter Xu
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu
2017-10-23migration: provide ram_state_cleanupPeter Xu
2017-10-23migration: provide ram_state_init()Peter Xu
2017-10-23migration: Make cache_init() take an error parameterJuan Quintela
2017-10-23migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela