Age | Commit message (Expand) | Author |
2018-04-25 | migration: remove ram_save_compressed_page() | Xiao Guangrong |
2018-04-25 | migration: introduce save_normal_page() | Xiao Guangrong |
2018-04-25 | migration: move calling save_zero_page to the common place | Xiao Guangrong |
2018-04-25 | migration: move calling control_save_page to the common place | Xiao Guangrong |
2018-04-25 | migration: move some code to ram_save_host_page | Xiao Guangrong |
2018-04-25 | migration: introduce control_save_page() | Xiao Guangrong |
2018-04-25 | migration: detect compression and decompression errors | Xiao Guangrong |
2018-04-25 | migration: stop decompression to allocate and free memory frequently | Xiao Guangrong |
2018-04-25 | migration: stop compression to allocate and free memory frequently | Xiao Guangrong |
2018-04-25 | migration: stop compressing page in migration thread | Xiao Guangrong |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-20 | migration/ram: ramblock_recv_bitmap_test_byte_offset | Dr. David Alan Gilbert |
2018-03-13 | migration: introduce postcopy-only pending | Vladimir Sementsov-Ogievskiy |
2018-03-09 | migration: do not transfer ram during bulk storage migration | Peter Lieven |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-14 | migration: better error handling with QEMUFile | Peter Xu |
2018-02-14 | migration: Fix early failure cleanup | Dr. David Alan Gilbert |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-06 | migration: Drop current address parameter from save_zero_page() | Juan Quintela |
2018-01-15 | migration: Guard ram_bytes_remaining against early call | Dr. David Alan Gilbert |
2017-11-22 | migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END | Daniel Henrique Barboza |
2017-10-29 | migration: Make xbzrle_cache_size a migration parameter | Juan Quintela |
2017-10-29 | migration: No need to return the size of the cache | Juan Quintela |
2017-10-29 | migration: Don't play games with the requested cache size | Juan Quintela |
2017-10-23 | migration: add bitmap for received page | Alexey Perevalov |
2017-10-23 | migration: postcopy_place_page factoring out | Alexey Perevalov |
2017-10-23 | migration: new ram_init_bitmaps() | Peter Xu |
2017-10-23 | migration: clean up xbzrle cache init/destroy | Peter Xu |
2017-10-23 | migration: provide ram_state_cleanup | Peter Xu |
2017-10-23 | migration: provide ram_state_init() | Peter Xu |
2017-10-23 | migration: Make cache_init() take an error parameter | Juan Quintela |
2017-10-23 | migration: Move xbzrle cache resize error handling to xbzrle_cache_resize | Juan Quintela |
2017-09-27 | migration: disable auto-converge during bulk block migration | Peter Lieven |
2017-09-22 | migration: fix ram_save_pending | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: add has_postcopy savevm handler | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: Create multifd migration threads | Juan Quintela |
2017-08-02 | migration: fix comment disorder in RAMState | Peter Xu |
2017-07-10 | migration: Make compression_threads use save/load_setup/cleanup() | Juan Quintela |
2017-07-10 | migration: Convert ram to use new load_setup()/load_cleanup() | Juan Quintela |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela |
2017-06-14 | migration: Don't create decompression threads if not enabled | Juan Quintela |
2017-06-14 | migration: Test for disabled features on reception | Juan Quintela |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela |
2017-06-07 | ram: Make RAMState dynamic | Juan Quintela |
2017-06-07 | ram: Use MigrationStats for statistics | Juan Quintela |
2017-06-07 | ram: Move ZERO_TARGET_PAGE inside XBZRLE | Juan Quintela |
2017-06-07 | ram: Call migration_page_queue_free() at ram_migration_cleanup() | Juan Quintela |