summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-296-4/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-294-0/+4
* postcopy: Remove the x-Dr. David Alan Gilbert2019-11-291-2/+2
* postcopy: listen thread is never joinedDr. David Alan Gilbert2019-11-291-1/+1
* migration: fix use-after-free in loadvm_postcopy_handle_run_bhDenis V. Lunev2019-11-291-4/+12
* migration: fix warning for source_return_path_threadPeter Xu2019-11-291-3/+2
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2019-11-292-12/+9
* Postcopy: Fix sync count in info migrateDr. David Alan Gilbert2019-11-291-0/+1
* migration: allow machine to enforce configuration section migrationGreg Kurz2019-11-291-2/+8
* migration (postcopy): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2019-11-291-10/+19
* migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2019-11-291-40/+49
* migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune2019-11-291-2/+2
* migration: reorder code to make it symmetricWei Yang2019-11-291-3/+2
* block-migration: acquire AioContext as necessaryPaolo Bonzini2019-11-291-13/+52
* Postcopy+spice: Pass spice migration data earlierDr. David Alan Gilbert2019-11-291-0/+14
* block migration: Activate image on destination before writing to itKevin Wolf2019-11-291-0/+7
* migration: fix incorrect memory_global_dirty_log_start outside BQLPaolo Bonzini2019-11-291-0/+4
* rdma: remove check on time_spent when calculating mbsWei Yang2019-11-291-2/+2
* memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi2019-11-291-4/+0
* migration: fix bad string passed to error_report()Greg Kurz2019-11-291-2/+2
* migration: remove useless code.Liang Li2019-11-291-6/+0
* migration/ram: Fix some helper functions' parameter to use PageSearchStatuszhanghailiang2019-11-291-14/+19
* savevm: Split load vm state function qemu_loadvm_statezhanghailiang2019-11-291-64/+92
* migration: rename 'file' in MigrationState to 'to_dst_file'zhanghailiang2019-11-298-47/+51
* ram: Split host_from_stream_offset() into two helper functionszhanghailiang2019-11-291-15/+25
* migration: Clean up includesPeter Maydell2019-11-2916-12/+16
* fpu: Replace uint8 typedef with uint8_tPeter Maydell2019-11-291-1/+1
* block: Inactivate BDS when migration completesKevin Wolf2019-11-291-0/+7
* vmstate: Introduce VMSTATE_VARRAY_MULTPLYJuan Quintela2019-11-291-0/+4
* vmstate: introduce CPU_DoubleU arraysJuan Quintela2019-11-291-0/+23
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-292-3/+3
* migration: Use error_reportf_err() instead of monitor_printf()Markus Armbruster2019-11-291-8/+6
* error: Use error_report_err() instead of monitor_printf()Markus Armbruster2019-11-291-2/+1
* multithread decompression: Avoid one copyDr. David Alan Gilbert2019-11-291-8/+3
* Use qemu_get_buffer_in_place for xbzrle dataDr. David Alan Gilbert2019-11-291-2/+4
* Migration: Emit event at start of passDr. David Alan Gilbert2019-11-291-0/+4
* Postcopy: Send events/change state on incoming sideDr. David Alan Gilbert2019-11-291-7/+15
* migration: Add state records for migration incomingzhanghailiang2019-11-291-6/+10
* migration: Export migrate_set_state()zhanghailiang2019-11-291-15/+21
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-2/+2
* Fix xbzrle vs last_sent_block updateDr. David Alan Gilbert2015-12-111-1/+10
* migration: do floating-point divisionPaolo Bonzini2015-12-031-1/+1
* migration: Clean up use of g_poll() in socket_writev_buffer()Markus Armbruster2015-12-031-1/+2
* block-migration: limit the memory usageWen Congyang2015-11-251-1/+6
* Assume madvise for (no)hugepage worksDr. David Alan Gilbert2015-11-251-8/+2
* migration: normalize locking in migration/savevm.cDenis V. Lunev2015-11-191-1/+18
* migration: implement bdrv_all_find_vmstate_bs helperDenis V. Lunev2015-11-191-15/+4
* migration: reorder processing in hmp_savevmDenis V. Lunev2015-11-191-9/+9
* snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev2015-11-191-13/+4
* migration: drop find_vmstate_bs check in hmp_delvmDenis V. Lunev2015-11-191-5/+0
OpenPOWER on IntegriCloud