Age | Commit message (Expand) | Author | Files | Lines |
2017-09-22 | migration: split ufd_version_check onto receive/request features part | Alexey Perevalov | 1 | -6/+88 |
2017-09-22 | migration: fix hardcoded function name in error report | Alexey Perevalov | 1 | -1/+1 |
2017-09-22 | migration: pass MigrationIncomingState* into migration check functions | Alexey Perevalov | 4 | -8/+9 |
2017-09-22 | migration: split common postcopy out of ram postcopy | Vladimir Sementsov-Ogievskiy | 3 | -22/+67 |
2017-09-22 | migration: fix ram_save_pending | Vladimir Sementsov-Ogievskiy | 1 | -2/+6 |
2017-09-22 | migration: add has_postcopy savevm handler | Vladimir Sementsov-Ogievskiy | 2 | -2/+10 |
2017-09-22 | migration: Split migration_fd_process_incoming | Juan Quintela | 1 | -2/+12 |
2017-09-22 | migration: Create multifd migration threads | Juan Quintela | 3 | -0/+233 |
2017-09-22 | migration: Create x-multifd-page-count parameter | Juan Quintela | 2 | -0/+28 |
2017-09-22 | migration: Create x-multifd-channels parameter | Juan Quintela | 2 | -0/+27 |
2017-09-22 | migration: Add multifd capability | Juan Quintela | 2 | -0/+11 |
2017-09-22 | migration: Create migration_has_all_channels | Juan Quintela | 3 | -3/+20 |
2017-09-22 | migration: Add comments to channel functions | Juan Quintela | 1 | -0/+15 |
2017-09-22 | migration: Teach it about G_SOURCE_REMOVE | Juan Quintela | 3 | -3/+3 |
2017-09-22 | migration: Create migration_ioc_process_incoming() | Juan Quintela | 3 | -6/+21 |
2017-09-22 | buildsys: Move rdma libs to per object | Fam Zheng | 1 | -0/+1 |
2017-09-06 | migration: dump str in migrate_set_state trace | Peter Xu | 2 | -2/+3 |
2017-09-06 | migration: Reset rather than destroy main_thread_load_event | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-09-06 | xbzrle: Drop unused cache_resize() | Markus Armbruster | 2 | -67/+0 |
2017-09-06 | migration: Report when bdrv_inactivate_all fails | Dr. David Alan Gilbert | 1 | -0/+2 |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 1 | -1/+1 |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 3 | -10/+10 |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 2 | -2/+0 |
2017-09-04 | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster | 1 | -2/+1 |
2017-08-02 | migration: fix comment disorder in RAMState | Peter Xu | 1 | -2/+2 |
2017-08-02 | migration: fix small leaks | Marc-André Lureau | 1 | -0/+10 |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 1 | -18/+18 |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 1 | -1/+1 |
2017-07-24 | migration: Use JSON null instead of "" to reset parameter to default | Markus Armbruster | 1 | -4/+23 |
2017-07-24 | migration: Unshare MigrationParameters struct for now | Markus Armbruster | 1 | -5/+61 |
2017-07-24 | migration: Add TODO comments on duplication of QAPI_CLONE() | Markus Armbruster | 1 | -0/+3 |
2017-07-24 | migration: Clean up around tls_creds, tls_hostname | Markus Armbruster | 1 | -2/+2 |
2017-07-18 | migration: check global caps for validity | Peter Xu | 1 | -1/+17 |
2017-07-18 | migration: provide migrate_cap_add() | Peter Xu | 1 | -3/+16 |
2017-07-18 | migration: provide migrate_caps_check() | Peter Xu | 1 | -26/+53 |
2017-07-18 | migration: remove check against colo support | Peter Xu | 2 | -16/+0 |
2017-07-18 | migration: check global params for validity | Peter Xu | 1 | -2/+36 |
2017-07-18 | migration: provide migrate_params_apply() | Peter Xu | 1 | -6/+20 |
2017-07-18 | migration: introduce migrate_params_check() | Peter Xu | 1 | -10/+32 |
2017-07-18 | migration: export capabilities to props | Peter Xu | 1 | -0/+17 |
2017-07-18 | migration: export parameters to props | Peter Xu | 1 | -10/+25 |
2017-07-18 | migration/rdma: Send error during cancelling | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-07-18 | migration/rdma: Safely convert control types | Dr. David Alan Gilbert | 1 | -22/+32 |
2017-07-18 | migration/rdma: Allow cancelling while waiting for wrid | Dr. David Alan Gilbert | 1 | -6/+53 |
2017-07-18 | migration/rdma: fix qemu_rdma_block_for_wrid error paths | Dr. David Alan Gilbert | 1 | -2/+6 |
2017-07-18 | migration: Close file on failed migration load | Dr. David Alan Gilbert | 1 | -0/+1 |
2017-07-18 | migration/rdma: Fix race on source | Dr. David Alan Gilbert | 1 | -6/+6 |
2017-07-10 | migration: Make compression_threads use save/load_setup/cleanup() | Juan Quintela | 3 | -14/+8 |
2017-07-10 | migration: Convert ram to use new load_setup()/load_cleanup() | Juan Quintela | 3 | -17/+36 |
2017-07-10 | migration: Create load_setup()/cleanup() methods | Juan Quintela | 3 | -1/+47 |