summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
...
* migration/postcopy: count target page number to decide the place_neededWei Yang2020-01-201-2/+6
* migration/postcopy: wait for decompress thread in precopyWei Yang2020-01-201-2/+1Star
* migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang2020-01-201-1/+7
* migration/ram: Yield periodically to the main loopYury Kotov2020-01-201-1/+12
* migration: Rate limit inside host pagesDr. David Alan Gilbert2020-01-201-0/+2
* ram.c: remove unneeded labelsDaniel Henrique Barboza2020-01-201-13/+5Star
* migration: Make sure that we don't call write() in case of errorJuan Quintela2020-01-201-0/+25
* multifd: Initialize local variableJuan Quintela2020-01-201-1/+1
* colo: fix return without releasing RCUPaolo Bonzini2019-12-171-16/+17
* migration: fix maybe-uninitialized warningMarc-André Lureau2019-12-171-9/+11
* migration: ram: Switch to ram block writebackBeata Michalska2019-12-161-4/+1Star
* migration/multifd: pages->used would be cleared when attach to multifd_send_s...Wei Yang2019-10-111-1/+0Star
* 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