1. aecbfe9 migration: introduce pages-per-second by Xiao Guangrong · 6 years ago
  2. 49ed0d2 migration: fix the multifd code when receiving less channels by Fei Li · 6 years ago
  3. 3d63da1 migration: avoid segmentfault when take a snapshot of a VM which being migrated by Jia Lina · 6 years ago
  4. 1d58872 migration: do not wait for free thread by Xiao Guangrong · 7 years ago
  5. 4cbc9c7 migrate/cpu-throttle: Add max-cpu-throttle migration parameter by Li Qiang · 7 years ago
  6. ad767be migration: Wake rate limiting for urgent requests by Dr. David Alan Gilbert · 7 years ago
  7. 343f632 migration: Poison ramblock loops in migration by Dr. David Alan Gilbert · 7 years ago
  8. f548222 migration: introduce decompress-error-check by Xiao Guangrong · 7 years ago
  9. 62df066 migration: introduce lock for to_dst_file by Peter Xu · 7 years ago
  10. 02affd4 qmp/migration: new command migrate-recover by Peter Xu · 7 years ago
  11. edd090c migration: synchronize dirty bitmap for resume by Peter Xu · 7 years ago
  12. 13955b8 migration: new message MIG_RP_MSG_RESUME_ACK by Peter Xu · 7 years ago
  13. a335deb migration: new message MIG_RP_MSG_RECV_BITMAP by Peter Xu · 7 years ago
  14. 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
  15. 14b1742 migration: allow src return path to pause by Peter Xu · 7 years ago
  16. b411b84 migration: allow dst vm pause on postcopy by Peter Xu · 7 years ago
  17. b23c2ad migration: implement "postcopy-pause" src logic by Peter Xu · 7 years ago
  18. 36c2f8b migration: Delay start of migration main routines by Juan Quintela · 7 years ago
  19. 65ace06 migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  20. 2a4c42f migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
  21. f22f928 migration: introduce postcopy-blocktime capability by Alexey Perevalov · 7 years ago
  22. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  23. 096bf4c vhost+postcopy: Helper to send requests to source for shared pages by Dr. David Alan Gilbert · 7 years ago
  24. 00fa4fc postcopy: Allow registering of fd handler by Dr. David Alan Gilbert · 7 years ago
  25. b35ebdf migration: add postcopy migration of dirty bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
  26. 55efc8c qapi: add dirty-bitmaps migration capability by Vladimir Sementsov-Ogievskiy · 7 years ago
  27. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  28. 3e0c805 migration: pass MigrationState to migrate_init() by Peter Xu · 7 years ago
  29. d6208e3 migration: allow send_rq to fail by Peter Xu · 7 years ago
  30. 64f615f migration: reuse mis->userfault_quit_fd by Peter Xu · 7 years ago
  31. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  32. cce8040 migration: Allow migrate_fd_connect to take an Error * by Dr. David Alan Gilbert · 7 years ago
  33. ee86981 migration: Revert postcopy-blocktime commit set by Peter Maydell · 7 years ago
  34. b15df1a migration: cleanup stats update into function by Peter Xu · 7 years ago
  35. 64909f9 migration: introduce downtime_start by Peter Xu · 7 years ago
  36. 7287cbd migration: move vm_old_running into global state by Peter Xu · 7 years ago
  37. 4af246a migration: split use of MigrationState.total_time by Peter Xu · 7 years ago
  38. ca6011c migration: add postcopy total blocktime into query-migrate by Alexey Perevalov · 7 years ago
  39. 01a87f0 migration: add postcopy blocktime ctx into MigrationIncomingState by Alexey Perevalov · 7 years ago
  40. 31bf06a migration: introduce postcopy-blocktime capability by Alexey Perevalov · 7 years ago
  41. 73af8dd migration: Make xbzrle_cache_size a migration parameter by Juan Quintela · 7 years ago
  42. 87db1a7 migration: Improve migration thread error handling by Juan Quintela · 7 years ago
  43. e91d895 migration: Wait for semaphore before completing migration by Dr. David Alan Gilbert · 7 years ago
  44. 93fbd03 migration: Add 'pause-before-switchover' capability by Dr. David Alan Gilbert · 7 years ago
  45. 58110f0 migration: split common postcopy out of ram postcopy by Vladimir Sementsov-Ogievskiy · 8 years ago
  46. 0fb8660 migration: Create x-multifd-page-count parameter by Juan Quintela · 8 years ago
  47. 4075fb1 migration: Create x-multifd-channels parameter by Juan Quintela · 9 years ago
  48. 30126bb migration: Add multifd capability by Juan Quintela · 9 years ago
  49. 428d890 migration: Create migration_has_all_channels by Juan Quintela · 8 years ago
  50. 4f0fae7 migration: Create migration_ioc_process_incoming() by Juan Quintela · 8 years ago
  51. c788ada migration: add "return-path" capability by Peter Xu · 8 years ago
  52. 15c3850 migration: move skip_section_footers by Peter Xu · 8 years ago
  53. 71dd4c1 migration: move skip_configuration out by Peter Xu · 8 years ago
  54. 3df663e migration: move only_migratable to MigrationState by Peter Xu · 8 years ago
  55. 5272298 migration: move global_state.optional out by Peter Xu · 8 years ago
  56. e5cb7e7 migration: let MigrationState be a qdev by Peter Xu · 8 years ago
  57. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  58. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago[Renamed from include/migration/migration.h]
  59. c4b63b7 migration: Move remaining exported functions to migration/misc.h by Juan Quintela · 8 years ago
  60. 84a899d migration: create global_state.c by Juan Quintela · 8 years ago
  61. 2ce3bf1 migration: ram_control_* are implemented in qemu_file by Juan Quintela · 8 years ago
  62. da6f179 migration: Commands are only used inside migration.c by Juan Quintela · 8 years ago
  63. c3d2e2e migration: Move constants to savevm.h by Juan Quintela · 8 years ago
  64. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  65. e1a3ece migration: Export rdma.c functions in its own file by Juan Quintela · 8 years ago
  66. 41d6422 migration: Export tls.c functions in its own file by Juan Quintela · 8 years ago
  67. 61e8b14 migration: Export socket.c functions in its own file by Juan Quintela · 8 years ago
  68. 7fcac4a migration: Export fd.c functions in its own file by Juan Quintela · 8 years ago
  69. f4dbe1b migration: Export exec.c functions in its own file by Juan Quintela · 8 years ago
  70. c2355ad migration: loadvm handlers are not used by Juan Quintela · 8 years ago
  71. 987772d migration: Remove vmstate.h from migration.h by Juan Quintela · 8 years ago
  72. 40014d8 migration: Export qemu-file-channel.c functions in its own file by Juan Quintela · 8 years ago
  73. dd4339c migration: Split migration/channel.c for channel operations by Juan Quintela · 8 years ago
  74. 709e3fe migration: Create migration/xbzrle.h by Juan Quintela · 8 years ago
  75. a0762d9 migration: Remove old MigrationParams by Juan Quintela · 8 years ago
  76. ce7c817 migration: Remove use of old MigrationParams by Juan Quintela · 8 years ago
  77. 2833c59 migration: Create block capability by Juan Quintela · 8 years ago
  78. 1bfe5f0 migration: Move check_migratable() into qdev.c by Juan Quintela · 8 years ago
  79. bac3b21 migration: Move postcopy stuff to postcopy-ram.c by Juan Quintela · 8 years ago
  80. 795c40b migration: Create migration/blocker.h by Juan Quintela · 8 years ago
  81. 6b6712e ram: Split dirty bitmap by RAMBlock by Juan Quintela · 8 years ago
  82. fab3500 migration: Remove MigrationState parameter from migration_is_idle() by Juan Quintela · 8 years ago
  83. aaa2064 ram: ram_discard_range() don't use the mis parameter by Juan Quintela · 8 years ago
  84. 5727309 migration: Remove MigrationState from migration_in_postcopy by Juan Quintela · 8 years ago
  85. 9650689 ram: Move postcopy_requests into RAMState by Juan Quintela · 8 years ago
  86. 47ad861 ram: Move dirty_pages_rate to RAMState by Juan Quintela · 8 years ago
  87. abbf1d7 ram: Remove dirty_bytes_rate by Juan Quintela · 8 years ago
  88. 42d219d ram: Create ram_dirty_sync_count() by Juan Quintela · 8 years ago
  89. ec481c6 ram: Move src_page_req* to RAMState by Juan Quintela · 8 years ago
  90. 68a098f ram: Move last_req_rb to RAMState by Juan Quintela · 8 years ago
  91. 29cc3d8 ram: Remove norm_mig_bytes_transferred by Juan Quintela · 8 years ago
  92. bedf53c ram: Remove unused pages_skipped variable by Juan Quintela · 8 years ago
  93. 5bb1272 ram: Remove unused dup_mig_bytes_transferred() by Juan Quintela · 8 years ago
  94. 5e58f96 ram: Rename flush_page_queue() to migration_page_queue_free() by Juan Quintela · 8 years ago
  95. 41d8421 postcopy: Use temporary for placing zero huge pages by Dr. David Alan Gilbert · 8 years ago
  96. 67f11b5 postcopy: Record largest page size by Dr. David Alan Gilbert · 8 years ago
  97. e8ca1db postcopy: Transmit ram size summary word by Dr. David Alan Gilbert · 8 years ago
  98. 7562f90 migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable by Ashijeet Acharya · 8 years ago
  99. c937b9a COLO: Shutdown related socket fd while do failover by zhanghailiang · 8 years ago
  100. 479125d COLO: fix setting checkpoint-delay not working properly by zhanghailiang · 8 years ago