summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2020-01-20migration: savevm_state_handler_insert: constant-time element insertionScott Cheloha
2020-01-20migration: add savevm_state_handler_remove()Scott Cheloha
2020-01-20migration: Fix the re-run check of the migrate-incoming commandYury Kotov
2020-01-20migration: Fix incorrect integer->float conversion caught by clangFangrui Song
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
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
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-11-25net/virtio: fix dev_unplug_pendingJens Freimann
2019-10-29migration: add new migration state wait-unplugJens Freimann
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-17block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy
2019-10-17block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy
2019-10-11migration: Support gtree migrationEric Auger
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: check PostcopyState before setting to POSTCOPY_INCOMING_R...Wei Yang
2019-10-11migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incomin...Wei Yang
2019-10-11migration/postcopy: postpone setting PostcopyState to ENDWei Yang
2019-10-11migration/postcopy: mis->have_listen_thread check will never be touchedWei Yang
2019-10-11migration: report SaveStateEntry id and name on failureWei Yang
2019-10-11migration: pass in_postcopy instead of check state againWei Yang
2019-10-11migration/postcopy: fix typo in mark_postcopy_blocktime_begin's commentWei Yang
2019-10-11migration/postcopy: map large zero page in postcopy_ram_incoming_setup()Wei Yang
2019-10-11migration/postcopy: allocate tmp_page in setup stageWei Yang
2019-10-11migration: Don't try and recover return path in non-postcopyDr. David Alan Gilbert
2019-10-11migration: Use automatic rcu_read unlock in rdma.cDr. David Alan Gilbert
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-10-11migration: use migration_is_active to represent active stateWei Yang
2019-09-25migration/postcopy: Recognise the recovery states as 'in_postcopy'Dr. David Alan Gilbert
2019-09-25migration/rdma.c: Swap synchronize_rcu for call_rcuDr. David Alan Gilbert
2019-09-25migration/rdma: Don't moan about disconnects at the endDr. 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-25migration: fix vmdesc leak on vmstate_save() errorMarc-André Lureau
2019-09-16block: Remove unused masksNir Soffer
2019-09-12migration: fix one typo in comment of function migration_total_bytes()Wei Yang
2019-09-12migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang
2019-09-12migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang
2019-09-12migration: Fix postcopy bw for recoveryPeter Xu
2019-09-12migration: Add validate-uuid capabilityYury Kotov
2019-09-12qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert