summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa6-4/+6
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-03-14Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7...Peter Maydell2-10/+17
2016-03-11postcopy: Remove the x-Dr. David Alan Gilbert1-2/+2
2016-03-11postcopy: listen thread is never joinedDr. David Alan Gilbert1-1/+1
2016-03-11migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev1-4/+12
2016-03-11migration: fix warning for source_return_path_threadPeter Xu1-3/+2
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange2-12/+9
2016-03-08Postcopy: Fix sync count in info migrateDr. David Alan Gilbert1-0/+1
2016-02-28migration: allow machine to enforce configuration section migrationGreg Kurz1-2/+8
2016-02-26migration (postcopy): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev1-10/+19
2016-02-26migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev1-40/+49
2016-02-26migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune1-2/+2
2016-02-26migration: reorder code to make it symmetricWei Yang1-3/+2
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-13/+52
2016-02-25block-migration: acquire AioContext as necessaryPaolo Bonzini1-13/+52
2016-02-23Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert1-0/+14
2016-02-22block migration: Activate image on destination before writing to itKevin Wolf1-0/+7
2016-02-16migration: fix incorrect memory_global_dirty_log_start outside BQLPaolo Bonzini1-0/+4
2016-02-11rdma: remove check on time_spent when calculating mbsWei Yang1-2/+2
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi1-4/+0
2016-02-05migration: fix bad string passed to error_report()Greg Kurz1-2/+2
2016-02-05migration: remove useless code.Liang Li1-6/+0
2016-02-05migration/ram: Fix some helper functions' parameter to use PageSearchStatuszhanghailiang1-14/+19
2016-02-05savevm: Split load vm state function qemu_loadvm_statezhanghailiang1-64/+92
2016-02-05migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang8-47/+51
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang1-15/+25
2016-01-29migration: Clean up includesPeter Maydell16-12/+16
2016-01-22fpu: Replace uint8 typedef with uint8_tPeter Maydell1-1/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+7
2016-01-16vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela1-0/+4
2016-01-16vmstate: introduce CPU_DoubleU arraysJuan Quintela1-0/+23
2016-01-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell2-13/+10
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2-3/+3
2016-01-13migration: Use error_reportf_err() instead of monitor_printf()Markus Armbruster1-8/+6
2016-01-13error: Use error_report_err() instead of monitor_printf()Markus Armbruster1-2/+1
2016-01-13multithread decompression: Avoid one copyDr. David Alan Gilbert1-8/+3
2016-01-13Use qemu_get_buffer_in_place for xbzrle dataDr. David Alan Gilbert1-2/+4
2016-01-13Migration: Emit event at start of passDr. David Alan Gilbert1-0/+4
2016-01-13Postcopy: Send events/change state on incoming sideDr. David Alan Gilbert1-7/+15
2016-01-13migration: Add state records for migration incomingzhanghailiang1-6/+10
2016-01-13migration: Export migrate_set_state()zhanghailiang1-15/+21
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-2/+2
2015-12-11Fix xbzrle vs last_sent_block updateDr. David Alan Gilbert1-1/+10
2015-12-03migration: do floating-point divisionPaolo Bonzini1-1/+1
2015-12-03migration: Clean up use of g_poll() in socket_writev_buffer()Markus Armbruster1-1/+2
2015-11-25block-migration: limit the memory usageWen Congyang1-1/+6
2015-11-25Assume madvise for (no)hugepage worksDr. David Alan Gilbert1-8/+2
2015-11-19migration: normalize locking in migration/savevm.cDenis V. Lunev1-1/+18
2015-11-19migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev1-15/+4