aboutsummaryrefslogtreecommitdiffstats
path: root/migration.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-04monitor: Port handler_2 to use QDictLuiz Capitulino1-1/+3
2009-09-04monitor: Port handler_1 to use QDictLuiz Capitulino1-2/+4
2009-09-04monitor: Port handler_0 to use QDictLuiz Capitulino1-1/+1
2009-08-27add file descriptor migrationPaolo Bonzini1-0/+4
2009-08-24Migration via unix sockets.Chris Lalancette1-0/+4
2009-07-10flush pending aio requestsGlauber Costa1-0/+1
2009-07-09Make sure to only vm_start() a failed migration if we were running to beginAnthony Liguori1-1/+5
2009-06-16set migration max downtimeGlauber Costa1-0/+19
2009-06-16add non-arbitrary migration stop conditionGlauber Costa1-0/+11
2009-06-13migrate_fd_close: delete associated io-handler before closing the fdUri Lublin1-0/+2
2009-05-22allow changing the speed of a running migrationGlauber Costa1-0/+7
2009-05-22augment info migrate with page statusGlauber Costa1-0/+3
2009-05-20migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCKUri Lublin1-1/+1
2009-04-05propagate error on failed completion (Glauber Costa)aliguori1-2/+8
2009-03-05monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)aliguori1-2/+5
2009-03-05monitor: Decouple terminals (Jan Kiszka)aliguori1-4/+9
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-14/+14
2008-11-11Reintroduce migrate-to-exec: support (Charles Duffy)aliguori1-0/+178
2008-10-24Fix whitespace in migration code.aliguori1-25/+25
2008-10-13Introduce TCP live migration protocolaliguori1-2/+22
2008-10-13Introduce UI for live migrationaliguori1-0/+83