summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
* migration/ram.c: add the free page optimization enable flagWei Wang2019-03-061-1/+17
* migration/ram.c: add a notifier chain for precopyWei Wang2019-03-061-3/+48
* migration: API to clear bits of guest free pages from the dirty bitmapWei Wang2019-03-061-0/+47
* migration: use bitmap_mutex in migration_bitmap_clear_dirtyWei Wang2019-03-061-1/+4
* migration: Add an ability to ignore shared RAM blocksYury Kotov2019-03-061-26/+84
* migration: introduce pages-per-secondXiao Guangrong2019-01-231-0/+6
* migration: multifd_save_cleanup() can't fail, simplifyFei Li2019-01-231-7/+4Star
* migration: fix the multifd code when receiving less channelsFei Li2019-01-231-3/+14
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* COLO: flush host dirty ram from cachezhanghailiang2018-10-191-0/+9
* COLO: Flush memory data from ram cacheZhang Chen2018-10-191-0/+37
* ram/COLO: Record the dirty pages that SVM receivedZhang Chen2018-10-191-3/+40
* COLO: Load dirty pages into SVM's RAM cache firstlyZhang Chen2018-10-191-2/+81
* migration/ram.c: Avoid taking address of fields in packed MultiFDInit_t structPeter Maydell2018-09-261-5/+5
* migration: fix the compression codeFei Li2018-09-261-16/+8Star
* migration: use save_page_use_compression in flush_compressed_dataXiao Guangrong2018-09-261-1/+3
* migration: show the statistics of compressionXiao Guangrong2018-09-261-1/+40
* migration: do not flush_compressed_data at the end of iterationXiao Guangrong2018-09-261-7/+11
* migration: handle the error condition properlyXiao Guangrong2018-09-261-3/+15
* migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong2018-09-261-9/+9
* qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu2018-08-281-1/+1
* migration: hold the lock only if it is really neededXiao Guangrong2018-08-221-0/+4
* migration: move handle of zero page to the threadXiao Guangrong2018-08-221-26/+70
* migration: drop the return value of do_compress_ram_pageXiao Guangrong2018-08-221-15/+11Star
* migration: introduce save_zero_page_to_fileXiao Guangrong2018-08-221-10/+30
* migration: fix counting normal page for compressionXiao Guangrong2018-08-221-1/+0Star
* migration: do not wait for free threadXiao Guangrong2018-08-221-19/+26
* migration: implement bi-directional RDMA QIOChannelLidong Chen2018-08-221-0/+4
* migrate/cpu-throttle: Add max-cpu-throttle migration parameterLi Qiang2018-08-221-1/+3
* migration/ram: ensure write persistence on loading all data to PMEM.Junyan He2018-08-101-0/+8
* migration/ram: Add check and info message to nvdimm post copy.Junyan He2018-08-101-0/+9
* migration: update recv bitmap only on dest vmPeter Xu2018-07-241-2/+9
* migration: fix potential overflow in multifd sendPeter Xu2018-07-241-1/+1
* migration: fix incorrect bitmap size calculationPeter Xu2018-07-101-2/+2
* migration: simplify check to use qemu file bufferPeter Xu2018-07-101-6/+11
* migration: move income process out of multifdPeter Xu2018-07-101-6/+5Star
* postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand2018-06-271-3/+1Star
* migration: Stop sending whole pages through main channelJuan Quintela2018-06-271-8/+3Star
* migration: Remove not needed semaphore and quitJuan Quintela2018-06-271-9/+5Star
* migration: Wait for blocking IOJuan Quintela2018-06-271-13/+0Star
* migration: Start sending messagesJuan Quintela2018-06-271-5/+24
* migration: Create ram_save_multifd_pageJuan Quintela2018-06-271-0/+107
* migration: Synchronize multifd threads with main threadJuan Quintela2018-06-271-30/+115
* migration: Add block where to send/receive packetsJuan Quintela2018-06-271-5/+44
* migration: Multifd channels always wait on the semJuan Quintela2018-06-271-2/+11
* migration: Add multifd traces for start/end threadJuan Quintela2018-06-271-0/+22
* migration: Create multifd packetJuan Quintela2018-06-271-1/+144
* migration: Create multipage supportJuan Quintela2018-06-271-0/+57
* migration: calculate expected_downtime with ram_bytes_remaining()Balamuruhan S2018-06-151-0/+1
* migration/postcopy: Wake rate limit sleep on postcopy requestDr. David Alan Gilbert2018-06-151-1/+8