summaryrefslogtreecommitdiffstats
path: root/migration
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* migration: Fix missing rcu_read_unlockDr. David Alan Gilbert2019-10-111-14/+13Star
* migration: use migration_is_active to represent active stateWei Yang2019-10-111-4/+8
* migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert2019-09-251-1/+8
* migration/rdma.c: Swap synchronize_rcu for call_rcuDr. David Alan Gilbert2019-09-251-12/+27
* migration/rdma: Don't moan about disconnects at the endDr. David Alan Gilbert2019-09-251-4/+8
* migration: remove sent parameter in get_queued_page_not_dirtyWei Yang2019-09-252-2/+2
* 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: fix vmdesc leak on vmstate_save() errorMarc-André Lureau2019-09-252-2/+3
* block: Remove unused masksNir Soffer2019-09-161-1/+1
* migration: fix one typo in comment of function migration_total_bytes()Wei Yang2019-09-121-1/+1
* migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang2019-09-121-17/+26
* migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang2019-09-121-3/+1Star
* migration: Fix postcopy bw for recoveryPeter Xu2019-09-121-1/+2
* migration: Add validate-uuid capabilityYury Kotov2019-09-123-0/+55