Age | Commit message (Expand) | Author | Files | Lines |
2018-08-22 | migration: implement bi-directional RDMA QIOChannel | Lidong Chen | 1 | -0/+3 |
2018-07-10 | migration: reorder MIG_CMD_POSTCOPY_RESUME | Peter Xu | 1 | -1/+1 |
2018-07-10 | migration: loosen recovery check when load vm | Peter Xu | 1 | -10/+6 |
2018-07-10 | migration: delay postcopy paused state | Peter Xu | 1 | -3/+3 |
2018-06-04 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i... | Peter Maydell | 1 | -0/+2 |
2018-06-04 | migration: discard non-migratable RAMBlocks | Cédric Le Goater | 1 | -0/+2 |
2018-06-01 | migration: drop an unused include | Michael S. Tsirkin | 1 | -0/+1 |
2018-05-15 | qmp/migration: new command migrate-recover | Peter Xu | 1 | -0/+3 |
2018-05-15 | migration: introduce SaveVMHandlers.resume_prepare | Peter Xu | 1 | -0/+25 |
2018-05-15 | migration: new message MIG_RP_MSG_RESUME_ACK | Peter Xu | 1 | -1/+2 |
2018-05-15 | migration: new cmd MIG_CMD_POSTCOPY_RESUME | Peter Xu | 1 | -0/+35 |
2018-05-15 | migration: new message MIG_RP_MSG_RECV_BITMAP | Peter Xu | 1 | -1/+1 |
2018-05-15 | migration: new cmd MIG_CMD_RECV_BITMAP | Peter Xu | 1 | -0/+61 |
2018-05-15 | migration: allow fault thread to pause | Peter Xu | 1 | -0/+3 |
2018-05-15 | migration: allow dst vm pause on postcopy | Peter Xu | 1 | -2/+61 |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+13 |
2018-03-20 | vhost+postcopy: Transmit 'listen' to slave | Dr. David Alan Gilbert | 1 | -0/+7 |
2018-03-20 | vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message | Dr. David Alan Gilbert | 1 | -0/+6 |
2018-03-16 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 1 | -5/+15 |
2018-03-13 | migration: add postcopy migration of dirty bitmaps | Vladimir Sementsov-Ogievskiy | 1 | -0/+2 |
2018-03-13 | migration: add is_active_iterate handler | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
2018-03-13 | migration: introduce postcopy-only pending | Vladimir Sementsov-Ogievskiy | 1 | -5/+8 |
2018-03-12 | replay: fix save/load vm for non-empty queue | Pavel Dovgalyuk | 1 | -0/+13 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -1/+2 |
2018-02-14 | migration: pass MigrationState to migrate_init() | Peter Xu | 1 | -1/+4 |
2018-02-14 | migration: better error handling with QEMUFile | Peter Xu | 1 | -2/+38 |
2018-02-14 | migration/xen: Check return value of qemu_fclose | Ross Lagerwall | 1 | -2/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-06 | migration: incoming postcopy advise sanity checks | Greg Kurz | 1 | -3/+18 |
2018-02-06 | migration: Don't leak IO channels | Ross Lagerwall | 1 | -0/+2 |
2018-02-06 | migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 | Daniel Henrique Barboza | 1 | -1/+1 |
2017-11-21 | migration, xen: Fix block image lock issue on live migration | Anthony PERARD | 1 | -1/+22 |
2017-11-21 | block: Add errp to bdrv_all_goto_snapshot() | Kevin Wolf | 1 | -3/+3 |
2017-09-27 | migration: Route errors up through vmstate_save | Dr. David Alan Gilbert | 1 | -5/+14 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-09-22 | migration: pass MigrationIncomingState* into migration check functions | Alexey Perevalov | 1 | -1/+1 |
2017-09-22 | migration: split common postcopy out of ram postcopy | Vladimir Sementsov-Ogievskiy | 1 | -9/+39 |
2017-09-22 | migration: add has_postcopy savevm handler | Vladimir Sementsov-Ogievskiy | 1 | -2/+4 |
2017-09-06 | migration: Report when bdrv_inactivate_all fails | Dr. David Alan Gilbert | 1 | -0/+2 |
2017-07-10 | migration: Create load_setup()/cleanup() methods | Juan Quintela | 1 | -1/+44 |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela | 1 | -2/+2 |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela | 1 | -6/+6 |
2017-06-28 | migration: merge enforce_config_section somewhat | Peter Xu | 1 | -10/+2 |
2017-06-28 | migration: move skip_section_footers | Peter Xu | 1 | -9/+2 |
2017-06-28 | migration: move skip_configuration out | Peter Xu | 1 | -11/+4 |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu | 1 | -1/+1 |
2017-06-26 | migration: hold AioContext lock for loadvm qemu_fclose() | Stefan Hajnoczi | 1 | -1/+1 |
2017-06-26 | migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all() | Stefan Hajnoczi | 1 | -3/+15 |
2017-06-26 | migration: avoid recursive AioContext locking in save_vmstate() | Stefan Hajnoczi | 1 | -1/+11 |
2017-06-19 | migration: Fix race of image locking between src and dst | Fam Zheng | 1 | -4/+15 |