Age | Commit message (Expand) | Author |
2017-09-27 | migration: Route more error paths | Dr. David Alan Gilbert |
2017-09-27 | migration: Route errors up through vmstate_save | Dr. David Alan Gilbert |
2017-09-27 | migration: wire vmstate_save_state errors up to vmstate_subsection_save | Dr. David Alan Gilbert |
2017-09-27 | migration: Check field save returns | Dr. David Alan Gilbert |
2017-09-27 | migration: check pre_save return in vmstate_save_state | Dr. David Alan Gilbert |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-27 | migration: disable auto-converge during bulk block migration | Peter Lieven |
2017-09-22 | migration: split ufd_version_check onto receive/request features part | Alexey Perevalov |
2017-09-22 | migration: fix hardcoded function name in error report | Alexey Perevalov |
2017-09-22 | migration: pass MigrationIncomingState* into migration check functions | Alexey Perevalov |
2017-09-22 | migration: split common postcopy out of ram postcopy | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: fix ram_save_pending | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: add has_postcopy savevm handler | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: Split migration_fd_process_incoming | Juan Quintela |
2017-09-22 | migration: Create multifd migration threads | Juan Quintela |
2017-09-22 | migration: Create x-multifd-page-count parameter | Juan Quintela |
2017-09-22 | migration: Create x-multifd-channels parameter | Juan Quintela |
2017-09-22 | migration: Add multifd capability | Juan Quintela |
2017-09-22 | migration: Create migration_has_all_channels | Juan Quintela |
2017-09-22 | migration: Add comments to channel functions | Juan Quintela |
2017-09-22 | migration: Teach it about G_SOURCE_REMOVE | Juan Quintela |
2017-09-22 | migration: Create migration_ioc_process_incoming() | Juan Quintela |
2017-09-22 | buildsys: Move rdma libs to per object | Fam Zheng |
2017-09-06 | migration: dump str in migrate_set_state trace | Peter Xu |
2017-09-06 | migration: Reset rather than destroy main_thread_load_event | Dr. David Alan Gilbert |
2017-09-06 | xbzrle: Drop unused cache_resize() | Markus Armbruster |
2017-09-06 | migration: Report when bdrv_inactivate_all fails | Dr. David Alan Gilbert |
2017-09-04 | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster |
2017-09-04 | qapi: Drop superfluous qapi_enum_parse() parameter max | Markus Armbruster |
2017-08-02 | migration: fix comment disorder in RAMState | Peter Xu |
2017-08-02 | migration: fix small leaks | Marc-André Lureau |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-24 | migration: Use JSON null instead of "" to reset parameter to default | Markus Armbruster |
2017-07-24 | migration: Unshare MigrationParameters struct for now | Markus Armbruster |
2017-07-24 | migration: Add TODO comments on duplication of QAPI_CLONE() | Markus Armbruster |
2017-07-24 | migration: Clean up around tls_creds, tls_hostname | Markus Armbruster |
2017-07-18 | migration: check global caps for validity | Peter Xu |
2017-07-18 | migration: provide migrate_cap_add() | Peter Xu |
2017-07-18 | migration: provide migrate_caps_check() | Peter Xu |
2017-07-18 | migration: remove check against colo support | Peter Xu |
2017-07-18 | migration: check global params for validity | Peter Xu |
2017-07-18 | migration: provide migrate_params_apply() | Peter Xu |
2017-07-18 | migration: introduce migrate_params_check() | Peter Xu |
2017-07-18 | migration: export capabilities to props | Peter Xu |
2017-07-18 | migration: export parameters to props | Peter Xu |
2017-07-18 | migration/rdma: Send error during cancelling | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: Safely convert control types | Dr. David Alan Gilbert |