Age | Commit message (Expand) | Author |
2016-06-17 | migration: fix inability to save VM after snapshot | Denis V. Lunev |
2016-06-17 | migration: Don't use *_to_cpup() and cpu_to_*w() | Peter Maydell |
2016-06-13 | Introduce "xen-load-devices-state" | Wen Congyang |
2016-05-26 | migration: remove support for non-iovec based write handlers | Daniel P. Berrange |
2016-05-26 | migration: convert savevm to use QIOChannel for writing to files | Daniel P. Berrange |
2016-05-26 | migration: convert post-copy to use QIOChannelBuffer | Daniel P. Berrange |
2016-05-24 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in... | Peter Maydell |
2016-05-23 | savevm: fail if migration blockers are present | Greg Kurz |
2016-05-23 | memory: drop find_ram_block() | Gonglei |
2016-05-23 | migration/qjson: Drop gratuitous use of QOM | Markus Armbruster |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-11 | postcopy: listen thread is never joined | Dr. David Alan Gilbert |
2016-03-11 | migration: fix use-after-free in loadvm_postcopy_handle_run_bh | Denis V. Lunev |
2016-02-28 | migration: allow machine to enforce configuration section migration | Greg Kurz |
2016-02-26 | migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context | Denis V. Lunev |
2016-02-26 | migration: reorder code to make it symmetric | Wei Yang |
2016-02-05 | migration: fix bad string passed to error_report() | Greg Kurz |
2016-02-05 | savevm: Split load vm state function qemu_loadvm_state | zhanghailiang |
2016-02-05 | migration: rename 'file' in MigrationState to 'to_dst_file' | zhanghailiang |
2016-01-29 | migration: Clean up includes | Peter Maydell |
2016-01-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into... | Peter Maydell |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-01-13 | migration: Use error_reportf_err() instead of monitor_printf() | Markus Armbruster |
2016-01-13 | error: Use error_report_err() instead of monitor_printf() | Markus Armbruster |
2016-01-13 | Postcopy: Send events/change state on incoming side | Dr. David Alan Gilbert |
2015-11-19 | migration: normalize locking in migration/savevm.c | Denis V. Lunev |
2015-11-19 | migration: implement bdrv_all_find_vmstate_bs helper | Denis V. Lunev |
2015-11-19 | migration: reorder processing in hmp_savevm | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_create_snapshot helper | Denis V. Lunev |
2015-11-19 | migration: drop find_vmstate_bs check in hmp_delvm | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_find_snapshot helper | Denis V. Lunev |
2015-11-19 | migration: factor our snapshottability check in load_vmstate | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_goto_snapshot helper | Denis V. Lunev |
2015-11-19 | snapshot: create bdrv_all_delete_snapshot helper | Denis V. Lunev |
2015-11-19 | snapshot: create helper to test that block drivers supports snapshots | Denis V. Lunev |
2015-11-12 | Finish non-postcopiable iterative devices before package | Dr. David Alan Gilbert |
2015-11-10 | migration: qemu_savevm_state_cleanup becomes mandatory operation | Denis V. Lunev |
2015-11-10 | Postcopy: Mark nohugepage before discard | Dr. David Alan Gilbert |
2015-11-10 | postcopy: Wire up loadvm_postcopy_handle_ commands | Dr. David Alan Gilbert |
2015-11-10 | Start up a postcopy/listener thread ready for incoming page data | Dr. David Alan Gilbert |
2015-11-10 | Don't iterate on precopy-only devices during postcopy | Dr. David Alan Gilbert |
2015-11-10 | postcopy: ram_enable_notify to switch on userfault | Dr. David Alan Gilbert |
2015-11-10 | postcopy: Incoming initialisation | Dr. David Alan Gilbert |
2015-11-10 | migration_completion: Take current state | Dr. David Alan Gilbert |
2015-11-10 | Add qemu_savevm_state_complete_postcopy | Dr. David Alan Gilbert |
2015-11-10 | Avoid sending vmdescription during postcopy | Dr. David Alan Gilbert |
2015-11-10 | postcopy: OS support test | Dr. David Alan Gilbert |
2015-11-10 | Modify save_live_pending for postcopy | Dr. David Alan Gilbert |
2015-11-10 | MIG_CMD_PACKAGED: Send a packaged chunk of migration stream | Dr. David Alan Gilbert |