aboutsummaryrefslogtreecommitdiff
path: root/migration/ram.c
AgeCommit message (Expand)Author
2020-01-29multifd: Make multifd_save_setup() get an Error parameterJuan Quintela
2020-01-29migration: Make checkpatch happy with commentsJuan Quintela
2020-01-29multifd: Use qemu_target_page_size()Juan Quintela
2020-01-29multifd: multifd_send_sync_main only needs the qemufileJuan Quintela
2020-01-29multifd: multifd_queue_page only needs the qemufileJuan Quintela
2020-01-29multifd: multifd_send_pages only needs the qemufileJuan Quintela
2020-01-29migration/multifd: fix nullptr access in multifd_send_terminate_threadsZhimin Feng
2020-01-29migration: Don't send data if we have stoppedJuan Quintela
2020-01-29multifd: Make sure that we don't do any IO after an errorJuan Quintela
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela
2020-01-20Bug #1829242 correction.Alexey Romko
2020-01-20migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen
2020-01-20migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen
2020-01-20migration/multifd: not use multifd during postcopyWei Yang
2020-01-20migration/multifd: clean pages after filling packetWei Yang
2020-01-20migration/postcopy: enable compress during postcopyWei Yang
2020-01-20migration/postcopy: enable random order target page arrivalWei Yang
2020-01-20migration/postcopy: set all_zero to true on the first target pageWei Yang
2020-01-20migration/postcopy: count target page number to decide the place_neededWei Yang
2020-01-20migration/postcopy: wait for decompress thread in precopyWei Yang
2020-01-20migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang
2020-01-20migration/ram: Yield periodically to the main loopYury Kotov
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert
2020-01-20ram.c: remove unneeded labelsDaniel Henrique Barboza
2020-01-20migration: Make sure that we don't call write() in case of errorJuan Quintela
2020-01-20multifd: Initialize local variableJuan Quintela
2019-12-17colo: fix return without releasing RCUPaolo Bonzini
2019-12-17migration: fix maybe-uninitialized warningMarc-André Lureau
2019-12-16migration: ram: Switch to ram block writebackBeata Michalska
2019-10-11migration/multifd: pages->used would be cleared when attach to multifd_send_s...Wei Yang
2019-10-11migration/multifd: initialize packet->magic/version once at setup stageWei Yang
2019-10-11migration/multifd: use pages->allocated instead of the static maxWei Yang
2019-10-11migration/multifd: fix a typo in comment of multifd_recv_unfill_packet()Wei Yang
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang
2019-10-11migration: Use automatic rcu_read unlock in ram.cDr. David Alan Gilbert
2019-10-11migration: Fix missing rcu_read_unlockDr. David Alan Gilbert
2019-09-25migration: remove sent parameter in get_queued_page_not_dirtyWei Yang
2019-09-25migration/postcopy: unsentmap is not necessary for postcopyWei Yang
2019-09-25migration/postcopy: not necessary to do discard when canonicalizing bitmapWei Yang
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert
2019-09-12migration: multifd_send_thread always post p->sem_sync when error happenIvan Ren
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini
2019-08-14migration: add some multifd tracesJuan Quintela
2019-08-14migration: Make global sem_sync semaphore by channelJuan Quintela
2019-08-14migration: Add traces for multifd terminate threadsJuan Quintela
2019-08-14migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmapWei Yang
2019-08-14migration: update ram_counters for multifd sync packetIvan Ren
2019-08-14migration: add speed limit for multifd migrationIvan Ren
2019-08-14migration/postcopy: use QEMU_IS_ALIGNED to replace host_offsetWei Yang
2019-08-14migration/postcopy: simplify calculation of run_start and fixup_start_addrWei Yang