1. 4746dbf migration: Support QLIST migration by Eric Auger · 5 years ago
  2. 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
  3. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  4. 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 5 years ago
  5. 107b596 vmstate: add qom interface to get id by Marc-André Lureau · 5 years ago
  6. c7e0acd migration: add new migration state wait-unplug by Jens Freimann · 5 years ago
  7. 9a85e4b migration: Support gtree migration by Eric Auger · 5 years ago
  8. 8f8d528 migration: use migration_is_active to represent active state by Wei Yang · 6 years ago
  9. ce62df5 migration: register_savevm_live doesn't need dev by Dr. David Alan Gilbert · 6 years ago
  10. 95a9457 Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging by Peter Maydell · 6 years ago
  11. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  12. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  13. 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 6 years ago
  14. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 6 years ago
  15. ca77ee2 Include migration/qemu-file-types.h a lot less by Markus Armbruster · 6 years ago
  16. 2ae16a6 Include generated QAPI headers less by Markus Armbruster · 6 years ago
  17. ec150c7 include: Make headers more self-contained by Markus Armbruster · 6 years ago
  18. 3170a64 qemu-file: move qemu_{get,put}_counted_string() declarations by Marc-André Lureau · 6 years ago
  19. 0c413ba vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros by Peter Maydell · 6 years ago
  20. 6cfd763 vmstate: Add support for kernel integer types by Liran Alon · 6 years ago
  21. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  22. 9c16abc migration/colo.h: Remove obsolete codes by Zhang Chen · 6 years ago
  23. c0913d1 migration/colo.c: Remove redundant input parameter by Zhang Chen · 6 years ago
  24. 772c621 migration: comment VMSTATE_UNUSED*() properly by Peter Xu · 6 years ago
  25. 58ea30f Clean up header guards that don't match their file name by Markus Armbruster · 6 years ago
  26. d890344 slirp: use libslirp migration code by Marc-André Lureau · 6 years ago
  27. 6eeb63f migration/ram.c: add the free page optimization enable flag by Wei Wang · 6 years ago
  28. bd22706 migration/ram.c: add a notifier chain for precopy by Wei Wang · 6 years ago
  29. 6bcb05f migration: API to clear bits of guest free pages from the dirty bitmap by Wei Wang · 6 years ago
  30. 892ae71 migration: Cleanup during exit by Dr. David Alan Gilbert · 6 years ago
  31. 7659505 migration: Switch to using announce timer by Dr. David Alan Gilbert · 6 years ago
  32. ee3d96b migration: Add announce parameters by Dr. David Alan Gilbert · 6 years ago
  33. 8e995f3 migration: Add a VMSTATE_BOOL_TEST() macro by Corey Minyard · 6 years ago
  34. de22ded vmstate: constify SaveVMHandlers by Marc-André Lureau · 6 years ago
  35. 8c07559 migration: Add post_save function to VMStateDescription by Aaron Lindsay · 6 years ago
  36. 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
  37. aad555c COLO: Remove colo_state migration struct by Zhang Chen · 6 years ago
  38. 0ffcece colo-compare: implement the process of checkpoint by Zhang Chen · 6 years ago
  39. b77473a vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY by Luc Michel · 7 years ago
  40. ea134ca typedefs: add QJSON by Greg Kurz · 7 years ago
  41. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  42. afd76ff Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  43. 83ee768 migration: drop an unused include by Michael S. Tsirkin · 7 years ago
  44. 2dc6660 vmstate: Add a VSTRUCT type by Corey Minyard · 7 years ago
  45. e0a37e2 vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY by Peter Maydell · 7 years ago
  46. d1b8ead migration: introduce SaveVMHandlers.resume_prepare by Peter Xu · 7 years ago
  47. b35ebdf migration: add postcopy migration of dirty bitmaps by Vladimir Sementsov-Ogievskiy · 7 years ago
  48. c865d84 migration: add is_active_iterate handler by Vladimir Sementsov-Ogievskiy · 7 years ago
  49. 4799502 migration: introduce postcopy-only pending by Vladimir Sementsov-Ogievskiy · 7 years ago
  50. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  51. b734ed9 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  52. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  53. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  54. 9d6b9db pci/bus: let it has higher migration priority by Peter Xu · 7 years ago
  55. a006f12 vmstate: Add VMSTATE_UINT64_SUB_ARRAY by Richard Henderson · 7 years ago
  56. 1f89560 migration: finalize current_migration object by Vladimir Sementsov-Ogievskiy · 7 years ago
  57. 551dbd0 migration: check pre_save return in vmstate_save_state by Dr. David Alan Gilbert · 7 years ago
  58. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  59. c646762 migration: add has_postcopy savevm handler by Vladimir Sementsov-Ogievskiy · 8 years ago
  60. fd198f9 migration: remove check against colo support by Peter Xu · 8 years ago
  61. acb5ea8 migration: Create load_setup()/cleanup() methods by Juan Quintela · 8 years ago
  62. 70f794f migration: Rename cleanup() to save_cleanup() by Juan Quintela · 8 years ago
  63. 9907e84 migration: Rename save_live_setup() to save_setup() by Juan Quintela · 8 years ago
  64. b605c47 migration: fix handling for --only-migratable by Peter Xu · 8 years ago
  65. d2164ad vmstate: error hint for failed equal checks by Halil Pasic · 8 years ago
  66. 9d18af9 migration: hmp: dump globals by Peter Xu · 8 years ago
  67. 15c3850 migration: move skip_section_footers by Peter Xu · 8 years ago
  68. 71dd4c1 migration: move skip_configuration out by Peter Xu · 8 years ago
  69. 3df663e migration: move only_migratable to MigrationState by Peter Xu · 8 years ago
  70. 5272298 migration: move global_state.optional out by Peter Xu · 8 years ago
  71. e5cb7e7 migration: let MigrationState be a qdev by Peter Xu · 8 years ago
  72. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  73. 68a4a2f migration: Fix compilation with older compilers by Juan Quintela · 8 years ago
  74. 252a7a6 hw/intc/arm_gicv3_its: Allow save/restore by Eric Auger · 8 years ago
  75. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  76. c4b63b7 migration: Move remaining exported functions to migration/misc.h by Juan Quintela · 8 years ago
  77. 84a899d migration: create global_state.c by Juan Quintela · 8 years ago
  78. 2ce3bf1 migration: ram_control_* are implemented in qemu_file by Juan Quintela · 8 years ago
  79. da6f179 migration: Commands are only used inside migration.c by Juan Quintela · 8 years ago
  80. c3d2e2e migration: Move constants to savevm.h by Juan Quintela · 8 years ago
  81. b772274 migration: Move dump_vmsate_json_to_file() to misc.h by Juan Quintela · 8 years ago
  82. f2a8f0a migration: Split registration functions from vmstate.h by Juan Quintela · 8 years ago
  83. f8d806c migration: Move self_announce_delay() to misc.h by Juan Quintela · 8 years ago
  84. 1b6e748 migration: remove register_savevm() by Laurent Vivier · 8 years ago
  85. 2c9e6fe migration: Move include/migration/block.h into migration/ by Juan Quintela · 8 years ago
  86. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  87. 5e22479 migration: Create include for migration snapshots by Juan Quintela · 8 years ago
  88. e1a3ece migration: Export rdma.c functions in its own file by Juan Quintela · 8 years ago
  89. 41d6422 migration: Export tls.c functions in its own file by Juan Quintela · 8 years ago
  90. 61e8b14 migration: Export socket.c functions in its own file by Juan Quintela · 8 years ago
  91. 7fcac4a migration: Export fd.c functions in its own file by Juan Quintela · 8 years ago
  92. f4dbe1b migration: Export exec.c functions in its own file by Juan Quintela · 8 years ago
  93. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  94. c2355ad migration: loadvm handlers are not used by Juan Quintela · 8 years ago
  95. 987772d migration: Remove vmstate.h from migration.h by Juan Quintela · 8 years ago
  96. 82b9d0f migration: Remove qemu-file.h from vmstate.h by Juan Quintela · 8 years ago
  97. 05b98c2 migration: Move qjson.h to migration/ by Juan Quintela · 8 years ago
  98. c59be01 migration: Remove migration.h from colo.h by Juan Quintela · 8 years ago
  99. 40014d8 migration: Export qemu-file-channel.c functions in its own file by Juan Quintela · 8 years ago
  100. dd4339c migration: Split migration/channel.c for channel operations by Juan Quintela · 8 years ago