Age | Commit message (Expand) | Author |
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: remove redundant cpu_synchronize_all_post_init | Wei Yang |
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-07-15 | migration: fix multifd_recv event typo | Juan Quintela |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu |
2019-07-04 | migration: move port_attr inside CONFIG_LINUX | Alex Bennée |
2019-07-02 | migration/colo.c: Add missed filter notify for Xen COLO. | Zhang Chen |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
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: Fix fd protocol for incoming defer | Yury Kotov |
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-06-04 | block: Add BlockBackend.ctx | Kevin Wolf |
2019-05-28 | migration/dirty-bitmaps: change bitmap enumeration method | John Snow |
2019-05-22 | migration: Fix typo in migrate_add_blocker() error message | Greg Kurz |
2019-05-14 | migration/ram.c: fix typos in comments | Wei Yang |
2019-05-14 | migration: Fix use-after-free during process exit | Yury Kotov |
2019-05-14 | migration/savevm: wrap into qemu_loadvm_state_header() | Wei Yang |
2019-05-14 | migration/savevm: load_header before load_setup | Wei Yang |
2019-05-14 | migration/savevm: remove duplicate check of migration_is_blocked | 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-05-14 | migration/colo.c: Remove redundant input parameter | Zhang Chen |
2019-05-14 | migration: savevm: fix error code with migration blockers | Cole Robinson |
2019-05-14 | vmstate: check subsection_found is enough | Wei Yang |
2019-05-14 | migration: remove not used field xfer_limit | Wei Yang |
2019-05-14 | migration: not necessary to check ops again | 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-04-02 | migration: Support adding migration blockers earlier | Markus Armbruster |
2019-04-02 | Revert "migration: move only_migratable to MigrationState" | Markus Armbruster |
2019-03-25 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques... | Peter Maydell |
2019-03-25 | migration/postcopy: Update the bandwidth during postcopy | Dr. David Alan Gilbert |
2019-03-25 | Migration/colo.c: Make user obtain the last COLO mode info after failover | Zhang Chen |
2019-03-25 | Migration/colo.c: Add the necessary checks for colo_do_failover | Zhang Chen |
2019-03-25 | Migration/colo.c: Add new COLOExitReason to handle all failover state | Zhang Chen |