Age | Commit message (Expand) | Author |
2018-06-04 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i... | Peter Maydell |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-06-04 | migration: discard non-migratable RAMBlocks | Cédric Le Goater |
2018-06-04 | migration: introduce decompress-error-check | Xiao Guangrong |
2018-06-01 | migration: use local path for local headers | Michael S. Tsirkin |
2018-05-25 | migration: use g_free for ram load bitmap | Peter Xu |
2018-05-15 | migration: setup ramstate for resume | Peter Xu |
2018-05-15 | migration: synchronize dirty bitmap for resume | Peter Xu |
2018-05-15 | migration: new message MIG_RP_MSG_RECV_BITMAP | Peter Xu |
2018-05-15 | migration: Define MultifdRecvParams sooner | Juan Quintela |
2018-05-15 | migration: Transmit initial package through the multifd channels | Juan Quintela |
2018-05-15 | migration: Delay start of migration main routines | Juan Quintela |
2018-05-15 | migration: Create multifd channels | Juan Quintela |
2018-05-15 | migration: Be sure all recv channels are created | Juan Quintela |
2018-05-15 | migration: terminate_* can be called for other threads | Juan Quintela |
2018-05-15 | migration: Introduce multifd_recv_new_channel() | Juan Quintela |
2018-05-15 | migration: Set error state in case of error | Juan Quintela |
2018-05-15 | migration: fix saving normal page even if it's been compressed | Xiao Guangrong |
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 |