summaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela
2020-01-20migration: Support QLIST migrationEric Auger
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu
2020-01-20Bug #1829242 correction.Alexey Romko
2020-01-20migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen
2020-01-20migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen
2020-01-20migration/multifd: not use multifd during postcopyWei Yang
2020-01-20migration/multifd: clean pages after filling packetWei Yang
2020-01-20migration/postcopy: enable compress during postcopyWei Yang
2020-01-20migration/postcopy: enable random order target page arrivalWei Yang
2020-01-20migration/postcopy: set all_zero to true on the first target pageWei Yang
2020-01-20migration/postcopy: count target page number to decide the place_neededWei Yang
2020-01-20migration/postcopy: wait for decompress thread in precopyWei Yang
2020-01-20migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang
2020-01-20migration/ram: Yield periodically to the main loopYury Kotov
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