aboutsummaryrefslogtreecommitdiff
path: root/migration.c
AgeCommit message (Expand)Author
2014-05-14migration: show average throughput when migration finishesPeter Lieven
2014-05-05migration: expose xbzrle cache miss rateChenLiang
2014-05-05migration: expose the bitmap_sync_count to the endChenLiang
2014-05-05Disallow outward migration while awaiting incoming migrationDr. David Alan Gilbert
2014-03-27migration: add more tracesAlexey Kardashevskiy
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-02-25rdma: rename 'x-rdma' => 'rdma'Michael R. Hines
2014-02-04XBZRLE cache size should not be larger than guest memory sizeOrit Wasserman
2014-02-04migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)
2014-02-04Add check for cache size smaller than page sizeOrit Wasserman
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-13migration: Fix rate limitMatthew Garrett
2014-01-13introduce MIG_STATE_CANCELLING stateZhanghaoyu (A)
2014-01-13avoid a bogus COMPLETED->CANCELLED transitionZhanghaoyu (A)
2014-01-06migration: qmp_migrate(): keep working after syntax errorLuiz Capitulino
2013-10-05migration: Fix compiler warning ('caps' may be used uninitialized)Michael Tokarev
2013-09-24migration: Fix debug print typeChristoffer Dall
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-01migration: don't use uninitialized variablesPawit Pornkitprasan
2013-08-01migration: send total time in QMP at "completed" stagePawit Pornkitprasan
2013-07-29migration: fix spice migrationStefan Hajnoczi
2013-07-29migration: notify migration state before starting threadStefan Hajnoczi
2013-07-23rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines
2013-07-23rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transitionMichael R. Hines
2013-07-23rdma: allow state transitions between other states besides ACTIVEMichael R. Hines
2013-07-23rdma: core logicMichael R. Hines
2013-07-19block-migration: efficiently encode zero blocksPeter Lieven
2013-07-15Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-07-15migration: Fail migration on bdrv_flush_all() errorKevin Wolf
2013-07-12Add 'auto-converge' migration capabilityChegu Vinod
2013-07-04add a header file for atomic operationsPaolo Bonzini
2013-06-27rdma: introduce capability x-rdma-pin-allMichael R. Hines
2013-06-27rdma: export throughput w/ MigrationStats QMPMichael R. Hines
2013-06-01migration: Remove duplicate bandwidth_limit setLei Li
2013-05-17Revert "migration: don't account sleep time for calculating bandwidth"Michael Roth
2013-04-17migration: reflect incoming failure to shellEric Blake
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-26migration: do not sent zero pages in bulk stagePeter Lieven
2013-03-11migration: inline migrate_fd_closePaolo Bonzini
2013-03-11migration: eliminate s->migration_filePaolo Bonzini
2013-03-11migration: move contents of migration_close to migrate_fd_cleanupPaolo Bonzini
2013-03-11migration: move rate limiting to QEMUFilePaolo Bonzini
2013-03-11migration: small changes around rate-limitingPaolo Bonzini
2013-03-11migration: use qemu_ftell to compute bandwidthPaolo Bonzini
2013-03-11migration: use QEMUFile for writing outgoing migration dataPaolo Bonzini
2013-03-11migration: use QEMUFile for migration channel lifetimePaolo Bonzini
2013-03-11migration: use qemu_file_rate_limit consistentlyPaolo Bonzini
2013-03-11migration: remove useless qemu_file_get_error checkPaolo Bonzini