1. b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
  2. f548222 migration: introduce decompress-error-check by Xiao Guangrong · 7 years ago
  3. bf26990 migration: use g_free for ram load bitmap by Peter Xu · 7 years ago
  4. 08614f3 migration: setup ramstate for resume by Peter Xu · 7 years ago
  5. edd090c migration: synchronize dirty bitmap for resume by Peter Xu · 7 years ago
  6. a335deb migration: new message MIG_RP_MSG_RECV_BITMAP by Peter Xu · 7 years ago
  7. 8c4598f migration: Define MultifdRecvParams sooner by Juan Quintela · 7 years ago
  8. af8b7d2 migration: Transmit initial package through the multifd channels by Juan Quintela · 7 years ago
  9. 36c2f8b migration: Delay start of migration main routines by Juan Quintela · 7 years ago
  10. 60df2d4 migration: Create multifd channels by Juan Quintela · 7 years ago
  11. 62c1e0c migration: Be sure all recv channels are created by Juan Quintela · 7 years ago
  12. 6677070 migration: terminate_* can be called for other threads by Juan Quintela · 7 years ago
  13. 71bb07d migration: Introduce multifd_recv_new_channel() by Juan Quintela · 7 years ago
  14. 7a169d7 migration: Set error state in case of error by Juan Quintela · 7 years ago
  15. 701b187 migration: fix saving normal page even if it's been compressed by Xiao Guangrong · 7 years ago
  16. da3f56c migration: remove ram_save_compressed_page() by Xiao Guangrong · 7 years ago
  17. 65dacaa migration: introduce save_normal_page() by Xiao Guangrong · 7 years ago
  18. d7400a3 migration: move calling save_zero_page to the common place by Xiao Guangrong · 7 years ago
  19. a8ec91f migration: move calling control_save_page to the common place by Xiao Guangrong · 7 years ago
  20. 1faa566 migration: move some code to ram_save_host_page by Xiao Guangrong · 7 years ago
  21. 059ff0f migration: introduce control_save_page() by Xiao Guangrong · 7 years ago
  22. 34ab9e9 migration: detect compression and decompression errors by Xiao Guangrong · 7 years ago
  23. 797ca15 migration: stop decompression to allocate and free memory frequently by Xiao Guangrong · 7 years ago
  24. dcaf446 migration: stop compression to allocate and free memory frequently by Xiao Guangrong · 7 years ago
  25. 263a289 migration: stop compressing page in migration thread by Xiao Guangrong · 7 years ago
  26. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  27. 1cba9f6 migration/ram: ramblock_recv_bitmap_test_byte_offset by Dr. David Alan Gilbert · 7 years ago
  28. 4799502 migration: introduce postcopy-only pending by Vladimir Sementsov-Ogievskiy · 7 years ago
  29. b255734 migration: do not transfer ram during bulk storage migration by Peter Lieven · 7 years ago
  30. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  31. 7a9ddfb migration: better error handling with QEMUFile by Peter Xu · 7 years ago
  32. b9ccaf6 migration: Fix early failure cleanup by Dr. David Alan Gilbert · 7 years ago
  33. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  34. 7faccdc migration: Drop current address parameter from save_zero_page() by Juan Quintela · 7 years ago
  35. bae416e migration: Guard ram_bytes_remaining against early call by Dr. David Alan Gilbert · 7 years ago
  36. acab30b migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END by Daniel Henrique Barboza · 7 years ago
  37. 73af8dd migration: Make xbzrle_cache_size a migration parameter by Juan Quintela · 7 years ago
  38. c9dede2 migration: No need to return the size of the cache by Juan Quintela · 7 years ago
  39. 2a313e5 migration: Don't play games with the requested cache size by Juan Quintela · 7 years ago
  40. f949461 migration: add bitmap for received page by Alexey Perevalov · 7 years ago
  41. 8be4620 migration: postcopy_place_page factoring out by Alexey Perevalov · 7 years ago
  42. d6eff5d migration: new ram_init_bitmaps() by Peter Xu · 7 years ago
  43. 84593a0 migration: clean up xbzrle cache init/destroy by Peter Xu · 7 years ago
  44. 7d7c96b migration: provide ram_state_cleanup by Peter Xu · 7 years ago
  45. 7d00ee6 migration: provide ram_state_init() by Peter Xu · 7 years ago
  46. 80f8dfd migration: Make cache_init() take an error parameter by Juan Quintela · 7 years ago
  47. 8acabf6 migration: Move xbzrle cache resize error handling to xbzrle_cache_resize by Juan Quintela · 7 years ago
  48. 9ac78b6 migration: disable auto-converge during bulk block migration by Peter Lieven · 7 years ago
  49. 86e1167 migration: fix ram_save_pending by Vladimir Sementsov-Ogievskiy · 8 years ago
  50. c646762 migration: add has_postcopy savevm handler by Vladimir Sementsov-Ogievskiy · 8 years ago
  51. f986c3d migration: Create multifd migration threads by Juan Quintela · 9 years ago
  52. 2dfaf12 migration: fix comment disorder in RAMState by Peter Xu · 8 years ago
  53. f0afa33 migration: Make compression_threads use save/load_setup/cleanup() by Juan Quintela · 8 years ago
  54. f265e0e migration: Convert ram to use new load_setup()/load_cleanup() by Juan Quintela · 8 years ago
  55. 70f794f migration: Rename cleanup() to save_cleanup() by Juan Quintela · 8 years ago
  56. 9907e84 migration: Rename save_live_setup() to save_setup() by Juan Quintela · 8 years ago
  57. 3416ab5 migration: Don't create decompression threads if not enabled by Juan Quintela · 9 years ago
  58. edc6012 migration: Test for disabled features on reception by Juan Quintela · 8 years ago
  59. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  60. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  61. f2a8f0a migration: Split registration functions from vmstate.h by Juan Quintela · 8 years ago
  62. 53518d9 ram: Make RAMState dynamic by Juan Quintela · 8 years ago
  63. 9360447 ram: Use MigrationStats for statistics by Juan Quintela · 8 years ago
  64. c00e092 ram: Move ZERO_TARGET_PAGE inside XBZRLE by Juan Quintela · 8 years ago
  65. 83c1338 ram: Call migration_page_queue_free() at ram_migration_cleanup() by Juan Quintela · 8 years ago
  66. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  67. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  68. b4a3c64 migration: use dirty_rate_high_cnt more aggressively by Felipe Franciosi · 8 years ago
  69. d2a4d85 migration: set bytes_xfer_* outside of autoconverge logic by Felipe Franciosi · 8 years ago
  70. d693c6f migration: set dirty_pages_rate before autoconverge logic by Felipe Franciosi · 8 years ago
  71. 9884db2 migration: keep bytes_xfer_prev init'd to zero by Felipe Franciosi · 8 years ago
  72. 987772d migration: Remove vmstate.h from migration.h by Juan Quintela · 8 years ago
  73. 82b9d0f migration: Remove qemu-file.h from vmstate.h by Juan Quintela · 8 years ago
  74. 709e3fe migration: Create migration/xbzrle.h by Juan Quintela · 8 years ago
  75. 1eb3fc0 migration: Fix non-multiple of page size migration by Dr. David Alan Gilbert · 8 years ago
  76. 5682155 Merge remote-tracking branch 'dgilbert/tags/pull-hmp-20170517' into staging by Stefan Hajnoczi · 8 years ago
  77. 99e1558 ramblock: add RAMBLOCK_FOREACH() by Peter Xu · 8 years ago
  78. bb890ed ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO by Juan Quintela · 8 years ago
  79. 2bf3aa8 migration: Fix regression with compression threads by Juan Quintela · 8 years ago
  80. 1db9d8e migration: Extra tracing by Dr. David Alan Gilbert · 8 years ago
  81. be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
  82. 6b6712e ram: Split dirty bitmap by RAMBlock by Juan Quintela · 8 years ago
  83. 66103a5 ram: Remove migration_bitmap_extend() by Juan Quintela · 8 years ago
  84. 352b0de ram: Use RAMBitmap type for coherence by Juan Quintela · 8 years ago
  85. b8c4899 ram: rename last_ram_offset() last_ram_pages() by Juan Quintela · 8 years ago
  86. f20e286 ram: Use ramblock and page offset instead of absolute offset by Juan Quintela · 8 years ago
  87. a935e30 ram: Change offset field in PageSearchStatus to page by Juan Quintela · 8 years ago
  88. 269ace2 ram: Remember last_page instead of last_offset by Juan Quintela · 8 years ago
  89. 06b1068 ram: Use page number instead of an address for the bitmap operations by Juan Quintela · 8 years ago
  90. 2479569 ram: reorganize last_sent_block by Juan Quintela · 8 years ago
  91. aaa2064 ram: ram_discard_range() don't use the mis parameter by Juan Quintela · 8 years ago
  92. 15440dd ram: Pass RAMBlock to bitmap_sync by Juan Quintela · 8 years ago
  93. a0a8aa1 ram: We don't need MigrationState parameter anymore by Juan Quintela · 8 years ago
  94. 5727309 migration: Remove MigrationState from migration_in_postcopy by Juan Quintela · 8 years ago
  95. 6d358d9 ram: Remove compression_switch and inline its logic by Juan Quintela · 8 years ago
  96. ce25d33 ram: Move QEMUFile into RAMState by Juan Quintela · 8 years ago
  97. 204b88b ram: Add QEMUFile to RAMState by Juan Quintela · 8 years ago
  98. 9650689 ram: Move postcopy_requests into RAMState by Juan Quintela · 8 years ago
  99. 47ad861 ram: Move dirty_pages_rate to RAMState by Juan Quintela · 8 years ago
  100. abbf1d7 ram: Remove dirty_bytes_rate by Juan Quintela · 8 years ago