Age | Commit message (Expand) | Author |
2016-05-24 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in... | Peter Maydell |
2016-05-23 | migration: regain control of images when migration fails to complete | Greg Kurz |
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: Promote improved autoconverge commands out of experimental state | Jason J. Herne |
2016-05-23 | migration/qjson: Drop gratuitous use of QOM | Markus Armbruster |
2016-05-23 | migration: Move qjson.[ch] to migration/ | Markus Armbruster |
2016-05-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-05-19 | block: Avoid bs->blk in bdrv_next() | Kevin Wolf |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-18 | Fix some typos found by codespell | Stefan Weil |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-14 | Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7... | Peter Maydell |
2016-03-11 | postcopy: Remove the x- | Dr. David Alan Gilbert |
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-03-11 | migration: fix warning for source_return_path_thread | Peter Xu |
2016-03-10 | osdep: remove use of socket_error() from all code | Daniel P. Berrange |
2016-03-08 | Postcopy: Fix sync count in info migrate | Dr. David Alan Gilbert |
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 (ordinary): move bdrv_invalidate_cache_all of of coroutine context | Denis V. Lunev |
2016-02-26 | migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD | Matthew Fortune |
2016-02-26 | migration: reorder code to make it symmetric | Wei Yang |
2016-02-25 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-02-25 | block-migration: acquire AioContext as necessary | Paolo Bonzini |
2016-02-23 | Postcopy+spice: Pass spice migration data earlier | Dr. David Alan Gilbert |
2016-02-22 | block migration: Activate image on destination before writing to it | Kevin Wolf |
2016-02-16 | migration: fix incorrect memory_global_dirty_log_start outside BQL | Paolo Bonzini |
2016-02-11 | rdma: remove check on time_spent when calculating mbs | Wei Yang |
2016-02-09 | memory: RCU ram_list.dirty_memory[] for safe RAM hotplug | Stefan Hajnoczi |
2016-02-05 | migration: fix bad string passed to error_report() | Greg Kurz |
2016-02-05 | migration: remove useless code. | Liang Li |
2016-02-05 | migration/ram: Fix some helper functions' parameter to use PageSearchStatus | zhanghailiang |
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-02-05 | ram: Split host_from_stream_offset() into two helper functions | zhanghailiang |
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 |