aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-19COLO: flush host dirty ram from cachezhanghailiang1-0/+9
2018-10-19COLO: Flush memory data from ram cacheZhang Chen1-0/+37
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 Chen1-2/+81
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: use save_page_use_compression in flush_compressed_dataXiao Guangrong1-1/+3
2018-09-26migration: show the statistics of compressionXiao Guangrong1-1/+40
2018-09-26migration: do not flush_compressed_data at the end of iterationXiao Guangrong1-7/+11
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-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu1-1/+1
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 Guangrong1-19/+26
2018-08-22migration: implement bi-directional RDMA QIOChannelLidong Chen1-0/+4
2018-08-22migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang1-1/+3
2018-08-10migration/ram: ensure write persistence on loading all data to PMEM.Junyan He1-0/+8
2018-08-10migration/ram: Add check and info message to nvdimm post copy.Junyan He1-0/+9
2018-07-24migration: update recv bitmap only on dest vmPeter Xu1-2/+9
2018-07-24migration: fix potential overflow in multifd sendPeter Xu1-1/+1
2018-07-10migration: fix incorrect bitmap size calculationPeter Xu1-2/+2
2018-07-10migration: simplify check to use qemu file bufferPeter Xu1-6/+11
2018-07-10migration: move income process out of multifdPeter Xu1-6/+5
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand1-3/+1
2018-06-27migration: Stop sending whole pages through main channelJuan Quintela1-8/+3
2018-06-27migration: Remove not needed semaphore and quitJuan Quintela1-9/+5
2018-06-27migration: Wait for blocking IOJuan Quintela1-13/+0
2018-06-27migration: Start sending messagesJuan Quintela1-5/+24
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela1-0/+107
2018-06-27migration: Synchronize multifd threads with main threadJuan Quintela1-30/+115
2018-06-27migration: Add block where to send/receive packetsJuan Quintela1-5/+44
2018-06-27migration: Multifd channels always wait on the semJuan Quintela1-2/+11
2018-06-27migration: Add multifd traces for start/end threadJuan Quintela1-0/+22
2018-06-27migration: Create multifd packetJuan Quintela1-1/+144
2018-06-27migration: Create multipage supportJuan Quintela1-0/+57
2018-06-15migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S1-0/+1
2018-06-15migration/postcopy: Wake rate limit sleep on postcopy requestDr. David Alan Gilbert1-1/+8
2018-06-15migration: introduce migration_update_ratesXiao Guangrong1-13/+22
2018-06-15migration: fix counting xbzrle cache_miss_rateXiao Guangrong1-1/+1
2018-06-15migration: Poison ramblock loops in migrationDr. David Alan Gilbert1-1/+3
2018-06-15migration: Fixes for non-migratable RAMBlocksDr. David Alan Gilbert1-2/+2
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell1-13/+35
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+2
2018-06-04migration: discard non-migratable RAMBlocksCédric Le Goater1-12/+34
2018-06-04migration: introduce decompress-error-checkXiao Guangrong1-1/+1
2018-06-01migration: use local path for local headersMichael S. Tsirkin1-2/+2