aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela1-5/+8
2020-01-20migration: Support QLIST migrationEric Auger2-0/+75
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu1-8/+10
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu1-4/+4
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 Yang2-12/+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: savevm_state_handler_insert: constant-time element insertionScott Cheloha1-3/+23
2020-01-20migration: add savevm_state_handler_remove()Scott Cheloha1-2/+7
2020-01-20migration: Fix the re-run check of the migrate-incoming commandYury Kotov1-0/+1
2020-01-20migration: Fix incorrect integer->float conversion caught by clangFangrui Song1-2/+1
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert4-27/+37
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
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-10/+10
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-11-25net/virtio: fix dev_unplug_pendingJens Freimann1-1/+2
2019-10-29migration: add new migration state wait-unplugJens Freimann4-0/+57
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2-3/+3
2019-10-17block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy1-3/+1
2019-10-17block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy2-6/+5
2019-10-11migration: Support gtree migrationEric Auger2-0/+157
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: check PostcopyState before setting to POSTCOPY_INCOMING_R...Wei Yang1-1/+2
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang3-4/+4
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang2-2/+2
2019-10-11migration/postcopy: mis->have_listen_thread check will never be touchedWei Yang1-5/+0
2019-10-11migration: report SaveStateEntry id and name on failureWei Yang1-0/+2
2019-10-11migration: pass in_postcopy instead of check state againWei Yang1-2/+1
2019-10-11migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang1-3/+5
2019-10-11migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang1-17/+17
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang3-38/+11
2019-10-11migration: Don't try and recover return path in non-postcopyDr. David Alan Gilbert1-1/+1
2019-10-11migration: Use automatic rcu_read unlock in rdma.cDr. David Alan Gilbert1-46/+11
2019-10-11migration: Use automatic rcu_read unlock in ram.cDr. David Alan Gilbert1-138/+121