aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2019-08-14migration/postcopy: use QEMU_IS_ALIGNED to replace host_offsetWei Yang
2019-08-14migration/postcopy: simplify calculation of run_start and fixup_start_addrWei Yang
2019-08-14migration/postcopy: make PostcopyDiscardState a static variableWei Yang
2019-08-14migration: extract ram_load_precopyWei Yang
2019-08-14migration: return -EINVAL directly when version_id mismatchWei Yang
2019-08-14migration: just pass RAMBlock is enoughWei Yang
2019-08-14migration/postcopy: do_fixup is true when host_offset is non-zeroWei Yang
2019-08-14migration/postcopy: reduce one operation to calculate fixup_start_addrWei Yang
2019-08-14migration/postcopy: discard_length must not be 0Wei Yang
2019-08-14migration/postcopy: break the loop when there is no more page to discardWei Yang
2019-08-14migration/postcopy: the valid condition is one less then endWei Yang
2019-07-24migration: fix migrate_cancel multifd migration leads destination hung foreverIvan Ren
2019-07-24migration: Make explicit that we are quitting multifdJuan Quintela
2019-07-24migration: fix migrate_cancel leads live_migration thread hung foreverIvan Ren
2019-07-24migration: fix migrate_cancel leads live_migration thread endless loopIvan Ren
2019-07-15migration: always initial RAMBlock.bmap to 1 for new migrationIvan Ren
2019-07-15migration/postcopy: fix document of postcopy_send_discard_bm_ram()Wei Yang
2019-07-15migration: allow private destination ram with x-ignore-sharedPeng Tao
2019-07-15migration: Split log_clear() into smaller chunksPeter Xu
2019-07-15migration: No need to take rcu during sync_dirty_bitmapPeter Xu
2019-07-15migration/ram.c: reset complete_round when we gets a queued pageWei Yang
2019-07-15migration/multifd: sync packet_num after all thread are doneWei Yang
2019-07-15migration/xbzrle: update cache and current_data in one placeWei Yang
2019-07-15migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOSWei Yang
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-06-06migration: fix a typoLi Qiang
2019-06-05migratioin/ram: leave RAMBlock->bmap blank on allocatingWei Yang
2019-06-05migration/ram.c: multifd_send_state->count is not really usedWei Yang
2019-06-05migration/ram.c: MultiFDSendParams.sem_sync is not really usedWei Yang
2019-05-14migration/ram.c: fix typos in commentsWei Yang
2019-05-14migration: update comments of migration bitmapYi Wang
2019-05-14migration/ram.c: start of migration_bitmap_sync_range is always 0Wei Yang
2019-04-09migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet()Peter Maydell
2019-04-05migration/ram.c: Fix codes conflict about bitmap_mutexZhang Chen
2019-03-25multifd: Add some paddingJuan Quintela
2019-03-25multifd: Change default packet sizeJuan Quintela
2019-03-25multifd: Be flexible about packet sizeJuan Quintela
2019-03-25multifd: Drop x-multifd-page-count parameterJuan Quintela
2019-03-25multifd: Create new next_packet_size fieldJuan Quintela
2019-03-25multifd: Rename "size" member to pages_allocJuan Quintela
2019-03-25multifd: Only send pages when packet are not emptyJuan Quintela
2019-03-06migration/ram.c: add the free page optimization enable flagWei Wang
2019-03-06migration/ram.c: add a notifier chain for precopyWei Wang
2019-03-06migration: API to clear bits of guest free pages from the dirty bitmapWei Wang
2019-03-06migration: use bitmap_mutex in migration_bitmap_clear_dirtyWei Wang
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov
2019-01-23migration: introduce pages-per-secondXiao Guangrong
2019-01-23migration: multifd_save_cleanup() can't fail, simplifyFei Li
2019-01-23migration: fix the multifd code when receiving less channelsFei Li
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini