summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
* multifd: Be consistent about using uint64_tJuan Quintela2020-01-201-5/+8
* migration: Support QLIST migrationEric Auger2020-01-202-0/+75
* migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu2020-01-201-8/+10
* migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu2020-01-201-4/+4
* 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-202-12/+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: savevm_state_handler_insert: constant-time element insertionScott Cheloha2020-01-201-3/+23
* migration: add savevm_state_handler_remove()Scott Cheloha2020-01-201-2/+7
* migration: Fix the re-run check of the migrate-incoming commandYury Kotov2020-01-201-0/+1
* migration: Fix incorrect integer->float conversion caught by clangFangrui Song2020-01-201-2/+1Star
* migration: Rate limit inside host pagesDr. David Alan Gilbert2020-01-204-27/+37
* 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
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-10/+10
* 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
* net/virtio: fix dev_unplug_pendingJens Freimann2019-11-251-1/+2
* migration: add new migration state wait-unplugJens Freimann2019-10-294-0/+57
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-262-3/+3
* block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy2019-10-171-3/+1Star
* block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy2019-10-172-6/+5Star
* migration: Support gtree migrationEric Auger2019-10-112-0/+157
* 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: check PostcopyState before setting to POSTCOPY_INCOMING_R...Wei Yang2019-10-111-1/+2
* migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang2019-10-113-4/+4
* migration/postcopy: postpone setting PostcopyState to ENDWei Yang2019-10-112-2/+2
* migration/postcopy: mis->have_listen_thread check will never be touchedWei Yang2019-10-111-5/+0Star
* migration: report SaveStateEntry id and name on failureWei Yang2019-10-111-0/+2
* migration: pass in_postcopy instead of check state againWei Yang2019-10-111-2/+1Star
* migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang2019-10-111-3/+5
* migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang2019-10-111-17/+17
* migration/postcopy: allocate tmp_page in setup stageWei Yang2019-10-113-38/+11Star
* migration: Don't try and recover return path in non-postcopyDr. David Alan Gilbert2019-10-111-1/+1
* migration: Use automatic rcu_read unlock in rdma.cDr. David Alan Gilbert2019-10-111-46/+11Star
* migration: Use automatic rcu_read unlock in ram.cDr. David Alan Gilbert2019-10-111-138/+121Star