summaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-25migration: remove ram_save_compressed_page()Xiao Guangrong1-37/+8
2018-04-25migration: introduce save_normal_page()Xiao Guangrong1-20/+30
2018-04-25migration: move calling save_zero_page to the common placeXiao Guangrong1-46/+59
2018-04-25migration: move calling control_save_page to the common placeXiao Guangrong1-8/+8
2018-04-25migration: move some code to ram_save_host_pageXiao Guangrong1-24/+19
2018-04-25migration: introduce control_save_page()Xiao Guangrong1-85/+89
2018-04-25migration: detect compression and decompression errorsXiao Guangrong1-17/+39
2018-04-25migration: stop decompression to allocate and free memory frequentlyXiao Guangrong1-30/+82
2018-04-25migration: stop compression to allocate and free memory frequentlyXiao Guangrong1-9/+32
2018-04-25migration: stop compressing page in migration threadXiao Guangrong1-16/+16
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+5
2018-03-20migration/ram: ramblock_recv_bitmap_test_byte_offsetDr. David Alan Gilbert1-0/+5
2018-03-13migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy1-4/+5
2018-03-09migration: do not transfer ram during bulk storage migrationPeter Lieven1-0/+8
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-14migration: better error handling with QEMUFilePeter Xu1-4/+17
2018-02-14migration: Fix early failure cleanupDr. David Alan Gilbert1-5/+7
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela1-6/+5
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert1-1/+2
2017-11-22migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_ENDDaniel Henrique Barboza1-2/+14
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela1-7/+0
2017-10-29migration: No need to return the size of the cacheJuan Quintela1-6/+4
2017-10-29migration: Don't play games with the requested cache sizeJuan Quintela1-5/+6
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+40
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov1-2/+2
2017-10-23migration: new ram_init_bitmaps()Peter Xu1-21/+30
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu1-46/+77
2017-10-23migration: provide ram_state_cleanupPeter Xu1-3/+10
2017-10-23migration: provide ram_state_init()Peter Xu1-10/+26
2017-10-23migration: Make cache_init() take an error parameterJuan Quintela1-13/+5
2017-10-23migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela1-2/+20
2017-09-27migration: disable auto-converge during bulk block migrationPeter Lieven1-1/+5
2017-09-22migration: fix ram_save_pendingVladimir Sementsov-Ogievskiy1-2/+6
2017-09-22migration: add has_postcopy savevm handlerVladimir Sementsov-Ogievskiy1-0/+6
2017-09-22migration: Create multifd migration threadsJuan Quintela1-0/+202
2017-08-02migration: fix comment disorder in RAMStatePeter Xu1-2/+2
2017-07-10migration: Make compression_threads use save/load_setup/cleanup()Juan Quintela1-4/+8
2017-07-10migration: Convert ram to use new load_setup()/load_cleanup()Juan Quintela1-13/+36
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela1-1/+1
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-06-14migration: Don't create decompression threads if not enabledJuan Quintela1-0/+6
2017-06-14migration: Test for disabled features on receptionJuan Quintela1-1/+13
2017-06-14migration: Remove unneeded includesJuan Quintela1-4/+0
2017-06-13migration: Move migration.h to migration/Juan Quintela1-1/+1
2017-06-13migration: Split registration functions from vmstate.hJuan Quintela1-0/+1
2017-06-07ram: Make RAMState dynamicJuan Quintela1-23/+35
2017-06-07ram: Use MigrationStats for statisticsJuan Quintela1-119/+44
2017-06-07ram: Move ZERO_TARGET_PAGE inside XBZRLEJuan Quintela1-5/+6
2017-06-07ram: Call migration_page_queue_free() at ram_migration_cleanup()Juan Quintela1-2/+3