Age | Commit message (Expand) | Author |
2018-05-15 | migration: synchronize dirty bitmap for resume | Peter Xu |
2018-05-15 | migration: introduce SaveVMHandlers.resume_prepare | Peter Xu |
2018-05-15 | migration: new message MIG_RP_MSG_RESUME_ACK | Peter Xu |
2018-05-15 | migration: new cmd MIG_CMD_POSTCOPY_RESUME | Peter Xu |
2018-05-15 | migration: new message MIG_RP_MSG_RECV_BITMAP | Peter Xu |
2018-05-15 | migration: new cmd MIG_CMD_RECV_BITMAP | Peter Xu |
2018-05-15 | migration: wakeup dst ram-load-thread for recover | Peter Xu |
2018-05-15 | migration: new state "postcopy-recover" | Peter Xu |
2018-05-15 | migration: rebuild channel on source | Peter Xu |
2018-05-15 | qmp: hmp: add migrate "resume" option | Peter Xu |
2018-05-15 | migration: allow fault thread to pause | Peter Xu |
2018-05-15 | migration: allow src return path to pause | Peter Xu |
2018-05-15 | migration: allow dst vm pause on postcopy | Peter Xu |
2018-05-15 | migration: implement "postcopy-pause" src logic | Peter Xu |
2018-05-15 | migration: new postcopy-pause state | Peter Xu |
2018-05-15 | migration: let incoming side use thread context | 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: Export functions to create send 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-05-04 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st... | Peter Maydell |
2018-05-04 | migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bits | Vladimir Sementsov-Ogievskiy |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
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-04-25 | migration: add postcopy total blocktime into query-migrate | Alexey Perevalov |
2018-04-25 | migration: calculate vCPU blocktime on dst side | Alexey Perevalov |
2018-04-25 | migration: add postcopy blocktime ctx into MigrationIncomingState | Alexey Perevalov |
2018-04-25 | migration: introduce postcopy-blocktime capability | Alexey Perevalov |
2018-04-10 | Revert "migration: Don't activate block devices if using -S" | Dr. David Alan Gilbert |
2018-03-29 | migration: Don't activate block devices if using -S | Dr. David Alan Gilbert |
2018-03-29 | migration: fix pfd leak | Marc-André Lureau |
2018-03-23 | migration: Fix block migration flag case | Dr. David Alan Gilbert |
2018-03-23 | migration/block: compare only read blocks against the rate limiter | Peter Lieven |
2018-03-23 | migration/block: limit the number of parallel I/O requests | Peter Lieven |
2018-03-23 | migration: Fix rate limiting issue on RDMA migration | Lidong Chen |