summaryrefslogtreecommitdiff
path: root/migration/migration.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-04migration: Move postcopy-ram.h to migration/Juan Quintela1-1/+1
2017-04-21migration: rename max_size to threshold_sizePeter Xu1-8/+13
2017-04-21migration: set current_active_state oncePeter Xu1-1/+0
2017-04-21migration: don't close a file descriptor while it can be in useLaurent Vivier1-3/+3
2017-04-21migration: Remove MigrationState parameter from migration_is_idle()Juan Quintela1-5/+3
2017-04-21ram: Add page-size to output in 'info migrate'Chao Fan1-0/+1
2017-04-21ram: Rename qemu_target_page_bits() to qemu_target_page_size()Juan Quintela1-2/+2
2017-04-21migration: Remove MigrationState from migration_in_postcopyJuan Quintela1-2/+4
2017-04-21ram: Move postcopy_requests into RAMStateJuan Quintela1-3/+2
2017-04-21ram: Move dirty_pages_rate to RAMStateJuan Quintela1-4/+3
2017-04-21ram: Remove dirty_bytes_rateJuan Quintela1-3/+3
2017-04-21ram: Create ram_dirty_sync_count()Juan Quintela1-2/+1
2017-04-21ram: Move src_page_req* to RAMStateJuan Quintela1-4/+1
2017-04-21ram: Move last_req_rb to RAMStateJuan Quintela1-1/+0
2017-04-21ram: Remove norm_mig_bytes_transferredJuan Quintela1-1/+2
2017-04-21ram: Remove unused pages_skipped variableJuan Quintela1-1/+2
2017-04-21ram: Rename flush_page_queue() to migration_page_queue_free()Juan Quintela1-1/+1
2017-04-07block: Ignore guest dev permissions during incoming migrationKevin Wolf1-0/+8
2017-03-16migration: use "" as the default for tls-creds/hostnameDaniel P. Berrange1-0/+4
2017-02-28postcopy: Record largest page sizeDr. David Alan Gilbert1-0/+1
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya1-0/+15
2017-02-28Changing error message of QMP 'migrate_set_downtime' to secondsDaniel Henrique Barboza1-4/+16
2017-02-13COLO: fix setting checkpoint-delay not working properlyzhanghailiang1-0/+3
2017-02-13migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin1-0/+4
2017-02-13add 'release-ram' migrate capabilityPavel Butsykin1-0/+9
2017-02-06postcopy: Recover block devices on early failureDr. David Alan Gilbert1-0/+25
2017-02-06migration: create Migration Incoming State at init timeJuan Quintela1-21/+17
2017-01-24migration: Change name of live migration threadPankaj Gupta1-1/+1
2017-01-24migration: re-active images while migration been canceled after inactive themzhanghailiang1-0/+15
2017-01-24migration: Fail migration blocker for --only-migratableAshijeet Acharya1-0/+7
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-2/+35
2016-11-14migration: fix missing assignment for has_x_checkpoint_delayzhanghailiang1-0/+1
2016-10-31Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' ...Peter Maydell1-5/+79
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell1-1/+1
2016-10-30COLO: Add checkpoint-delay parameter for migrate-set-parameterszhanghailiang1-0/+16
2016-10-30migration: Switch to COLO process after finishing loadvmzhanghailiang1-0/+12
2016-10-30migration: Enter into COLO mode after migration if COLO is enabledzhanghailiang1-5/+33
2016-10-30migration: Introduce capability 'x-colo' to migrationzhanghailiang1-0/+18
2016-10-28migration: Remove unneeded NULL check from migrate_fd_error()Peter Maydell1-1/+1
2016-10-27migration: set name for all I/O channels createdDaniel P. Berrange1-0/+1
2016-10-13migrate: move max-bandwidth and downtime-limit to migrate_set_parameterAshijeet Acharya1-33/+50
2016-10-13migrate: Fix bounds check for migration parameters in migration.cAshijeet Acharya1-0/+2
2016-10-13migrate: Use boxed qapi for migrate-set-parametersEric Blake1-38/+27
2016-10-13migrate: Share common MigrationParameters structEric Blake1-0/+7
2016-07-22migration: set state to post-migrate on failureDr. David Alan Gilbert1-0/+4
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-06-17migration: Don't use *_to_cpup() and cpu_to_*w()Peter Maydell1-6/+6
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange1-9/+9
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert1-0/+14
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert1-0/+2