aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-12migration/qemu-file: fix potential buf waste for extra buf_index adjustmentWei Yang1-17/+26
2019-09-12migration/qemu-file: remove check on writev_buffer in qemu_put_compression_dataWei Yang1-3/+1
2019-09-12migration: Fix postcopy bw for recoveryPeter Xu1-1/+2
2019-09-12migration: Add validate-uuid capabilityYury Kotov3-0/+55
2019-09-12qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert1-3/+2
2019-09-12migration: register_savevm_live doesn't need devDr. David Alan Gilbert4-25/+4
2019-09-12migration: cleanup check on ops in savevm.handlers iterationsWei Yang1-6/+6
2019-09-12migration: multifd_send_thread always post p->sem_sync when error happenIvan Ren1-3/+2
2019-09-03multifd: Use number of channels as listen backlogJuan Quintela1-1/+6
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-1/+1
2019-08-20memory: fix race between TCG and accesses to dirty bitmapPaolo Bonzini1-0/+1
2019-08-16qapi: implement block-dirty-bitmap-remove transaction actionJohn Snow1-1/+1
2019-08-16block/dirty-bitmap: add bdrv_dirty_bitmap_getJohn Snow1-3/+2
2019-08-16Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...Peter Maydell12-5/+19
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster5-2/+5
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster3-0/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-1/+2
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster4-0/+4