1. 5118042 exec: Create include for target_page_size() by Juan Quintela · 8 years ago
  2. 987772d migration: Remove vmstate.h from migration.h by Juan Quintela · 8 years ago
  3. 40014d8 migration: Export qemu-file-channel.c functions in its own file by Juan Quintela · 8 years ago
  4. dd4339c migration: Split migration/channel.c for channel operations by Juan Quintela · 8 years ago
  5. ed1701c block migration: Allow compile time disable by Dr. David Alan Gilbert · 8 years ago
  6. a0762d9 migration: Remove old MigrationParams by Juan Quintela · 8 years ago
  7. ce7c817 migration: Remove use of old MigrationParams by Juan Quintela · 8 years ago
  8. 2833c59 migration: Create block capability by Juan Quintela · 8 years ago
  9. 1bfe5f0 migration: Move check_migratable() into qdev.c by Juan Quintela · 8 years ago
  10. bac3b21 migration: Move postcopy stuff to postcopy-ram.c by Juan Quintela · 8 years ago
  11. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  12. 4417ab7 block: New BdrvChildRole.activate() for blk_resume_after_migration() by Kevin Wolf · 8 years ago
  13. ace21a5 migration: Unify block node activation error handling by Kevin Wolf · 8 years ago
  14. be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
  15. faec066 migration: rename max_size to threshold_size by Peter Xu · 8 years ago
  16. 343001f migration: set current_active_state once by Peter Xu · 8 years ago
  17. e8199e4 migration: don't close a file descriptor while it can be in use by Laurent Vivier · 8 years ago
  18. fab3500 migration: Remove MigrationState parameter from migration_is_idle() by Juan Quintela · 8 years ago
  19. 030ce1f ram: Add page-size to output in 'info migrate' by Chao Fan · 8 years ago
  20. 20afaed ram: Rename qemu_target_page_bits() to qemu_target_page_size() by Juan Quintela · 8 years ago
  21. 5727309 migration: Remove MigrationState from migration_in_postcopy by Juan Quintela · 8 years ago
  22. 9650689 ram: Move postcopy_requests into RAMState by Juan Quintela · 8 years ago
  23. 47ad861 ram: Move dirty_pages_rate to RAMState by Juan Quintela · 8 years ago
  24. abbf1d7 ram: Remove dirty_bytes_rate by Juan Quintela · 8 years ago
  25. 42d219d ram: Create ram_dirty_sync_count() by Juan Quintela · 8 years ago
  26. ec481c6 ram: Move src_page_req* to RAMState by Juan Quintela · 8 years ago
  27. 68a098f ram: Move last_req_rb to RAMState by Juan Quintela · 8 years ago
  28. 29cc3d8 ram: Remove norm_mig_bytes_transferred by Juan Quintela · 8 years ago
  29. bedf53c ram: Remove unused pages_skipped variable by Juan Quintela · 8 years ago
  30. 5e58f96 ram: Rename flush_page_queue() to migration_page_queue_free() by Juan Quintela · 8 years ago
  31. d35ff5e block: Ignore guest dev permissions during incoming migration by Kevin Wolf · 8 years ago
  32. 4af245d migration: use "" as the default for tls-creds/hostname by Daniel P. Berrange · 8 years ago
  33. 67f11b5 postcopy: Record largest page size by Dr. David Alan Gilbert · 8 years ago
  34. 7562f90 migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable by Ashijeet Acharya · 8 years ago
  35. 87c9cc1 Changing error message of QMP 'migrate_set_downtime' to seconds by Daniel Henrique Barboza · 8 years ago
  36. 479125d COLO: fix setting checkpoint-delay not working properly by zhanghailiang · 8 years ago
  37. ced1c61 migration: discard non-dirty ram pages after the start of postcopy by Pavel Butsykin · 8 years ago
  38. 53f09a1 add 'release-ram' migrate capability by Pavel Butsykin · 8 years ago
  39. ef8d648 postcopy: Recover block devices on early failure by Dr. David Alan Gilbert · 8 years ago
  40. b4b076d migration: create Migration Incoming State at init time by Juan Quintela · 8 years ago
  41. 009fad7 migration: Change name of live migration thread by Pankaj Gupta · 8 years ago
  42. 1d2acc3 migration: re-active images while migration been canceled after inactive them by zhanghailiang · 8 years ago
  43. b67b8c3 migration: Fail migration blocker for --only-migratable by Ashijeet Acharya · 8 years ago
  44. fe44dc9 migration: disallow migrate_add_blocker during migration by Ashijeet Acharya · 8 years ago
  45. fe39a4d migration: fix missing assignment for has_x_checkpoint_delay by zhanghailiang · 8 years ago
  46. eab9e96 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' into staging by Peter Maydell · 8 years ago
  47. 277d44f Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  48. 68b5359 COLO: Add checkpoint-delay parameter for migrate-set-parameters by zhanghailiang · 8 years ago
  49. 25d0c16 migration: Switch to COLO process after finishing loadvm by zhanghailiang · 8 years ago
  50. 0b827d5 migration: Enter into COLO mode after migration if COLO is enabled by zhanghailiang · 8 years ago
  51. 35a6ed4 migration: Introduce capability 'x-colo' to migration by zhanghailiang · 8 years ago
  52. 2517405 migration: Remove unneeded NULL check from migrate_fd_error() by Peter Maydell · 8 years ago
  53. 6f01f13 migration: set name for all I/O channels created by Daniel P. Berrange · 8 years ago
  54. 2ff3025 migrate: move max-bandwidth and downtime-limit to migrate_set_parameter by Ashijeet Acharya · 8 years ago
  55. 091ecc8 migrate: Fix bounds check for migration parameters in migration.c by Ashijeet Acharya · 8 years ago
  56. 7f375e0 migrate: Use boxed qapi for migrate-set-parameters by Eric Blake · 8 years ago
  57. de63ab6 migrate: Share common MigrationParameters struct by Eric Blake · 8 years ago
  58. 42da555 migration: set state to post-migrate on failure by Dr. David Alan Gilbert · 8 years ago
  59. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 8 years ago
  60. 4d88513 migration: Don't use *_to_cpup() and cpu_to_*w() by Peter Maydell · 9 years ago
  61. 22724f4 migration: rename functions to starting migrations by Daniel P. Berrange · 9 years ago
  62. 096631b Postcopy: Check for support when setting the capability by Dr. David Alan Gilbert · 9 years ago
  63. d3bf541 Postcopy: Add stats on page requests by Dr. David Alan Gilbert · 9 years ago
  64. a22463a Migration: Split out ram part of qmp_query_migrate by Dr. David Alan Gilbert · 9 years ago
  65. e122636 migration: add support for encrypting data with TLS by Daniel P. Berrange · 9 years ago
  66. 69ef1f3 migration: define 'tls-creds' and 'tls-hostname' migration parameters by Daniel P. Berrange · 9 years ago
  67. 2594f56 migration: don't use an array for storing migrate parameters by Daniel P. Berrange · 9 years ago
  68. 527792f migration: convert exec socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  69. 64802ee migration: convert fd socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  70. d984464 migration: convert unix socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  71. 61b67d4 migration: convert post-copy to use QIOChannelBuffer by Daniel P. Berrange · 9 years ago
  72. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  73. 48f0748 migration: add helpers for creating QEMUFile from a QIOChannel by Daniel P. Berrange · 9 years ago
  74. 9e4d2b9 migration: force QEMUFile to blocking mode for outgoing migration by Daniel P. Berrange · 9 years ago
  75. 06ad513 migration: introduce set_blocking function in QEMUFileOps by Daniel P. Berrange · 9 years ago
  76. fe904ea migration: regain control of images when migration fails to complete by Greg Kurz · 9 years ago
  77. 24f3902 savevm: fail if migration blockers are present by Greg Kurz · 9 years ago
  78. d85a31d migration: Promote improved autoconverge commands out of experimental state by Jason J. Herne · 9 years ago
  79. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  80. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  81. 32c3db5 postcopy: Remove the x- by Dr. David Alan Gilbert · 9 years ago
  82. 568b01c migration: fix warning for source_return_path_thread by Peter Xu · 9 years ago
  83. 614e801 Postcopy: Fix sync count in info migrate by Dr. David Alan Gilbert · 9 years ago
  84. 0aa6aef migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context by Denis V. Lunev · 9 years ago
  85. b82fc32 Postcopy+spice: Pass spice migration data earlier by Dr. David Alan Gilbert · 9 years ago
  86. 5b648de rdma: remove check on time_spent when calculating mbs by Wei Yang · 9 years ago
  87. b33dc45 migration: remove useless code. by Liang Li · 9 years ago
  88. 89a02a9 migration: rename 'file' in MigrationState to 'to_dst_file' by zhanghailiang · 9 years ago
  89. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  90. 76b1c7f block: Inactivate BDS when migration completes by Kevin Wolf · 9 years ago
  91. 93d7af6 migration: Add state records for migration incoming by zhanghailiang · 9 years ago
  92. 48781e5 migration: Export migrate_set_state() by zhanghailiang · 9 years ago
  93. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  94. a694ee3 migration: do floating-point division by Paolo Bonzini · 10 years ago
  95. 5df5416 Unneeded NULL check by Dr. David Alan Gilbert · 9 years ago
  96. 95a7788 migration: Dead assignment of current_time by Dr. David Alan Gilbert · 9 years ago
  97. 389775d migration_init: Fix lock initialisation/make it explicit by Dr. David Alan Gilbert · 9 years ago
  98. a54d340 migrate-start-postcopy: Improve text by Dr. David Alan Gilbert · 9 years ago
  99. 1c0d249 Finish non-postcopiable iterative devices before package by Dr. David Alan Gilbert · 9 years ago
  100. e9bef23 End of migration for postcopy by Dr. David Alan Gilbert · 9 years ago