aboutsummaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)Author
2015-11-10MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration stateDr. David Alan Gilbert
2015-11-10migration_completion: Take current stateDr. David Alan Gilbert
2015-11-10migrate_start_postcopy: Command to trigger transition to postcopyDr. David Alan Gilbert
2015-11-10Modify save_live_pending for postcopyDr. David Alan Gilbert
2015-11-10Add wrappers and handlers for sending/receiving the postcopy-ram migration me...Dr. David Alan Gilbert
2015-11-10Add migration-capability boolean for postcopy-ram.Dr. David Alan Gilbert
2015-11-10Rework loadvm path for subloopsDr. David Alan Gilbert
2015-11-10Return path: Source handling of return pathDr. David Alan Gilbert
2015-11-10migration_is_setup_or_activeDr. David Alan Gilbert
2015-11-10Return path: Send responses from destination to sourceDr. David Alan Gilbert
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert
2015-11-10migrate_init: Call from savevmDr. David Alan Gilbert
2015-11-10Rename mis->file to from_src_fileDr. David Alan Gilbert
2015-11-04migration: rename qemu_savevm_state_cancelLiang Li
2015-11-04migration: defer migration_end & blk_mig_cleanupLiang Li
2015-10-15migration: announce VM's new home just before VM is runnableAmit Shah
2015-10-15Migration: Generate the completed event only when we completeDr. David Alan Gilbert
2015-09-30migration: Disambiguate MAX_THROTTLEJason J. Herne
2015-09-30qmp/hmp: Add throttle ratio to query-migrate and info migrateJason J. Herne
2015-09-30migration: Dynamic cpu throttling for auto-convergeJason J. Herne
2015-09-30migration: Parameters for auto-converge cpu throttlingJason J. Herne
2015-09-29migration: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-29Split out end of migration code from migration_threadDr. David Alan Gilbert
2015-08-03migration: Fix global state with Xen.Anthony PERARD
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini
2015-07-15migration: We also want to store the global state for savevmJuan Quintela
2015-07-15migration: Trace event and migration event are different thingsJuan Quintela
2015-07-15migration: Only change state after migration has finishedJuan Quintela
2015-07-07migration: Add migration events on target sideJuan Quintela
2015-07-07migration: Make events a capabilityJuan Quintela
2015-07-07migration: create migration eventJuan Quintela
2015-07-07migration: No need to call trace_migrate_set_state()Juan Quintela
2015-07-07migration: Use always helper to set stateJuan Quintela
2015-07-07migration: ensure we start in NONE stateJuan Quintela
2015-07-07migration: Use cmpxchg correctlyJuan Quintela
2015-07-07global_state: Make section optionalJuan Quintela
2015-07-07migration: create new section to store global stateJuan Quintela
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-12Move loadvm_handlers into MigrationIncomingStateDr. David Alan Gilbert
2015-06-12Create MigrationIncomingStateDr. David Alan Gilbert
2015-06-12Split header writing out of qemu_savevm_state_beginDr. David Alan Gilbert
2015-06-12migration: Remove duplicated assignment of SETUP statusJuan Quintela
2015-05-07migration: Add qmp commands to set and query parametersLiang Li
2015-05-07migration: Use an array instead of 3 parametersLiang Li
2015-05-07migration: Add interface to control compressionLiang Li
2015-05-06migration: Add the framework of multi-thread decompressionLiang Li
2015-05-06migration: Add the framework of multi-thread compressionLiang Li