Age | Commit message (Expand) | Author | Files | Lines |
2017-09-06 | migration: dump str in migrate_set_state trace | Peter Xu | 1 | -1/+2 |
2017-09-06 | migration: Reset rather than destroy main_thread_load_event | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-09-04 | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 1 | -1/+0 |
2017-08-02 | migration: fix small leaks | Marc-André Lureau | 1 | -0/+10 |
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 | 1 | -11/+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: Close file on failed migration load | Dr. David Alan Gilbert | 1 | -0/+1 |
2017-07-10 | migration: Make compression_threads use save/load_setup/cleanup() | Juan Quintela | 1 | -5/+0 |
2017-07-10 | migration: Convert ram to use new load_setup()/load_cleanup() | Juan Quintela | 1 | -3/+0 |
2017-07-10 | migration: Rename save_live_setup() to save_setup() | Juan Quintela | 1 | -1/+1 |
2017-07-10 | doc: update TYPE_MIGRATION documents | Peter Xu | 1 | -6/+6 |
2017-07-10 | migration: fix handling for --only-migratable | Peter Xu | 1 | -5/+0 |
2017-06-28 | migration: add "return-path" capability | Peter Xu | 1 | -3/+13 |
2017-06-28 | migration: add comment for TYPE_MIGRATE | Peter Xu | 1 | -0/+8 |
2017-06-28 | migration: hmp: dump globals | Peter Xu | 1 | -0/+11 |
2017-06-28 | migration: merge enforce_config_section somewhat | Peter Xu | 1 | -0/+12 |
2017-06-28 | migration: move skip_section_footers | Peter Xu | 1 | -0/+2 |
2017-06-28 | migration: move skip_configuration out | Peter Xu | 1 | -0/+2 |
2017-06-28 | migration: move only_migratable to MigrationState | Peter Xu | 1 | -1/+7 |
2017-06-28 | migration: move global_state.optional out | Peter Xu | 1 | -0/+7 |
2017-06-28 | migration: let MigrationState be a qdev | Peter Xu | 1 | -23/+55 |
2017-06-19 | migration: Fix race of image locking between src and dst | Fam Zheng | 1 | -12/+7 |
2017-06-14 | migration: Remove unneeded includes | Juan Quintela | 1 | -6/+0 |
2017-06-14 | migration: fix incorrect enable return path | Peter Xu | 1 | -1/+5 |
2017-06-13 | migration: Move migration.h to migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-13 | migration: Move remaining exported functions to migration/misc.h | Juan Quintela | 1 | -0/+1 |
2017-06-13 | migration: create global_state.c | Juan Quintela | 1 | -120/+1 |
2017-06-13 | migration: Commands are only used inside migration.c | Juan Quintela | 1 | -17/+29 |
2017-06-13 | ram: Now POSTCOPY_ACTIVE is the same that STATUS_ACTIVE | Juan Quintela | 1 | -13/+1 |
2017-06-13 | ram: Print block stats also in the complete case | Juan Quintela | 1 | -18/+13 |
2017-06-13 | migration: Don't try to set *errp directly | Eduardo Habkost | 1 | -1/+1 |
2017-06-13 | migration: isolate return path on src | Peter Xu | 1 | -5/+6 |
2017-06-09 | migration: Inactivate images after .save_live_complete_precopy() | Kevin Wolf | 1 | -5/+7 |
2017-06-07 | ram: Use MigrationStats for statistics | Juan Quintela | 1 | -14/+14 |
2017-06-07 | ram: Call migration_page_queue_free() at ram_migration_cleanup() | Juan Quintela | 1 | -2/+0 |
2017-06-07 | ram: We only print throttling information sometimes | Juan Quintela | 1 | -5/+5 |
2017-06-07 | ram: Unfold get_xbzrle_cache_stats() into populate_ram_info() | Juan Quintela | 1 | -18/+11 |
2017-06-01 | migration: Move include/migration/block.h into migration/ | Juan Quintela | 1 | -1/+1 |
2017-06-01 | migration: Export ram.c functions in its own file | Juan Quintela | 1 | -0/+1 |