aboutsummaryrefslogtreecommitdiff
path: root/migration
AgeCommit message (Expand)Author
2018-03-09migration: fix applying wrong capabilitiesPeter Xu
2018-03-09migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERSPeter Lieven
2018-03-09migration/block: reset dirty bitmap before read in bulk phasePeter Lieven
2018-03-09migration: do not transfer ram during bulk storage migrationPeter Lieven
2018-03-09migration: fix minor finalize leakMarc-André Lureau
2018-03-06qio: non-default context for TLS handshakePeter Xu
2018-03-06qio: non-default context for async connPeter Xu
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-14migration: pass MigrationState to migrate_init()Peter Xu
2018-02-14migration: allow send_rq to failPeter Xu
2018-02-14migration: provide postcopy_fault_thread_notify()Peter Xu
2018-02-14migration: reuse mis->userfault_quit_fdPeter Xu
2018-02-14migration: better error handling with QEMUFilePeter Xu
2018-02-14migration: Fix early failure cleanupDr. David Alan Gilbert
2018-02-14migration/xen: Check return value of qemu_fcloseRoss Lagerwall
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-06migration: incoming postcopy advise sanity checksGreg Kurz
2018-02-06migration: Don't leak IO channelsRoss Lagerwall
2018-02-06migration: Recover block devices if failure in device stateDr. David Alan Gilbert
2018-02-06migration: Drop current address parameter from save_zero_page()Juan Quintela
2018-02-06migration: use s->threshold_size inside migration_update_countersWei Wang
2018-02-06migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32Daniel Henrique Barboza
2018-02-06migration: Route errors down through migration_channel_connectDr. David Alan Gilbert
2018-02-06migration: Allow migrate_fd_connect to take an Error *Dr. David Alan Gilbert
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake
2018-01-15migration: remove notify in fd_errorPeter Xu
2018-01-15migration: remove some block_cleanup_parameters()Peter Xu
2018-01-15migration: put the finish part into a new functionPeter Xu
2018-01-15migration: major cleanup for migrate iterationsPeter Xu
2018-01-15migration: cleanup stats update into functionPeter Xu
2018-01-15migration: use switch at the end of migrationPeter Xu
2018-01-15migration: introduce migrate_calculate_completePeter Xu
2018-01-15migration: introduce downtime_startPeter Xu
2018-01-15migration: move vm_old_running into global statePeter Xu
2018-01-15migration: split use of MigrationState.total_timePeter Xu
2018-01-15migration: remove "enable_colo" varPeter Xu
2018-01-15migration: qemu_savevm_state_cleanup() in cleanupPeter Xu
2018-01-15migration: assert colo instead of checkPeter Xu
2018-01-15migration: finalize current_migration objectVladimir Sementsov-Ogievskiy
2018-01-15migration: Guard ram_bytes_remaining against early callDr. David Alan Gilbert
2018-01-15migration: add postcopy total blocktime into query-migrateAlexey Perevalov
2018-01-15migration: calculate vCPU blocktime on dst sideAlexey Perevalov