summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini3-4/+4
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-2/+2
2018-12-14qapi: add conditions to REPLICATION type/commands on the schemaMarc-André Lureau1-12/+4
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau3-70/+87
2018-11-27migration: savevm: consult migration blockersPaolo Bonzini1-0/+4
2018-11-21migration/migration.c: Add COLO dependency checksZhang Chen1-0/+9
2018-11-21migration/colo.c: Fix compilation issue when disable replicationZhang Chen1-1/+27
2018-10-31migration: avoid segmentfault when take a snapshot of a VM which being migratedJia Lina3-9/+14
2018-10-29dirty-bitmaps: clean-up bitmaps loading and migration logicVladimir Sementsov-Ogievskiy1-2/+8
2018-10-29block/dirty-bitmaps: add user_locked status checkerJohn Snow1-8/+2
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2-10/+10
2018-10-19migration: Fix !replay_can_snapshot() error handlingMarkus Armbruster1-4/+4
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-6/+6
2018-10-19COLO: quick failover process by kick COLO threadzhanghailiang1-0/+8
2018-10-19COLO: notify net filters about checkpoint/failover eventzhanghailiang1-0/+15
2018-10-19COLO: flush host dirty ram from cachezhanghailiang1-0/+9
2018-10-19savevm: split the process of different stages for loadvm/savevmZhang Chen3-16/+65
2018-10-19qapi: Add new command to query colo statusZhang Chen1-0/+21
2018-10-19qapi/migration.json: Rename COLO unknown mode to none mode.Zhang Chen2-2/+2
2018-10-19qmp event: Add COLO_EXIT event to notify users while exited COLOzhanghailiang1-0/+31
2018-10-19COLO: Flush memory data from ram cacheZhang Chen2-0/+39
2018-10-19ram/COLO: Record the dirty pages that SVM receivedZhang Chen1-3/+40
2018-10-19COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen4-3/+93
2018-10-19COLO: Remove colo_state migration structZhang Chen7-79/+54
2018-10-19COLO: Add block replication into colo processZhang Chen2-0/+53
2018-10-19COLO: integrate colo compare with colo frameZhang Chen2-6/+42
2018-10-11migration: Stop postcopy fault thread before notifyingIlya Maximets1-5/+6
2018-09-26migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell1-5/+5
2018-09-26migration: fix the compression codeFei Li1-16/+8
2018-09-26migration: fix QEMUFile leakMarc-André Lureau1-1/+4
2018-09-26migration: cleanup in error paths in loadvmDr. David Alan Gilbert1-0/+2
2018-09-26migration/postcopy: Clear have_listen_threadDr. David Alan Gilbert1-0/+1
2018-09-26migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong1-1/+3
2018-09-26migration: show the statistics of compressionXiao Guangrong3-1/+53
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong1-7/+11
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani1-1/+3
2018-09-26migration: handle the error condition properlyXiao Guangrong1-3/+15
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong1-9/+9
2018-09-26migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert1-1/+1
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2-3/+3
2018-08-25Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...Peter Maydell1-2/+16
2018-08-23postcopy: Synchronize usage of the balloon inhibitorAlex Williamson1-2/+16
2018-08-22migration: hold the lock only if it is really neededXiao Guangrong1-0/+4
2018-08-22migration: move handle of zero page to the threadXiao Guangrong1-26/+70
2018-08-22migration: drop the return value of do_compress_ram_pageXiao Guangrong1-15/+11
2018-08-22migration: introduce save_zero_page_to_fileXiao Guangrong1-10/+30
2018-08-22migration: fix counting normal page for compressionXiao Guangrong1-1/+0
2018-08-22migration: do not wait for free threadXiao Guangrong3-19/+48
2018-08-22migration: poll the cm event for destination qemuLidong Chen2-2/+33
2018-08-22migration: implement the shutdown for RDMA QIOChannelLidong Chen1-0/+40