summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
...
* migration/multifd: initialize packet->magic/version once at setup stageWei Yang2019-10-111-2/+2
* migration/multifd: use pages->allocated instead of the static maxWei Yang2019-10-111-2/+1Star
* migration/multifd: fix a typo in comment of multifd_recv_unfill_packet()Wei Yang2019-10-111-1/+1
* migration/postcopy: allocate tmp_page in setup stageWei Yang2019-10-111-1/+1
* migration: Use automatic rcu_read unlock in ram.cDr. David Alan Gilbert2019-10-111-138/+121Star
* migration: Fix missing rcu_read_unlockDr. David Alan Gilbert2019-10-111-14/+13Star
* migration: remove sent parameter in get_queued_page_not_dirtyWei Yang2019-09-251-1/+1
* migration/postcopy: unsentmap is not necessary for postcopyWei Yang2019-09-251-66/+14Star
* migration/postcopy: not necessary to do discard when canonicalizing bitmapWei Yang2019-09-251-13/+1Star
* migration: register_savevm_live doesn't need devDr. David Alan Gilbert2019-09-121-1/+1
* migration: multifd_send_thread always post p->sem_sync when error happenIvan Ren2019-09-121-3/+2Star
* memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini2019-08-201-0/+1
* migration: add some multifd tracesJuan Quintela2019-08-141-0/+3
* 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