1. 26daeba migration/savevm: release gslist after dump_vmstate_json by Pan Nengyuan · 5 years ago
  2. d05de9e migration: Optimization about wait-unplug migration state by Keqian Zhu · 5 years ago
  3. 392d87e migration: Create migration_is_running() by Juan Quintela · 5 years ago
  4. 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
  5. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  6. 174723f migration: savevm_state_handler_insert: constant-time element insertion by Scott Cheloha · 5 years ago
  7. bd5de61 migration: add savevm_state_handler_remove() by Scott Cheloha · 5 years ago
  8. 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 6 years ago
  9. 284f42a net/virtio: fix dev_unplug_pending by Jens Freimann · 5 years ago
  10. c7e0acd migration: add new migration state wait-unplug by Jens Freimann · 5 years ago
  11. 0197d89 migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING by Wei Yang · 5 years ago
  12. 2a7eb14 migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup by Wei Yang · 5 years ago
  13. 2d49bac migration/postcopy: postpone setting PostcopyState to END by Wei Yang · 5 years ago
  14. 2a461c2 migration/postcopy: mis->have_listen_thread check will never be touched by Wei Yang · 5 years ago
  15. 4991f30 migration: report SaveStateEntry id and name on failure by Wei Yang · 5 years ago
  16. 9149058 migration: fix vmdesc leak on vmstate_save() error by Marc-André Lureau · 5 years ago
  17. b9d68df migration: Add validate-uuid capability by Yury Kotov · 5 years ago
  18. ce62df5 migration: register_savevm_live doesn't need dev by Dr. David Alan Gilbert · 6 years ago
  19. cea3b4c migration: cleanup check on ops in savevm.handlers iterations by Wei Yang · 6 years ago
  20. 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
  21. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  22. 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
  23. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  24. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  25. 1ce5426 migration/postcopy: use mis->bh instead of allocating a QEMUBH by Wei Yang · 6 years ago
  26. 87f3bd8 migration: always initialise ram_counters for a new migration by Ivan Ren · 6 years ago
  27. 4695ce3 migration: equation is more proper than and to check LOADVM_QUIT by Wei Yang · 6 years ago
  28. 305b6f8 migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_advise() by Wei Yang · 6 years ago
  29. e326767 migration/savevm: move non SaveStateEntry condition check out of iteration by Wei Yang · 6 years ago
  30. 622a80c migration/savevm: split qemu_savevm_state_complete_precopy() into two parts by Wei Yang · 6 years ago
  31. 4e455d5 migration/savevm: flush file for iterable_only case by Wei Yang · 6 years ago
  32. 3d661c8 migration: Add error_desc for file channel errors by Yury Kotov · 6 years ago
  33. 40277ca migration/postcopy: remove redundant cpu_synchronize_all_post_init by Wei Yang · 6 years ago
  34. 16015d3 migration/savevm: wrap into qemu_loadvm_state_header() by Wei Yang · 6 years ago
  35. 9e14b84 migration/savevm: load_header before load_setup by Wei Yang · 6 years ago
  36. 5351e69 migration/savevm: remove duplicate check of migration_is_blocked by Wei Yang · 6 years ago
  37. aded9df migration: savevm: fix error code with migration blockers by Cole Robinson · 6 years ago
  38. a94cd7b migration: not necessary to check ops again by Wei Yang · 6 years ago
  39. 811f865 Revert "migration: move only_migratable to MigrationState" by Markus Armbruster · 6 years ago
  40. bd22706 migration/ram.c: add a notifier chain for precopy by Wei Wang · 6 years ago
  41. 6cafc8e migration: Add capabilities validation by Yury Kotov · 6 years ago
  42. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  43. de22ded vmstate: constify SaveVMHandlers by Marc-André Lureau · 6 years ago
  44. 91b02dc migration: add more error handling for postcopy_ram_enable_notify by Fei Li · 6 years ago
  45. 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
  46. 5aaac46 migration: savevm: consult migration blockers by Paolo Bonzini · 6 years ago
  47. 3d63da1 migration: avoid segmentfault when take a snapshot of a VM which being migrated by Jia Lina · 6 years ago
  48. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  49. 4dd32b3 migration: Fix !replay_can_snapshot() error handling by Markus Armbruster · 6 years ago
  50. 3f6df99 savevm: split the process of different stages for loadvm/savevm by Zhang Chen · 6 years ago
  51. 13af18f COLO: Load dirty pages into SVM's RAM cache firstly by Zhang Chen · 6 years ago
  52. aad555c COLO: Remove colo_state migration struct by Zhang Chen · 6 years ago
  53. 096c83b migration: cleanup in error paths in loadvm by Dr. David Alan Gilbert · 6 years ago
  54. 9cf4bb8 migration/postcopy: Clear have_listen_thread by Dr. David Alan Gilbert · 6 years ago
  55. 827beac Add a hint message to loadvm and exits on failure by Jose Ricardo Ziviani · 6 years ago
  56. 74637e6 migration: implement bi-directional RDMA QIOChannel by Lidong Chen · 7 years ago
  57. 858b6d6 migration: reorder MIG_CMD_POSTCOPY_RESUME by Peter Xu · 7 years ago
  58. fd037a6 migration: loosen recovery check when load vm by Peter Xu · 7 years ago
  59. eed1cc7 migration: delay postcopy paused state by Peter Xu · 7 years ago
  60. b74588a Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' into staging by Peter Maydell · 7 years ago
  61. b895de5 migration: discard non-migratable RAMBlocks by Cédric Le Goater · 7 years ago
  62. 83ee768 migration: drop an unused include by Michael S. Tsirkin · 7 years ago
  63. 02affd4 qmp/migration: new command migrate-recover by Peter Xu · 7 years ago
  64. d1b8ead migration: introduce SaveVMHandlers.resume_prepare by Peter Xu · 7 years ago
  65. 13955b8 migration: new message MIG_RP_MSG_RESUME_ACK by Peter Xu · 7 years ago
  66. 3f5875e migration: new cmd MIG_CMD_POSTCOPY_RESUME by Peter Xu · 7 years ago
  67. a335deb migration: new message MIG_RP_MSG_RECV_BITMAP by Peter Xu · 7 years ago
  68. f25d422 migration: new cmd MIG_CMD_RECV_BITMAP by Peter Xu · 7 years ago
  69. 3a7804c migration: allow fault thread to pause by Peter Xu · 7 years ago
  70. b411b84 migration: allow dst vm pause on postcopy by Peter Xu · 7 years ago
  71. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  72. 6864a7b vhost+postcopy: Transmit 'listen' to slave by Dr. David Alan Gilbert · 7 years ago
  73. d3dff7a vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message by Dr. David Alan Gilbert · 7 years ago
  74. 9cc7d0c Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging by Peter Maydell · 7 years ago
  75. b35ebdf migration: add postcopy migration of dirty bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
  76. c865d84 migration: add is_active_iterate handler by Vladimir Sementsov-Ogievskiy · 7 years ago
  77. 4799502 migration: introduce postcopy-only pending by Vladimir Sementsov-Ogievskiy · 7 years ago
  78. 377b21c replay: fix save/load vm for non-empty queue by Pavel Dovgalyuk · 7 years ago
  79. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  80. 3e0c805 migration: pass MigrationState to migrate_init() by Peter Xu · 7 years ago
  81. 7a9ddfb migration: better error handling with QEMUFile by Peter Xu · 7 years ago
  82. 96994fd migration/xen: Check return value of qemu_fclose by Ross Lagerwall · 7 years ago
  83. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  84. 875fcd0 migration: incoming postcopy advise sanity checks by Greg Kurz · 7 years ago
  85. 032b79f migration: Don't leak IO channels by Ross Lagerwall · 7 years ago
  86. ee555cd migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32 by Daniel Henrique Barboza · 7 years ago
  87. 5d6c599 migration, xen: Fix block image lock issue on live migration by Anthony PERARD · 7 years ago
  88. 2b624fe block: Add errp to bdrv_all_goto_snapshot() by Kevin Wolf · 7 years ago
  89. 687433f migration: Route errors up through vmstate_save by Dr. David Alan Gilbert · 7 years ago
  90. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  91. d7651f1 migration: pass MigrationIncomingState* into migration check functions by Alexey Perevalov · 7 years ago
  92. 58110f0 migration: split common postcopy out of ram postcopy by Vladimir Sementsov-Ogievskiy · 8 years ago
  93. c646762 migration: add has_postcopy savevm handler by Vladimir Sementsov-Ogievskiy · 8 years ago
  94. c232bf5 migration: Report when bdrv_inactivate_all fails by Dr. David Alan Gilbert · 8 years ago
  95. acb5ea8 migration: Create load_setup()/cleanup() methods by Juan Quintela · 8 years ago
  96. 70f794f migration: Rename cleanup() to save_cleanup() by Juan Quintela · 8 years ago
  97. 9907e84 migration: Rename save_live_setup() to save_setup() by Juan Quintela · 8 years ago
  98. 4ffdb33 migration: merge enforce_config_section somewhat by Peter Xu · 8 years ago
  99. 15c3850 migration: move skip_section_footers by Peter Xu · 8 years ago
  100. 71dd4c1 migration: move skip_configuration out by Peter Xu · 8 years ago