summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
...
* migration: Make global sem_sync semaphore by channelJuan Quintela2019-08-141-7/+7
* migration: Add traces for multifd terminate threadsJuan Quintela2019-08-141-0/+4
* migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmapWei Yang2019-08-141-3/+3
* migration: update ram_counters for multifd sync packetIvan Ren2019-08-141-0/+2
* migration: add speed limit for multifd migrationIvan Ren2019-08-141-10/+12
* migration/postcopy: use QEMU_IS_ALIGNED to replace host_offsetWei Yang2019-08-141-5/+2Star
* migration/postcopy: simplify calculation of run_start and fixup_start_addrWei Yang2019-08-141-27/+7Star
* migration/postcopy: make PostcopyDiscardState a static variableWei Yang2019-08-141-19/+11Star
* migration: extract ram_load_precopyWei Yang2019-08-141-27/+46
* migration: return -EINVAL directly when version_id mismatchWei Yang2019-08-141-1/+1
* migration: just pass RAMBlock is enoughWei Yang2019-08-141-5/+4Star
* migration/postcopy: do_fixup is true when host_offset is non-zeroWei Yang2019-08-141-4/+1Star
* migration/postcopy: reduce one operation to calculate fixup_start_addrWei Yang2019-08-141-4/+6
* migration/postcopy: discard_length must not be 0Wei Yang2019-08-141-3/+1Star
* migration/postcopy: break the loop when there is no more page to discardWei Yang2019-08-141-13/+13
* migration/postcopy: the valid condition is one less then endWei Yang2019-08-141-1/+1
* migration: fix migrate_cancel multifd migration leads destination hung foreverIvan Ren2019-07-241-0/+5
* migration: Make explicit that we are quitting multifdJuan Quintela2019-07-241-0/+9
* migration: fix migrate_cancel leads live_migration thread hung foreverIvan Ren2019-07-241-2/+14
* migration: fix migrate_cancel leads live_migration thread endless loopIvan Ren2019-07-241-7/+29
* migration: always initial RAMBlock.bmap to 1 for new migrationIvan Ren2019-07-151-7/+8
* migration/postcopy: fix document of postcopy_send_discard_bm_ram()Wei Yang2019-07-151-3/+2Star
* migration: allow private destination ram with x-ignore-sharedPeng Tao2019-07-151-7/+0Star
* migration: Split log_clear() into smaller chunksPeter Xu2019-07-151-0/+44
* migration: No need to take rcu during sync_dirty_bitmapPeter Xu2019-07-151-0/+1
* migration/ram.c: reset complete_round when we gets a queued pageWei Yang2019-07-151-0/+6
* migration/multifd: sync packet_num after all thread are doneWei Yang2019-07-151-4/+4
* migration/xbzrle: update cache and current_data in one placeWei Yang2019-07-151-10/+15
* migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOSWei Yang2019-07-151-1/+1
* 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