aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-11migration: Fix missing rcu_read_unlockDr. David Alan Gilbert1-14/+13
2019-10-11migration: use migration_is_active to represent active stateWei Yang1-4/+8
2019-09-25migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert1-1/+8
2019-09-25migration/rdma.c: Swap synchronize_rcu for call_rcuDr. David Alan Gilbert1-12/+27
2019-09-25migration/rdma: Don't moan about disconnects at the endDr. David Alan Gilbert1-4/+8
2019-09-25migration: remove sent parameter in get_queued_page_not_dirtyWei Yang2-2/+2
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-25migration: fix vmdesc leak on vmstate_save() errorMarc-André Lureau2-2/+3
2019-09-16block: Remove unused masksNir Soffer1-1/+1
2019-09-12migration: fix one typo in comment of function migration_total_bytes()Wei Yang1-1/+1