aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2019-01-18migration: Add post_save function to VMStateDescriptionAaron Lindsay
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-12-14qapi: add conditions to REPLICATION type/commands on the schemaMarc-André Lureau
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-11-27migration: savevm: consult migration blockersPaolo Bonzini
2018-11-21migration/migration.c: Add COLO dependency checksZhang Chen
2018-11-21migration/colo.c: Fix compilation issue when disable replicationZhang Chen
2018-10-31migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19migration: Fix !replay_can_snapshot() error handlingMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
2018-10-19COLO: quick failover process by kick COLO threadzhanghailiang
2018-10-19COLO: notify net filters about checkpoint/failover eventzhanghailiang
2018-10-19COLO: flush host dirty ram from cachezhanghailiang
2018-10-19savevm: split the process of different stages for loadvm/savevmZhang Chen
2018-10-19qapi: Add new command to query colo statusZhang Chen
2018-10-19qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen
2018-10-19qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang
2018-10-19COLO: Flush memory data from ram cacheZhang Chen
2018-10-19ram/COLO: Record the dirty pages that SVM receivedZhang Chen
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen
2018-10-19COLO: Remove colo_state migration structZhang Chen
2018-10-19COLO: Add block replication into colo processZhang Chen
2018-10-19COLO: integrate colo compare with colo frameZhang Chen
2018-10-11migration: Stop postcopy fault thread before notifyingIlya Maximets
2018-09-26migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell
2018-09-26migration: fix the compression codeFei Li
2018-09-26migration: fix QEMUFile leakMarc-André Lureau
2018-09-26migration: cleanup in error paths in loadvmDr. David Alan Gilbert
2018-09-26migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert
2018-09-26migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong
2018-09-26migration: show the statistics of compressionXiao Guangrong
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani
2018-09-26migration: handle the error condition properlyXiao Guangrong
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong
2018-09-26migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson
2018-08-22migration: hold the lock only if it is really neededXiao Guangrong
2018-08-22migration: move handle of zero page to the threadXiao Guangrong
2018-08-22migration: drop the return value of do_compress_ram_pageXiao Guangrong
2018-08-22migration: introduce save_zero_page_to_fileXiao Guangrong
2018-08-22migration: fix counting normal page for compressionXiao Guangrong
2018-08-22migration: do not wait for free threadXiao Guangrong
2018-08-22migration: poll the cm event for destination qemuLidong Chen