1. 8e84865 migration: Accept 'cont' only after successful incoming migration by Amit Shah · 14 years ago
  2. eb159d1 Monitor: handle optional '-' arg as a bool by Luiz Capitulino · 15 years ago
  3. 511c023 Factorize common migration incoming code by Juan Quintela · 15 years ago
  4. 8ca5e80 Exit if incoming migration fails by Juan Quintela · 15 years ago
  5. faa1f8d migration: use qemu_free() instead of free(). by Yoshiaki Tamura · 15 years ago
  6. 41ef56e migration: respect exit status with exec: by Anthony Liguori · 15 years ago
  7. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  8. b5d17ad Monitor: Convert do_migrate() to cmd_new_ret() by Luiz Capitulino · 15 years ago
  9. ef4b7ee Monitor: Convert simple handlers to cmd_new_ret() by Luiz Capitulino · 15 years ago
  10. ba14414 Monitor: remove unneeded checks by Luiz Capitulino · 15 years ago
  11. d0f2c4c Do not use dprintf by malc · 15 years ago
  12. c6027f5 monitor: convert do_migrate_set_downtime() to QObject by Markus Armbruster · 15 years ago
  13. b0fbf7d monitor: Use argument type 'T' for migrate_set_downtime by Markus Armbruster · 15 years ago
  14. 5fd9083 monitor: convert do_migrate_set_speed() to QObject by Markus Armbruster · 15 years ago
  15. 5667c49 monitor: Use argument type 'b' for migrate_set_speed by Markus Armbruster · 15 years ago
  16. 13232b8 Revert "monitor: Convert do_migrate_set_speed() to QObject" by Anthony Liguori · 15 years ago
  17. c86a668 migration: Convert do_info_migrate() to QObject by Luiz Capitulino · 15 years ago
  18. 25f2364 block migration: Report progress also via info migration by Jan Kiszka · 15 years ago
  19. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  20. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  21. 1302425 migration: Catch multiple start commands by Jan Kiszka · 15 years ago
  22. 5d39c79 migration: Fix use of file after release by Jan Kiszka · 15 years ago
  23. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago
  24. 911d296 monitor: Convert do_migrate_cancel() to QObject by Luiz Capitulino · 15 years ago
  25. 3a49210 monitor: Convert do_migrate_set_speed() to QObject by Luiz Capitulino · 15 years ago
  26. 5f79da0 monitor: Convert do_migrate() to QObject by Luiz Capitulino · 15 years ago
  27. f18c16d monitor: Port handler_2 to use QDict by Luiz Capitulino · 15 years ago
  28. d54908a monitor: Port handler_1 to use QDict by Luiz Capitulino · 15 years ago
  29. f96fc8a monitor: Port handler_0 to use QDict by Luiz Capitulino · 15 years ago
  30. 5ac1fad add file descriptor migration by Paolo Bonzini · 15 years ago
  31. 4951f65 Migration via unix sockets. by Chris Lalancette · 15 years ago
  32. 0884657 flush pending aio requests by Glauber Costa · 16 years ago
  33. eeb34af Make sure to only vm_start() a failed migration if we were running to begin by Anthony Liguori · 15 years ago
  34. 2ea4295 set migration max downtime by Glauber Costa · 16 years ago
  35. a0a3fd6 add non-arbitrary migration stop condition by Glauber Costa · 16 years ago
  36. e19252d migrate_fd_close: delete associated io-handler before closing the fd by Uri Lublin · 16 years ago
  37. daa91de allow changing the speed of a running migration by Glauber Costa · 16 years ago
  38. 9f9e28c augment info migrate with page status by Glauber Costa · 16 years ago
  39. 95b134e migrate.c: migrate_fd_put_buffer: Do not busyloop: stop writing if EWOULDBLOCK by Uri Lublin · 16 years ago
  40. b161d12 propagate error on failed completion (Glauber Costa) by aliguori · 16 years ago
  41. cde76ee monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka) by aliguori · 16 years ago
  42. 731b036 monitor: Decouple terminals (Jan Kiszka) by aliguori · 16 years ago
  43. 376253e monitor: Rework API (Jan Kiszka) by aliguori · 16 years ago
  44. 065e281 Reintroduce migrate-to-exec: support (Charles Duffy) by aliguori · 16 years ago
  45. ff8d81d Fix whitespace in migration code. by aliguori · 16 years ago
  46. 34c9dd8 Introduce TCP live migration protocol by aliguori · 16 years ago
  47. 5bb7910 Introduce UI for live migration by aliguori · 16 years ago