aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2018-10-19COLO: flush host dirty ram from cachezhanghailiang
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-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: 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-26migration: handle the error condition properlyXiao Guangrong
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
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: implement bi-directional RDMA QIOChannelLidong Chen
2018-08-22migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang
2018-08-10migration/ram: ensure write persistence on loading all data to PMEM.Junyan He
2018-08-10migration/ram: Add check and info message to nvdimm post copy.Junyan He
2018-07-24migration: update recv bitmap only on dest vmPeter Xu
2018-07-24migration: fix potential overflow in multifd sendPeter Xu
2018-07-10migration: fix incorrect bitmap size calculationPeter Xu
2018-07-10migration: simplify check to use qemu file bufferPeter Xu
2018-07-10migration: move income process out of multifdPeter Xu
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand
2018-06-27migration: Stop sending whole pages through main channelJuan Quintela
2018-06-27migration: Remove not needed semaphore and quitJuan Quintela
2018-06-27migration: Wait for blocking IOJuan Quintela
2018-06-27migration: Start sending messagesJuan Quintela
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela
2018-06-27migration: Synchronize multifd threads with main threadJuan Quintela
2018-06-27migration: Add block where to send/receive packetsJuan Quintela
2018-06-27migration: Multifd channels always wait on the semJuan Quintela
2018-06-27migration: Add multifd traces for start/end threadJuan Quintela
2018-06-27migration: Create multifd packetJuan Quintela
2018-06-27migration: Create multipage supportJuan Quintela
2018-06-15migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S
2018-06-15migration/postcopy: Wake rate limit sleep on postcopy requestDr. David Alan Gilbert
2018-06-15migration: introduce migration_update_ratesXiao Guangrong
2018-06-15migration: fix counting xbzrle cache_miss_rateXiao Guangrong
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert
2018-06-15migration: Fixes for non-migratable RAMBlocksDr. David Alan Gilbert
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater
2018-06-04migration: introduce decompress-error-checkXiao Guangrong
2018-06-01migration: use local path for local headersMichael S. Tsirkin