1. 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
  2. 5aaac46 migration: savevm: consult migration blockers by Paolo Bonzini · 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. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  5. 4dd32b3 migration: Fix !replay_can_snapshot() error handling by Markus Armbruster · 6 years ago
  6. 3f6df99 savevm: split the process of different stages for loadvm/savevm by Zhang Chen · 7 years ago
  7. 13af18f COLO: Load dirty pages into SVM's RAM cache firstly by Zhang Chen · 7 years ago
  8. aad555c COLO: Remove colo_state migration struct by Zhang Chen · 7 years ago
  9. 096c83b migration: cleanup in error paths in loadvm by Dr. David Alan Gilbert · 7 years ago
  10. 9cf4bb8 migration/postcopy: Clear have_listen_thread by Dr. David Alan Gilbert · 7 years ago
  11. 827beac Add a hint message to loadvm and exits on failure by Jose Ricardo Ziviani · 7 years ago
  12. 74637e6 migration: implement bi-directional RDMA QIOChannel by Lidong Chen · 7 years ago
  13. 858b6d6 migration: reorder MIG_CMD_POSTCOPY_RESUME by Peter Xu · 7 years ago
  14. fd037a6 migration: loosen recovery check when load vm by Peter Xu · 7 years ago
  15. eed1cc7 migration: delay postcopy paused state by Peter Xu · 7 years ago
  16. b74588a Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' into staging by Peter Maydell · 7 years ago
  17. b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
  18. 83ee768 migration: drop an unused include by Michael S. Tsirkin · 7 years ago
  19. 02affd4 qmp/migration: new command migrate-recover by Peter Xu · 7 years ago
  20. d1b8ead migration: introduce SaveVMHandlers.resume_prepare by Peter Xu · 7 years ago
  21. 13955b8 migration: new message MIG_RP_MSG_RESUME_ACK by Peter Xu · 7 years ago
  22. 3f5875e migration: new cmd MIG_CMD_POSTCOPY_RESUME by Peter Xu · 7 years ago
  23. a335deb migration: new message MIG_RP_MSG_RECV_BITMAP by Peter Xu · 7 years ago
  24. f25d422 migration: new cmd MIG_CMD_RECV_BITMAP by Peter Xu · 7 years ago
  25. 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
  26. b411b84 migration: allow dst vm pause on postcopy by Peter Xu · 7 years ago
  27. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  28. 6864a7b vhost+postcopy: Transmit 'listen' to slave by Dr. David Alan Gilbert · 7 years ago
  29. d3dff7a vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message by Dr. David Alan Gilbert · 7 years ago
  30. 9cc7d0c Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging by Peter Maydell · 7 years ago
  31. b35ebdf migration: add postcopy migration of dirty bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
  32. c865d84 migration: add is_active_iterate handler by Vladimir Sementsov-Ogievskiy · 7 years ago
  33. 4799502 migration: introduce postcopy-only pending by Vladimir Sementsov-Ogievskiy · 7 years ago
  34. 377b21c replay: fix save/load vm for non-empty queue by Pavel Dovgalyuk · 7 years ago
  35. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  36. 3e0c805 migration: pass MigrationState to migrate_init() by Peter Xu · 7 years ago
  37. 7a9ddfb migration: better error handling with QEMUFile by Peter Xu · 7 years ago
  38. 96994fd migration/xen: Check return value of qemu_fclose by Ross Lagerwall · 7 years ago
  39. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  40. 875fcd0 migration: incoming postcopy advise sanity checks by Greg Kurz · 7 years ago
  41. 032b79f migration: Don't leak IO channels by Ross Lagerwall · 7 years ago
  42. ee555cd migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 by Daniel Henrique Barboza · 7 years ago
  43. 5d6c599 migration, xen: Fix block image lock issue on live migration by Anthony PERARD · 7 years ago
  44. 2b624fe block: Add errp to bdrv_all_goto_snapshot() by Kevin Wolf · 7 years ago
  45. 687433f migration: Route errors up through vmstate_save by Dr. David Alan Gilbert · 8 years ago
  46. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 8 years ago
  47. d7651f1 migration: pass MigrationIncomingState* into migration check functions by Alexey Perevalov · 8 years ago
  48. 58110f0 migration: split common postcopy out of ram postcopy by Vladimir Sementsov-Ogievskiy · 8 years ago
  49. c646762 migration: add has_postcopy savevm handler by Vladimir Sementsov-Ogievskiy · 8 years ago
  50. c232bf5 migration: Report when bdrv_inactivate_all fails by Dr. David Alan Gilbert · 8 years ago
  51. acb5ea8 migration: Create load_setup()/cleanup() methods by Juan Quintela · 8 years ago
  52. 70f794f migration: Rename cleanup() to save_cleanup() by Juan Quintela · 8 years ago
  53. 9907e84 migration: Rename save_live_setup() to save_setup() by Juan Quintela · 8 years ago
  54. 4ffdb33 migration: merge enforce_config_section somewhat by Peter Xu · 8 years ago
  55. 15c3850 migration: move skip_section_footers by Peter Xu · 8 years ago
  56. 71dd4c1 migration: move skip_configuration out by Peter Xu · 8 years ago
  57. 3df663e migration: move only_migratable to MigrationState by Peter Xu · 8 years ago
  58. 1575829 migration: hold AioContext lock for loadvm qemu_fclose() by Stefan Hajnoczi · 8 years ago
  59. 8649f2f migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all() by Stefan Hajnoczi · 8 years ago
  60. 17e2a4a migration: avoid recursive AioContext locking in save_vmstate() by Stefan Hajnoczi · 8 years ago
  61. a1fbe75 migration: Fix race of image locking between src and dst by Fam Zheng · 8 years ago
  62. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  63. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  64. 84a899d migration: create global_state.c by Juan Quintela · 8 years ago
  65. f2a8f0a migration: Split registration functions from vmstate.h by Juan Quintela · 8 years ago
  66. f8d806c migration: Move self_announce_delay() to misc.h by Juan Quintela · 8 years ago
  67. eefff99 qemu/migration: fix the double free problem on from_src_file by QingFeng Hao · 8 years ago
  68. 75e972d migration: Mark CPU states dirty before incoming migration/loadvm by David Gibson · 8 years ago
  69. 1b6e748 migration: remove register_savevm() by Laurent Vivier · 8 years ago
  70. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  71. 5e22479 migration: Create include for migration snapshots by Juan Quintela · 8 years ago
  72. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  73. 3a011c2 migration: Remove section_id parameter from vmstate_load by Juan Quintela · 8 years ago
  74. c2355ad migration: loadvm handlers are not used by Juan Quintela · 8 years ago
  75. 0f42f65 migration: Use savevm_handlers instead of loadvm copy by Juan Quintela · 8 years ago
  76. 20a519a migration: Create savevm.h for functions exported from savevm.c by Juan Quintela · 8 years ago
  77. d0eda02 Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging by Stefan Hajnoczi · 8 years ago
  78. aedbe19 shutdown: Prepare for use of an enum in reset/shutdown_request by Eric Blake · 8 years ago
  79. 46d702b migration: Make savevm.c target independent by Juan Quintela · 8 years ago
  80. 5118042 exec: Create include for target_page_size() by Juan Quintela · 8 years ago
  81. 40014d8 migration: Export qemu-file-channel.c functions in its own file by Juan Quintela · 8 years ago
  82. a0762d9 migration: Remove old MigrationParams by Juan Quintela · 8 years ago
  83. ce7c817 migration: Remove use of old MigrationParams by Juan Quintela · 8 years ago
  84. 1bfe5f0 migration: Move check_migratable() into qdev.c by Juan Quintela · 8 years ago
  85. 927d663 migration: Pass Error ** argument to {save,load}_vmstate by Juan Quintela · 8 years ago
  86. 4417ab7 block: New BdrvChildRole.activate() for blk_resume_after_migration() by Kevin Wolf · 8 years ago
  87. ace21a5 migration: Unify block node activation error handling by Kevin Wolf · 8 years ago
  88. 4aee86c Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging by Stefan Hajnoczi · 8 years ago
  89. be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
  90. 6683061 monitor: Move hmp_info_snapshots from savevm.c to hmp.c by Juan Quintela · 8 years ago
  91. d905bb7 monitor: Move hmp_delvm from savevm.c to hmp.c by Juan Quintela · 8 years ago
  92. d9c7d13 monitor: Move hmp_savevm from savevm.c to hmp.c by Juan Quintela · 8 years ago
  93. c34c2f3 monitor: Remove monitor parameter from save_vmstate by Juan Quintela · 8 years ago
  94. 0042fd3 migration: Call blk_resume_after_migration() for postcopy by Kevin Wolf · 8 years ago
  95. faec066 migration: rename max_size to threshold_size by Peter Xu · 8 years ago
  96. aaa2064 ram: ram_discard_range() don't use the mis parameter by Juan Quintela · 8 years ago
  97. 20afaed ram: Rename qemu_target_page_bits() to qemu_target_page_size() by Juan Quintela · 8 years ago
  98. 5727309 migration: Remove MigrationState from migration_in_postcopy by Juan Quintela · 8 years ago
  99. e8ca1db postcopy: Transmit ram size summary word by Dr. David Alan Gilbert · 8 years ago
  100. f9c8caa migration: fix use-after-free of to_dst_file by Vladimir Sementsov-Ogievskiy · 8 years ago