summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2018-01-15migration: free addr in the same function that we created itJuan Quintela1-2/+2
2018-01-15migration: print features as on offJuan Quintela1-4/+9
2018-01-15migration: Use proper types in jsonJuan Quintela1-29/+20
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-11-22migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_ENDDaniel Henrique Barboza1-2/+14
2017-11-21migration, xen: Fix block image lock issue on live migrationAnthony PERARD1-1/+22
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf1-3/+3
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz1-0/+1
2017-10-29migration: Make xbzrle_cache_size a migration parameterJuan Quintela3-19/+32
2017-10-29migration: No need to return the size of the cacheJuan Quintela3-11/+7
2017-10-29migration: Don't play games with the requested cache sizeJuan Quintela1-5/+6
2017-10-29migration: Make sure that we pass the right cache sizeJuan Quintela1-5/+7
2017-10-23migration: Improve migration thread error handlingJuan Quintela3-5/+22
2017-10-23migration: add bitmap for received pageAlexey Perevalov3-5/+57
2017-10-23migration: introduce qemu_ufd_copy_ioctl helperAlexey Perevalov1-13/+21
2017-10-23migration: postcopy_place_page factoring outAlexey Perevalov3-10/+11
2017-10-23migration: new ram_init_bitmaps()Peter Xu1-21/+30
2017-10-23migration: clean up xbzrle cache init/destroyPeter Xu1-46/+77
2017-10-23migration: provide ram_state_cleanupPeter Xu1-3/+10
2017-10-23migration: provide ram_state_init()Peter Xu1-10/+26
2017-10-23migration: pause-before-switchover for postcopyDr. David Alan Gilbert1-7/+22
2017-10-23migration: allow cancel to unpauseDr. David Alan Gilbert1-0/+4
2017-10-23migration: migrate-continueDr. David Alan Gilbert1-0/+11
2017-10-23migration: Wait for semaphore before completing migrationDr. David Alan Gilbert2-0/+41
2017-10-23migration: Add 'pre-switchover' and 'device' statusesDr. David Alan Gilbert1-0/+6
2017-10-23migration: Add 'pause-before-switchover' capabilityDr. David Alan Gilbert2-0/+11
2017-10-23migration: Make cache_init() take an error parameterJuan Quintela3-23/+19
2017-10-23migration: Move xbzrle cache resize error handling to xbzrle_cache_resizeJuan Quintela3-20/+22
2017-10-23migration: Make cache size elements use the right typesJuan Quintela2-5/+5
2017-10-23migratiom: Remove max_item_age parameterJuan Quintela1-2/+0
2017-10-23migration: Fix migrate_test_apply for multifd parametersJuan Quintela1-0/+6
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake1-2/+5
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake1-1/+2
2017-10-06dirty-bitmap: Change bdrv_get_dirty_count() to report bytesEric Blake1-1/+1
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-3/+8
2017-09-27migration: Route errors up through vmstate_saveDr. David Alan Gilbert1-5/+14
2017-09-27migration: wire vmstate_save_state errors up to vmstate_subsection_saveDr. David Alan Gilbert1-8/+12
2017-09-27migration: Check field save returnsDr. David Alan Gilbert1-3/+12
2017-09-27migration: check pre_save return in vmstate_save_stateDr. David Alan Gilbert2-2/+11
2017-09-27migration: pre_save return intDr. David Alan Gilbert3-3/+9
2017-09-27migration: disable auto-converge during bulk block migrationPeter Lieven3-1/+17
2017-09-22migration: split ufd_version_check onto receive/request features partAlexey Perevalov1-6/+88
2017-09-22migration: fix hardcoded function name in error reportAlexey Perevalov1-1/+1
2017-09-22migration: pass MigrationIncomingState* into migration check functionsAlexey Perevalov4-8/+9
2017-09-22migration: split common postcopy out of ram postcopyVladimir Sementsov-Ogievskiy3-22/+67
2017-09-22migration: fix ram_save_pendingVladimir Sementsov-Ogievskiy1-2/+6
2017-09-22migration: add has_postcopy savevm handlerVladimir Sementsov-Ogievskiy2-2/+10
2017-09-22migration: Split migration_fd_process_incomingJuan Quintela1-2/+12
2017-09-22migration: Create multifd migration threadsJuan Quintela3-0/+233
2017-09-22migration: Create x-multifd-page-count parameterJuan Quintela2-0/+28