Age | Commit message (Expand) | Author | Files | Lines |
2009-12-19 | Revert "monitor: Convert do_migrate_set_speed() to QObject" | Anthony Liguori | 1 | -1/+1 |
2009-12-12 | migration: Convert do_info_migrate() to QObject | Luiz Capitulino | 1 | -15/+102 |
2009-12-03 | block migration: Report progress also via info migration | Jan Kiszka | 1 | -0/+9 |
2009-12-03 | live migration: Propagate output monitor to callback handler | Jan Kiszka | 1 | -14/+16 |
2009-12-03 | live migration: Allow cleanup after cancellation or error | Jan Kiszka | 1 | -0/+1 |
2009-12-03 | migration: Catch multiple start commands | Jan Kiszka | 1 | -1/+7 |
2009-12-03 | migration: Fix use of file after release | Jan Kiszka | 1 | -3/+3 |
2009-11-17 | Block live migration | lirans@il.ibm.com | 1 | -7/+16 |
2009-10-27 | monitor: Convert do_migrate_cancel() to QObject | Luiz Capitulino | 1 | -1/+1 |
2009-10-27 | monitor: Convert do_migrate_set_speed() to QObject | Luiz Capitulino | 1 | -1/+1 |
2009-10-27 | monitor: Convert do_migrate() to QObject | Luiz Capitulino | 1 | -1/+1 |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino | 1 | -1/+3 |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino | 1 | -2/+4 |
2009-09-04 | monitor: Port handler_0 to use QDict | Luiz Capitulino | 1 | -1/+1 |
2009-08-27 | add file descriptor migration | Paolo Bonzini | 1 | -0/+4 |
2009-08-24 | Migration via unix sockets. | Chris Lalancette | 1 | -0/+4 |
2009-07-10 | flush pending aio requests | Glauber Costa | 1 | -0/+1 |
2009-07-09 | Make sure to only vm_start() a failed migration if we were running to begin | Anthony Liguori | 1 | -1/+5 |
2009-06-16 | set migration max downtime | Glauber Costa | 1 | -0/+19 |
2009-06-16 | add non-arbitrary migration stop condition | Glauber Costa | 1 | -0/+11 |
2009-06-13 | migrate_fd_close: delete associated io-handler before closing the fd | Uri Lublin | 1 | -0/+2 |
2009-05-22 | allow changing the speed of a running migration | Glauber Costa | 1 | -0/+7 |
2009-05-22 | augment info migrate with page status | Glauber Costa | 1 | -0/+3 |
2009-05-20 | migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK | Uri Lublin | 1 | -1/+1 |
2009-04-05 | propagate error on failed completion (Glauber Costa) | aliguori | 1 | -2/+8 |
2009-03-05 | monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) | aliguori | 1 | -2/+5 |
2009-03-05 | monitor: Decouple terminals (Jan Kiszka) | aliguori | 1 | -4/+9 |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori | 1 | -14/+14 |
2008-11-11 | Reintroduce migrate-to-exec: support (Charles Duffy) | aliguori | 1 | -0/+178 |
2008-10-24 | Fix whitespace in migration code. | aliguori | 1 | -25/+25 |
2008-10-13 | Introduce TCP live migration protocol | aliguori | 1 | -2/+22 |
2008-10-13 | Introduce UI for live migration | aliguori | 1 | -0/+83 |