summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19migration: reorder processing in hmp_savevmDenis V. Lunev1-9/+9
2015-11-19snapshot: create bdrv_all_create_snapshot helperDenis V. Lunev1-13/+4
2015-11-19migration: drop find_vmstate_bs check in hmp_delvmDenis V. Lunev1-5/+0
2015-11-19snapshot: create bdrv_all_find_snapshot helperDenis V. Lunev1-33/+9
2015-11-19migration: factor our snapshottability check in load_vmstateDenis V. Lunev1-8/+7
2015-11-19snapshot: create bdrv_all_goto_snapshot helperDenis V. Lunev1-10/+5
2015-11-19snapshot: create bdrv_all_delete_snapshot helperDenis V. Lunev1-44/+10
2015-11-19snapshot: create helper to test that block drivers supports snapshotsDenis V. Lunev1-13/+4
2015-11-19Unneeded NULL checkDr. David Alan Gilbert1-1/+1
2015-11-19migration: Dead assignment of current_timeDr. David Alan Gilbert1-1/+0
2015-11-19Set last_sent_blockDr. David Alan Gilbert1-0/+1
2015-11-12migration_init: Fix lock initialisation/make it explicitDr. David Alan Gilbert1-30/+23
2015-11-12migrate-start-postcopy: Improve textDr. David Alan Gilbert1-1/+1
2015-11-12Postcopy: Fix TP!=HP zero caseDr. David Alan Gilbert1-1/+1
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert2-4/+16
2015-11-12migration: Make 32bit linux compile with RDMAJuan Quintela1-1/+1
2015-11-12migration: print ram_addr_t as RAM_ADDR_FMT not %zxJuan Quintela1-2/+3
2015-11-10migration: qemu_savevm_state_cleanup becomes mandatory operationDenis V. Lunev1-1/+1
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-0/+9
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert1-0/+24
2015-11-10End of migration for postcopyDr. David Alan Gilbert1-1/+25
2015-11-10Postcopy: Mark nohugepage before discardDr. David Alan Gilbert2-4/+52
2015-11-10postcopy: Wire up loadvm_postcopy_handle_ commandsDr. David Alan Gilbert1-1/+27
2015-11-10Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert2-1/+84
2015-11-10Postcopy; Handle userfault requestsDr. David Alan Gilbert1-9/+146
2015-11-10Host page!=target page: Cleanup bitmapsDr. David Alan Gilbert1-0/+172
2015-11-10Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert2-3/+12