summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-06-061-1/+1
|\
| * migration: fix a typoLi Qiang2019-06-061-1/+1
* | migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang2019-06-051-5/+13
* | migration/ram.c: multifd_send_state->count is not really usedWei Yang2019-06-051-5/+0Star
* | migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang2019-06-051-4/+0Star
|/
* migration/ram.c: fix typos in commentsWei Yang2019-05-141-5/+5
* migration: update comments of migration bitmapYi Wang2019-05-141-3/+1Star
* migration/ram.c: start of migration_bitmap_sync_range is always 0Wei Yang2019-05-141-4/+4
* migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet()Peter Maydell2019-04-091-1/+1
* migration/ram.c: Fix codes conflict about bitmap_mutexZhang Chen2019-04-051-0/+2
* multifd: Add some paddingJuan Quintela2019-03-251-0/+3
* multifd: Change default packet sizeJuan Quintela2019-03-251-1/+1
* multifd: Be flexible about packet sizeJuan Quintela2019-03-251-6/+18
* multifd: Drop x-multifd-page-count parameterJuan Quintela2019-03-251-5/+10
* multifd: Create new next_packet_size fieldJuan Quintela2019-03-251-2/+13
* multifd: Rename "size" member to pages_allocJuan Quintela2019-03-251-11/+12
* multifd: Only send pages when packet are not emptyJuan Quintela2019-03-251-6/+12
* 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