Age | Commit message (Expand) | Author |
2016-01-29 | migration: Clean up includes | Peter Maydell |
2016-01-22 | fpu: Replace uint8 typedef with uint8_t | Peter Maydell |
2016-01-20 | block: Inactivate BDS when migration completes | Kevin Wolf |
2016-01-16 | vmstate: Introduce VMSTATE_VARRAY_MULTPLY | Juan Quintela |
2016-01-16 | vmstate: introduce CPU_DoubleU arrays | Juan Quintela |
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 | multithread decompression: Avoid one copy | Dr. David Alan Gilbert |
2016-01-13 | Use qemu_get_buffer_in_place for xbzrle data | Dr. David Alan Gilbert |
2016-01-13 | Migration: Emit event at start of pass | Dr. David Alan Gilbert |
2016-01-13 | Postcopy: Send events/change state on incoming side | Dr. David Alan Gilbert |
2016-01-13 | migration: Add state records for migration incoming | zhanghailiang |
2016-01-13 | migration: Export migrate_set_state() | zhanghailiang |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-12-11 | Fix xbzrle vs last_sent_block update | Dr. David Alan Gilbert |
2015-12-03 | migration: do floating-point division | Paolo Bonzini |
2015-12-03 | migration: Clean up use of g_poll() in socket_writev_buffer() | Markus Armbruster |
2015-11-25 | block-migration: limit the memory usage | Wen Congyang |
2015-11-25 | Assume madvise for (no)hugepage works | 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-19 | Unneeded NULL check | Dr. David Alan Gilbert |
2015-11-19 | migration: Dead assignment of current_time | Dr. David Alan Gilbert |
2015-11-19 | Set last_sent_block | Dr. David Alan Gilbert |
2015-11-12 | migration_init: Fix lock initialisation/make it explicit | Dr. David Alan Gilbert |
2015-11-12 | migrate-start-postcopy: Improve text | Dr. David Alan Gilbert |
2015-11-12 | Postcopy: Fix TP!=HP zero case | Dr. David Alan Gilbert |
2015-11-12 | Finish non-postcopiable iterative devices before package | Dr. David Alan Gilbert |
2015-11-12 | migration: Make 32bit linux compile with RDMA | Juan Quintela |
2015-11-12 | migration: print ram_addr_t as RAM_ADDR_FMT not %zx | Juan Quintela |
2015-11-10 | migration: qemu_savevm_state_cleanup becomes mandatory operation | Denis V. Lunev |
2015-11-10 | Inhibit ballooning during postcopy | Dr. David Alan Gilbert |
2015-11-10 | Disable mlock around incoming postcopy | Dr. David Alan Gilbert |
2015-11-10 | End of migration for postcopy | Dr. David Alan Gilbert |
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 | Postcopy; Handle userfault requests | Dr. David Alan Gilbert |
2015-11-10 | Host page!=target page: Cleanup bitmaps | Dr. David Alan Gilbert |
2015-11-10 | Don't iterate on precopy-only devices during postcopy | Dr. David Alan Gilbert |