Age | Commit message (Expand) | Author |
2019-10-11 | migration/postcopy: allocate tmp_page in setup stage | Wei Yang |
2019-10-11 | migration: Use automatic rcu_read unlock in ram.c | Dr. David Alan Gilbert |
2019-10-11 | migration: Fix missing rcu_read_unlock | Dr. David Alan Gilbert |
2019-09-25 | migration: remove sent parameter in get_queued_page_not_dirty | Wei Yang |
2019-09-25 | migration/postcopy: unsentmap is not necessary for postcopy | Wei Yang |
2019-09-25 | migration/postcopy: not necessary to do discard when canonicalizing bitmap | Wei Yang |
2019-09-12 | migration: register_savevm_live doesn't need dev | Dr. David Alan Gilbert |
2019-09-12 | migration: multifd_send_thread always post p->sem_sync when error happen | Ivan Ren |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini |
2019-08-14 | migration: add some multifd traces | Juan Quintela |
2019-08-14 | migration: Make global sem_sync semaphore by channel | Juan Quintela |
2019-08-14 | migration: Add traces for multifd terminate threads | Juan Quintela |
2019-08-14 | migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap | Wei Yang |
2019-08-14 | migration: update ram_counters for multifd sync packet | Ivan Ren |
2019-08-14 | migration: add speed limit for multifd migration | Ivan Ren |
2019-08-14 | migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset | Wei Yang |
2019-08-14 | migration/postcopy: simplify calculation of run_start and fixup_start_addr | Wei Yang |
2019-08-14 | migration/postcopy: make PostcopyDiscardState a static variable | Wei Yang |
2019-08-14 | migration: extract ram_load_precopy | Wei Yang |
2019-08-14 | migration: return -EINVAL directly when version_id mismatch | Wei Yang |
2019-08-14 | migration: just pass RAMBlock is enough | Wei Yang |
2019-08-14 | migration/postcopy: do_fixup is true when host_offset is non-zero | Wei Yang |
2019-08-14 | migration/postcopy: reduce one operation to calculate fixup_start_addr | Wei Yang |
2019-08-14 | migration/postcopy: discard_length must not be 0 | Wei Yang |
2019-08-14 | migration/postcopy: break the loop when there is no more page to discard | Wei Yang |
2019-08-14 | migration/postcopy: the valid condition is one less then end | Wei Yang |
2019-07-24 | migration: fix migrate_cancel multifd migration leads destination hung forever | Ivan Ren |
2019-07-24 | migration: Make explicit that we are quitting multifd | Juan Quintela |
2019-07-24 | migration: fix migrate_cancel leads live_migration thread hung forever | Ivan Ren |
2019-07-24 | migration: fix migrate_cancel leads live_migration thread endless loop | Ivan Ren |
2019-07-15 | migration: always initial RAMBlock.bmap to 1 for new migration | Ivan Ren |
2019-07-15 | migration/postcopy: fix document of postcopy_send_discard_bm_ram() | Wei Yang |
2019-07-15 | migration: allow private destination ram with x-ignore-shared | Peng Tao |
2019-07-15 | migration: Split log_clear() into smaller chunks | Peter Xu |
2019-07-15 | migration: No need to take rcu during sync_dirty_bitmap | Peter Xu |
2019-07-15 | migration/ram.c: reset complete_round when we gets a queued page | Wei Yang |
2019-07-15 | migration/multifd: sync packet_num after all thread are done | Wei Yang |
2019-07-15 | migration/xbzrle: update cache and current_data in one place | Wei Yang |
2019-07-15 | migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS | Wei Yang |
2019-06-06 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2019-06-06 | migration: fix a typo | Li Qiang |
2019-06-05 | migratioin/ram: leave RAMBlock->bmap blank on allocating | Wei Yang |
2019-06-05 | migration/ram.c: multifd_send_state->count is not really used | Wei Yang |
2019-06-05 | migration/ram.c: MultiFDSendParams.sem_sync is not really used | Wei Yang |
2019-05-14 | migration/ram.c: fix typos in comments | Wei Yang |
2019-05-14 | migration: update comments of migration bitmap | Yi Wang |
2019-05-14 | migration/ram.c: start of migration_bitmap_sync_range is always 0 | Wei Yang |
2019-04-09 | migration/ram.c: Fix use-after-free in multifd_recv_unfill_packet() | Peter Maydell |
2019-04-05 | migration/ram.c: Fix codes conflict about bitmap_mutex | Zhang Chen |
2019-03-25 | multifd: Add some padding | Juan Quintela |