Age | Commit message (Expand) | Author |
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 |
2017-07-18 | migration/rdma: Allow cancelling while waiting for wrid | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: fix qemu_rdma_block_for_wrid error paths | Dr. David Alan Gilbert |
2017-07-18 | migration: Close file on failed migration load | Dr. David Alan Gilbert |
2017-07-18 | migration/rdma: Fix race on source | Dr. David Alan Gilbert |
2017-07-10 | migration: Make compression_threads use save/load_setup/cleanup() | Juan Quintela |
2017-07-10 | migration: Convert ram to use new load_setup()/load_cleanup() | Juan Quintela |
2017-07-10 | migration: Create load_setup()/cleanup() methods | Juan Quintela |
2017-07-10 | migration: Rename cleanup() to save_cleanup() | Juan Quintela |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela |
2017-07-10 | doc: update TYPE_MIGRATION documents | Peter Xu |
2017-07-10 | migration: fix handling for --only-migratable | Peter Xu |
2017-07-10 | block: Make bdrv_is_allocated() byte-based | Eric Blake |
2017-06-28 | migration: add "return-path" capability | Peter Xu |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-06-28 | migration: add comment for TYPE_MIGRATE | Peter Xu |
2017-06-28 | migration: hmp: dump globals | Peter Xu |
2017-06-28 | migration: merge enforce_config_section somewhat | Peter Xu |
2017-06-28 | migration: move skip_section_footers | Peter Xu |
2017-06-28 | migration: move skip_configuration out | Peter Xu |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu |
2017-06-28 | migration: move global_state.optional out | Peter Xu |
2017-06-28 | migration: let MigrationState be a qdev | Peter Xu |
2017-06-26 | migration: hold AioContext lock for loadvm qemu_fclose() | Stefan Hajnoczi |