Age | Commit message (Expand) | Author |
2018-06-15 | migration: Poison ramblock loops in migration | Dr. David Alan Gilbert |
2018-06-15 | migration: Fixes for non-migratable RAMBlocks | Dr. David Alan Gilbert |
2018-06-15 | typedefs: add QJSON | Greg Kurz |
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: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect | Lidong Chen |
2018-06-04 | migration: remove unnecessary variables len in QIOChannelRDMA | Lidong Chen |
2018-06-04 | migration: Don't activate block devices if using -S | Dr. David Alan Gilbert |
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 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-01 | migration: use local path for local headers | Michael S. Tsirkin |
2018-06-01 | migration: drop an unused include | Michael S. Tsirkin |
2018-06-01 | vmstate: Add a VSTRUCT type | Corey Minyard |
2018-05-25 | migration: use g_free for ram load bitmap | Peter Xu |
2018-05-25 | migration: fix exec/fd migrations | Juan Quintela |
2018-05-15 | Migration+TLS: Fix crash due to double cleanup | Dr. David Alan Gilbert |
2018-05-15 | migration: update index field when delete or qsort RDMALocalBlock | Lidong Chen |
2018-05-15 | migration/qmp: add command migrate-pause | Peter Xu |
2018-05-15 | migration: introduce lock for to_dst_file | Peter Xu |
2018-05-15 | qmp/migration: new command migrate-recover | Peter Xu |
2018-05-15 | migration: init dst in migration_object_init too | Peter Xu |
2018-05-15 | migration: final handshake for the resume | 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: 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 |