summaryrefslogtreecommitdiffstats
path: root/migration.c
Commit message (Expand)AuthorAgeFilesLines
* XBZRLE cache size should not be larger than guest memory sizeOrit Wasserman2014-02-041-0/+7
* migration:fix free XBZRLE decoded_buf wrongGonglei (Arei)2014-02-041-0/+1
* Add check for cache size smaller than page sizeOrit Wasserman2014-02-041-1/+9
* Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias2014-01-141-0/+1
|\
| * migration: qmp_migrate(): keep working after syntax errorLuiz Capitulino2014-01-061-0/+1
* | migration: Fix rate limitMatthew Garrett2014-01-131-1/+1
* | introduce MIG_STATE_CANCELLING stateZhanghaoyu (A)2014-01-131-10/+16
* | avoid a bogus COMPLETED->CANCELLED transitionZhanghaoyu (A)2014-01-131-1/+8
|/
* migration: Fix compiler warning ('caps' may be used uninitialized)Michael Tokarev2013-10-051-0/+1
* migration: Fix debug print typeChristoffer Dall2013-09-241-1/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-8/+8
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* migration: don't use uninitialized variablesPawit Pornkitprasan2013-08-011-2/+2
* migration: send total time in QMP at "completed" stagePawit Pornkitprasan2013-08-011-0/+1
* migration: fix spice migrationStefan Hajnoczi2013-07-291-2/+2
* migration: notify migration state before starting threadStefan Hajnoczi2013-07-291-1/+3
* rdma: account for the time spent in MIG_STATE_SETUP through QMPMichael R. Hines2013-07-231-0/+9
* rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transitionMichael R. Hines2013-07-231-7/+14
* rdma: allow state transitions between other states besides ACTIVEMichael R. Hines2013-07-231-6/+6
* rdma: core logicMichael R. Hines2013-07-231-0/+8
* block-migration: efficiently encode zero blocksPeter Lieven2013-07-191-0/+9
* Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-07-151-0/+9
|\
| * Add 'auto-converge' migration capabilityChegu Vinod2013-07-121-0/+9
* | migration: Fail migration on bdrv_flush_all() errorKevin Wolf2013-07-151-3/+14
|/
* add a header file for atomic operationsPaolo Bonzini2013-07-041-2/+1
* rdma: introduce capability x-rdma-pin-allMichael R. Hines2013-06-271-0/+9
* rdma: export throughput w/ MigrationStats QMPMichael R. Hines2013-06-271-0/+6
* migration: Remove duplicate bandwidth_limit setLei Li2013-06-011-1/+0
* Revert "migration: don't account sleep time for calculating bandwidth"Michael Roth2013-05-171-4/+1
* migration: reflect incoming failure to shellEric Blake2013-04-171-1/+1
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* migration: do not sent zero pages in bulk stagePeter Lieven2013-03-261-1/+2
* migration: inline migrate_fd_closePaolo Bonzini2013-03-111-12/+2
* migration: eliminate s->migration_filePaolo Bonzini2013-03-111-47/+4
* migration: move contents of migration_close to migrate_fd_cleanupPaolo Bonzini2013-03-111-10/+7
* migration: move rate limiting to QEMUFilePaolo Bonzini2013-03-111-50/+1
* migration: small changes around rate-limitingPaolo Bonzini2013-03-111-8/+11
* migration: use qemu_ftell to compute bandwidthPaolo Bonzini2013-03-111-1/+3
* migration: use QEMUFile for writing outgoing migration dataPaolo Bonzini2013-03-111-38/+8
* migration: use QEMUFile for migration channel lifetimePaolo Bonzini2013-03-111-3/+5
* migration: use qemu_file_rate_limit consistentlyPaolo Bonzini2013-03-111-2/+2
* migration: remove useless qemu_file_get_error checkPaolo Bonzini2013-03-111-6/+0
* migration: detect error before sleepingPaolo Bonzini2013-03-111-3/+4
* migration: eliminate last_roundPaolo Bonzini2013-03-111-6/+5
* Rename buffered_ to migration_Juan Quintela2013-03-111-16/+16
* migration: yay, buffering is gonePaolo Bonzini2013-03-111-58/+21
* migration: run setup callbacks out of big lockPaolo Bonzini2013-03-111-2/+0
* migration: run pending/iterate callbacks out of big lockPaolo Bonzini2013-03-111-2/+2
* migration: cleanup migration (including thread) in the iothreadPaolo Bonzini2013-03-111-18/+20
* migration: prepare to access s->state outside critical sectionsPaolo Bonzini2013-03-111-12/+21
OpenPOWER on IntegriCloud