aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela1-5/+8
2020-01-20Bug #1829242 correction.Alexey Romko1-11/+18
2020-01-20migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen1-0/+8
2020-01-20migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen1-1/+3
2020-01-20migration/multifd: not use multifd during postcopyWei Yang1-3/+6
2020-01-20migration/multifd: clean pages after filling packetWei Yang1-2/+4
2020-01-20migration/postcopy: enable compress during postcopyWei Yang1-1/+27
2020-01-20migration/postcopy: enable random order target page arrivalWei Yang1-8/+10
2020-01-20migration/postcopy: set all_zero to true on the first target pageWei Yang1-1/+1
2020-01-20migration/postcopy: count target page number to decide the place_neededWei Yang1-2/+6
2020-01-20migration/postcopy: wait for decompress thread in precopyWei Yang1-2/+1
2020-01-20migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang1-1/+7
2020-01-20migration/ram: Yield periodically to the main loopYury Kotov1-1/+12
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert1-0/+2
2020-01-20ram.c: remove unneeded labelsDaniel Henrique Barboza1-13/+5
2020-01-20migration: Make sure that we don't call write() in case of errorJuan Quintela1-0/+25
2020-01-20multifd: Initialize local variableJuan Quintela1-1/+1
2019-12-17colo: fix return without releasing RCUPaolo Bonzini1-16/+17
2019-12-17migration: fix maybe-uninitialized warningMarc-André Lureau1-9/+11
2019-12-16migration: ram: Switch to ram block writebackBeata Michalska1-4/+1
2019-10-11migration/multifd: pages->used would be cleared when attach to multifd_send_s...Wei Yang1-1/+0
2019-10-11migration/multifd: initialize packet->magic/version once at setup stageWei Yang1-2/+2
2019-10-11migration/multifd: use pages->allocated instead of the static maxWei Yang1-2/+1
2019-10-11migration/multifd: fix a typo in comment of multifd_recv_unfill_packet()Wei Yang1-1/+1
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang1-1/+1
2019-10-11migration: Use automatic rcu_read unlock in ram.cDr. David Alan Gilbert1-138/+121
2019-10-11migration: Fix missing rcu_read_unlockDr. David Alan Gilbert1-14/+13
2019-09-25migration: remove sent parameter in get_queued_page_not_dirtyWei Yang1-1/+1
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang1-66/+14
2019-09-25migration/postcopy: not necessary to do discard when canonicalizing bitmapWei Yang1-13/+1
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert1-1/+1
2019-09-12migration: multifd_send_thread always post p->sem_sync when error happenIvan Ren1-3/+2
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini1-0/+1
2019-08-14migration: add some multifd tracesJuan Quintela1-0/+3
2019-08-14migration: Make global sem_sync semaphore by channelJuan Quintela1-7/+7
2019-08-14migration: Add traces for multifd terminate threadsJuan Quintela1-0/+4
2019-08-14migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmapWei Yang1-3/+3
2019-08-14migration: update ram_counters for multifd sync packetIvan Ren1-0/+2
2019-08-14migration: add speed limit for multifd migrationIvan Ren1-10/+12
2019-08-14migration/postcopy: use QEMU_IS_ALIGNED to replace host_offsetWei Yang1-5/+2
2019-08-14migration/postcopy: simplify calculation of run_start and fixup_start_addrWei Yang1-27/+7
2019-08-14migration/postcopy: make PostcopyDiscardState a static variableWei Yang1-19/+11
2019-08-14migration: extract ram_load_precopyWei Yang1-27/+46
2019-08-14migration: return -EINVAL directly when version_id mismatchWei Yang1-1/+1
2019-08-14migration: just pass RAMBlock is enoughWei Yang1-5/+4
2019-08-14migration/postcopy: do_fixup is true when host_offset is non-zeroWei Yang1-4/+1
2019-08-14migration/postcopy: reduce one operation to calculate fixup_start_addrWei Yang1-4/+6
2019-08-14migration/postcopy: discard_length must not be 0Wei Yang1-3/+1
2019-08-14migration/postcopy: break the loop when there is no more page to discardWei Yang1-13/+13
2019-08-14migration/postcopy: the valid condition is one less then endWei Yang1-1/+1