summaryrefslogtreecommitdiffstats
path: root/migration/ram.c
Commit message (Expand)AuthorAgeFilesLines
* ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang2020-03-131-4/+5
* COLO: Optimize memory back-up processzhanghailiang2020-03-131-17/+49
* migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu2020-03-131-22/+30
* multifd: Add zstd compression multifd supportJuan Quintela2020-02-281-1/+0Star
* multifd: Make no compression operations into its own structureJuan Quintela2020-02-281-0/+1
* multifd: Split multifd code into its own fileJuan Quintela2020-01-291-987/+1Star
* multifd: Make multifd_load_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* multifd: Make multifd_save_setup() get an Error parameterJuan Quintela2020-01-291-1/+1
* migration: Make checkpatch happy with commentsJuan Quintela2020-01-291-4/+6
* multifd: Use qemu_target_page_size()Juan Quintela2020-01-291-4/+5
* multifd: multifd_send_sync_main only needs the qemufileJuan Quintela2020-01-291-6/+6
* multifd: multifd_queue_page only needs the qemufileJuan Quintela2020-01-291-4/+4
* multifd: multifd_send_pages only needs the qemufileJuan Quintela2020-01-291-4/+4
* migration/multifd: fix nullptr access in multifd_send_terminate_threadsZhimin Feng2020-01-291-1/+9
* migration: Don't send data if we have stoppedJuan Quintela2020-01-291-1/+2
* multifd: Make sure that we don't do any IO after an errorJuan Quintela2020-01-291-9/+13
* multifd: Be consistent about using uint64_tJuan Quintela2020-01-201-5/+8
* Bug #1829242 correction.Alexey Romko2020-01-201-11/+18
* migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen2020-01-201-0/+8
* migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen2020-01-201-1/+3
* migration/multifd: not use multifd during postcopyWei Yang2020-01-201-3/+6
* migration/multifd: clean pages after filling packetWei Yang2020-01-201-2/+4
* migration/postcopy: enable compress during postcopyWei Yang2020-01-201-1/+27
* migration/postcopy: enable random order target page arrivalWei Yang2020-01-201-8/+10
* migration/postcopy: set all_zero to true on the first target pageWei Yang2020-01-201-1/+1
* 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