Age | Commit message (Expand) | Author |
2011-10-20 | migration: change has_error to contain errno values | Juan Quintela |
2011-10-20 | migration: set error if select return one error | Juan Quintela |
2011-10-20 | migration: don't "write" when migration is not active | Juan Quintela |
2011-10-20 | migration: add error handling to migrate_fd_put_notify(). | Yoshiaki Tamura |
2011-10-20 | migration: Check that migration is active before cancel it | Juan Quintela |
2011-10-20 | migration: simplify state assignmente | Juan Quintela |
2011-10-19 | runstate: Allow user to migrate twice | Luiz Capitulino |
2011-10-04 | RunState: Rename enum values as generated by the QAPI | Luiz Capitulino |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino |
2011-09-15 | Drop the incoming_expected global variable | Luiz Capitulino |
2011-09-15 | RunState: Add additional states | Luiz Capitulino |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-05 | Reorganize and fix monitor resume after migration | Jan Kiszka |
2011-07-23 | notifier: Pass data argument to callback | Jan Kiszka |
2011-02-14 | Improve vm_stop reason declarations | Jan Kiszka |
2011-01-24 | add migration state change notifiers | Gerd Hoffmann |
2011-01-17 | savevm: Fix no_migrate | Alex Williamson |
2010-12-09 | migration/savevm: no need to flush requests | Michael S. Tsirkin |
2010-12-02 | migration: allow rate > 4g | Michael S. Tsirkin |
2010-11-03 | Switch migrate_set_speed() to take an 'o' argument rather than a float. | Jes Sorensen |
2010-08-19 | set proper migration status on ->write error (v5) | Marcelo Tosatti |
2010-07-30 | migration: Accept 'cont' only after successful incoming migration | Amit Shah |
2010-07-01 | Monitor: handle optional '-' arg as a bool | Luiz Capitulino |
2010-06-22 | Factorize common migration incoming code | Juan Quintela |
2010-06-22 | Exit if incoming migration fails | Juan Quintela |
2010-06-14 | migration: use qemu_free() instead of free(). | Yoshiaki Tamura |
2010-06-03 | migration: respect exit status with exec: | Anthony Liguori |
2010-06-01 | Monitor: Drop QMP documentation from code | Luiz Capitulino |
2010-02-19 | Monitor: Convert do_migrate() to cmd_new_ret() | Luiz Capitulino |
2010-02-19 | Monitor: Convert simple handlers to cmd_new_ret() | Luiz Capitulino |
2010-02-10 | Monitor: remove unneeded checks | Luiz Capitulino |
2010-02-07 | Do not use dprintf | malc |
2010-02-03 | monitor: convert do_migrate_set_downtime() to QObject | Markus Armbruster |
2010-02-03 | monitor: Use argument type 'T' for migrate_set_downtime | Markus Armbruster |
2010-02-03 | monitor: convert do_migrate_set_speed() to QObject | Markus Armbruster |
2010-02-03 | monitor: Use argument type 'b' for migrate_set_speed | Markus Armbruster |
2009-12-19 | Revert "monitor: Convert do_migrate_set_speed() to QObject" | Anthony Liguori |
2009-12-12 | migration: Convert do_info_migrate() to QObject | Luiz Capitulino |
2009-12-03 | block migration: Report progress also via info migration | Jan Kiszka |
2009-12-03 | live migration: Propagate output monitor to callback handler | Jan Kiszka |
2009-12-03 | live migration: Allow cleanup after cancellation or error | Jan Kiszka |
2009-12-03 | migration: Catch multiple start commands | Jan Kiszka |
2009-12-03 | migration: Fix use of file after release | Jan Kiszka |
2009-11-17 | Block live migration | lirans@il.ibm.com |
2009-10-27 | monitor: Convert do_migrate_cancel() to QObject | Luiz Capitulino |
2009-10-27 | monitor: Convert do_migrate_set_speed() to QObject | Luiz Capitulino |
2009-10-27 | monitor: Convert do_migrate() to QObject | Luiz Capitulino |
2009-09-04 | monitor: Port handler_2 to use QDict | Luiz Capitulino |
2009-09-04 | monitor: Port handler_1 to use QDict | Luiz Capitulino |