aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-24migration: fix migrate_cancel multifd migration leads destination hung foreverIvan Ren1-0/+5
2019-07-24migration: Make explicit that we are quitting multifdJuan Quintela1-0/+9
2019-07-24migration: fix migrate_cancel leads live_migration thread hung foreverIvan Ren1-2/+14
2019-07-24migration: fix migrate_cancel leads live_migration thread endless loopIvan Ren1-7/+29
2019-07-15migration: always initial RAMBlock.bmap to 1 for new migrationIvan Ren1-7/+8
2019-07-15migration/postcopy: fix document of postcopy_send_discard_bm_ram()Wei Yang1-3/+2
2019-07-15migration: allow private destination ram with x-ignore-sharedPeng Tao1-7/+0
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu1-0/+44
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu1-0/+1
2019-07-15migration/ram.c: reset complete_round when we gets a queued pageWei Yang1-0/+6
2019-07-15migration/multifd: sync packet_num after all thread are doneWei Yang1-4/+4
2019-07-15migration/xbzrle: update cache and current_data in one placeWei Yang1-10/+15
2019-07-15migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOSWei Yang1-1/+1
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+1
2019-06-06migration: fix a typoLi Qiang1-1/+1
2019-06-05migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang1-5/+13
2019-06-05migration/ram.c: multifd_send_state->count is not really usedWei Yang1-5/+0
2019-06-05migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang1-4/+0
2019-05-14migration/ram.c: fix typos in commentsWei Yang1-5/+5
2019-05-14migration: update comments of migration bitmapYi Wang1-3/+1
2019-05-14migration/ram.c: start of migration_bitmap_sync_range is always 0Wei Yang1-4/+4
2019-04-09migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet()Peter Maydell1-1/+1
2019-04-05migration/ram.c: Fix codes conflict about bitmap_mutexZhang Chen1-0/+2
2019-03-25multifd: Add some paddingJuan Quintela1-0/+3
2019-03-25multifd: Change default packet sizeJuan Quintela1-1/+1
2019-03-25multifd: Be flexible about packet sizeJuan Quintela1-6/+18
2019-03-25multifd: Drop x-multifd-page-count parameterJuan Quintela1-5/+10
2019-03-25multifd: Create new next_packet_size fieldJuan Quintela1-2/+13
2019-03-25multifd: Rename "size" member to pages_allocJuan Quintela1-11/+12
2019-03-25multifd: Only send pages when packet are not emptyJuan Quintela1-6/+12
2019-03-06migration/ram.c: add the free page optimization enable flagWei Wang1-1/+17
2019-03-06migration/ram.c: add a notifier chain for precopyWei Wang1-3/+48
2019-03-06migration: API to clear bits of guest free pages from the dirty bitmapWei Wang1-0/+47
2019-03-06migration: use bitmap_mutex in migration_bitmap_clear_dirtyWei Wang1-1/+4
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov1-26/+84
2019-01-23migration: introduce pages-per-secondXiao Guangrong1-0/+6
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li1-7/+4
2019-01-23migration: fix the multifd code when receiving less channelsFei Li1-3/+14
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
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