Age | Commit message (Expand) | Author |
2018-06-04 | migration: introduce decompress-error-check | Xiao Guangrong |
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: 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 message MIG_RP_MSG_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: Delay start of migration main routines | Juan Quintela |
2018-05-15 | migration: Be sure all recv channels are created | Juan Quintela |
2018-05-15 | migration: Introduce multifd_recv_new_channel() | Juan Quintela |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-04-25 | migration: add postcopy total blocktime into query-migrate | 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-23 | migration: Fix block migration flag case | Dr. David Alan Gilbert |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-20 | postcopy: Allow registering of fd handler | Dr. David Alan Gilbert |
2018-03-13 | migration: add postcopy migration of dirty bitmaps | Vladimir Sementsov-Ogievskiy |
2018-03-13 | migration: allow qmp command migrate-start-postcopy for any postcopy | Vladimir Sementsov-Ogievskiy |
2018-03-13 | migration: include migrate_dirty_bitmaps in migrate_postcopy | Vladimir Sementsov-Ogievskiy |
2018-03-13 | qapi: add dirty-bitmaps migration capability | Vladimir Sementsov-Ogievskiy |
2018-03-13 | migration: introduce postcopy-only pending | Vladimir Sementsov-Ogievskiy |
2018-03-09 | migration: fix applying wrong capabilities | Peter Xu |
2018-03-09 | migration: fix minor finalize leak | Marc-André Lureau |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-14 | migration: pass MigrationState to migrate_init() | Peter Xu |
2018-02-14 | migration: allow send_rq to fail | Peter Xu |
2018-02-14 | migration: better error handling with QEMUFile | Peter Xu |
2018-02-09 | qdict qlist: Make most helper macros functions | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-06 | migration: Recover block devices if failure in device state | Dr. David Alan Gilbert |
2018-02-06 | migration: use s->threshold_size inside migration_update_counters | Wei Wang |
2018-02-06 | migration: Allow migrate_fd_connect to take an Error * | Dr. David Alan Gilbert |
2018-01-23 | migration: Revert postcopy-blocktime commit set | Peter Maydell |
2018-01-15 | migration: remove notify in fd_error | Peter Xu |
2018-01-15 | migration: remove some block_cleanup_parameters() | Peter Xu |
2018-01-15 | migration: put the finish part into a new function | Peter Xu |