Age | Commit message (Expand) | Author |
2019-03-05 | migration: Switch to using announce timer | Dr. David Alan Gilbert |
2019-03-05 | migration: Add announce parameters | Dr. David Alan Gilbert |
2019-03-05 | net: Introduce announce timer | Dr. David Alan Gilbert |
2019-02-22 | migration/block: use qemu_iovec_init_buf | Vladimir Sementsov-Ogievskiy |
2019-01-23 | migration: introduce pages-per-second | Xiao Guangrong |
2019-01-23 | vmstate: constify SaveVMHandlers | Marc-André Lureau |
2019-01-23 | migration/rdma: unregister fd handler | Dr. David Alan Gilbert |
2019-01-23 | migration: unify error handling for process_incoming_migration_co | Fei Li |
2019-01-23 | migration: add more error handling for postcopy_ram_enable_notify | Fei Li |
2019-01-23 | migration: multifd_save_cleanup() can't fail, simplify | Fei Li |
2019-01-23 | migration: fix the multifd code when receiving less channels | Fei Li |
2019-01-21 | migration: Add post_save function to VMStateDescription | Aaron Lindsay |
2019-01-17 | migration: Use strnlen() for fixed-size string | Philippe Mathieu-Daudé |
2019-01-17 | migration: Fix stringop-truncation warning | Marc-André Lureau |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza |
2018-12-14 | qapi: add conditions to REPLICATION type/commands on the schema | Marc-André Lureau |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau |
2018-11-27 | migration: savevm: consult migration blockers | Paolo Bonzini |
2018-11-21 | migration/migration.c: Add COLO dependency checks | Zhang Chen |
2018-11-21 | migration/colo.c: Fix compilation issue when disable replication | Zhang Chen |
2018-10-31 | migration: avoid segmentfault when take a snapshot of a VM which being migrated | Jia Lina |
2018-10-29 | dirty-bitmaps: clean-up bitmaps loading and migration logic | Vladimir Sementsov-Ogievskiy |
2018-10-29 | block/dirty-bitmaps: add user_locked status checker | John Snow |
2018-10-23 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into... | Peter Maydell |
2018-10-19 | migration: Fix !replay_can_snapshot() error handling | Markus Armbruster |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster |
2018-10-19 | COLO: quick failover process by kick COLO thread | zhanghailiang |
2018-10-19 | COLO: notify net filters about checkpoint/failover event | zhanghailiang |
2018-10-19 | COLO: flush host dirty ram from cache | zhanghailiang |
2018-10-19 | savevm: split the process of different stages for loadvm/savevm | Zhang Chen |
2018-10-19 | qapi: Add new command to query colo status | Zhang Chen |
2018-10-19 | qapi/migration.json: Rename COLO unknown mode to none mode. | Zhang Chen |
2018-10-19 | qmp event: Add COLO_EXIT event to notify users while exited COLO | zhanghailiang |
2018-10-19 | COLO: Flush memory data from ram cache | Zhang Chen |
2018-10-19 | ram/COLO: Record the dirty pages that SVM received | Zhang Chen |
2018-10-19 | COLO: Load dirty pages into SVM's RAM cache firstly | Zhang Chen |
2018-10-19 | COLO: Remove colo_state migration struct | Zhang Chen |
2018-10-19 | COLO: Add block replication into colo process | Zhang Chen |
2018-10-19 | COLO: integrate colo compare with colo frame | Zhang Chen |
2018-10-11 | migration: Stop postcopy fault thread before notifying | Ilya Maximets |
2018-09-26 | migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t struct | Peter Maydell |
2018-09-26 | migration: fix the compression code | Fei Li |
2018-09-26 | migration: fix QEMUFile leak | Marc-André Lureau |
2018-09-26 | migration: cleanup in error paths in loadvm | Dr. David Alan Gilbert |
2018-09-26 | migration/postcopy: Clear have_listen_thread | Dr. David Alan Gilbert |
2018-09-26 | migration: use save_page_use_compression in flush_compressed_data | Xiao Guangrong |
2018-09-26 | migration: show the statistics of compression | Xiao Guangrong |
2018-09-26 | migration: do not flush_compressed_data at the end of iteration | Xiao Guangrong |
2018-09-26 | Add a hint message to loadvm and exits on failure | Jose Ricardo Ziviani |