Age | Commit message (Expand) | Author |
2017-12-18 | Remove empty statements | Ladi Prosek |
2017-11-22 | migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END | Daniel Henrique Barboza |
2017-11-21 | migration, xen: Fix block image lock issue on live migration | Anthony PERARD |
2017-11-21 | block: Add errp to bdrv_all_goto_snapshot() | Kevin Wolf |
2017-11-17 | block: Make bdrv_next() keep strong references | Max Reitz |
2017-10-29 | migration: Make xbzrle_cache_size a migration parameter | Juan Quintela |
2017-10-29 | migration: No need to return the size of the cache | Juan Quintela |
2017-10-29 | migration: Don't play games with the requested cache size | Juan Quintela |
2017-10-29 | migration: Make sure that we pass the right cache size | Juan Quintela |
2017-10-23 | migration: Improve migration thread error handling | Juan Quintela |
2017-10-23 | migration: add bitmap for received page | Alexey Perevalov |
2017-10-23 | migration: introduce qemu_ufd_copy_ioctl helper | Alexey Perevalov |
2017-10-23 | migration: postcopy_place_page factoring out | Alexey Perevalov |
2017-10-23 | migration: new ram_init_bitmaps() | Peter Xu |
2017-10-23 | migration: clean up xbzrle cache init/destroy | Peter Xu |
2017-10-23 | migration: provide ram_state_cleanup | Peter Xu |
2017-10-23 | migration: provide ram_state_init() | Peter Xu |
2017-10-23 | migration: pause-before-switchover for postcopy | Dr. David Alan Gilbert |
2017-10-23 | migration: allow cancel to unpause | Dr. David Alan Gilbert |
2017-10-23 | migration: migrate-continue | Dr. David Alan Gilbert |
2017-10-23 | migration: Wait for semaphore before completing migration | Dr. David Alan Gilbert |
2017-10-23 | migration: Add 'pre-switchover' and 'device' statuses | Dr. David Alan Gilbert |
2017-10-23 | migration: Add 'pause-before-switchover' capability | Dr. David Alan Gilbert |
2017-10-23 | migration: Make cache_init() take an error parameter | Juan Quintela |
2017-10-23 | migration: Move xbzrle cache resize error handling to xbzrle_cache_resize | Juan Quintela |
2017-10-23 | migration: Make cache size elements use the right types | Juan Quintela |
2017-10-23 | migratiom: Remove max_item_age parameter | Juan Quintela |
2017-10-23 | migration: Fix migrate_test_apply for multifd parameters | Juan Quintela |
2017-10-06 | dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes | Eric Blake |
2017-10-06 | dirty-bitmap: Change bdrv_get_dirty_count() to report bytes | Eric Blake |
2017-09-27 | migration: Route more error paths | Dr. David Alan Gilbert |
2017-09-27 | migration: Route errors up through vmstate_save | Dr. David Alan Gilbert |
2017-09-27 | migration: wire vmstate_save_state errors up to vmstate_subsection_save | Dr. David Alan Gilbert |
2017-09-27 | migration: Check field save returns | Dr. David Alan Gilbert |
2017-09-27 | migration: check pre_save return in vmstate_save_state | Dr. David Alan Gilbert |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-27 | migration: disable auto-converge during bulk block migration | Peter Lieven |
2017-09-22 | migration: split ufd_version_check onto receive/request features part | Alexey Perevalov |
2017-09-22 | migration: fix hardcoded function name in error report | Alexey Perevalov |
2017-09-22 | migration: pass MigrationIncomingState* into migration check functions | Alexey Perevalov |
2017-09-22 | migration: split common postcopy out of ram postcopy | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: fix ram_save_pending | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: add has_postcopy savevm handler | Vladimir Sementsov-Ogievskiy |
2017-09-22 | migration: Split migration_fd_process_incoming | Juan Quintela |
2017-09-22 | migration: Create multifd migration threads | Juan Quintela |
2017-09-22 | migration: Create x-multifd-page-count parameter | Juan Quintela |
2017-09-22 | migration: Create x-multifd-channels parameter | Juan Quintela |
2017-09-22 | migration: Add multifd capability | Juan Quintela |
2017-09-22 | migration: Create migration_has_all_channels | Juan Quintela |