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