1. c232bf5 migration: Report when bdrv_inactivate_all fails by Dr. David Alan Gilbert · 8 years ago
  2. acb5ea8 migration: Create load_setup()/cleanup() methods by Juan Quintela · 8 years ago
  3. 70f794f migration: Rename cleanup() to save_cleanup() by Juan Quintela · 8 years ago
  4. 9907e84 migration: Rename save_live_setup() to save_setup() by Juan Quintela · 8 years ago
  5. 4ffdb33 migration: merge enforce_config_section somewhat by Peter Xu · 8 years ago
  6. 15c3850 migration: move skip_section_footers by Peter Xu · 8 years ago
  7. 71dd4c1 migration: move skip_configuration out by Peter Xu · 8 years ago
  8. 3df663e migration: move only_migratable to MigrationState by Peter Xu · 8 years ago
  9. 1575829 migration: hold AioContext lock for loadvm qemu_fclose() by Stefan Hajnoczi · 8 years ago
  10. 8649f2f migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all() by Stefan Hajnoczi · 8 years ago
  11. 17e2a4a migration: avoid recursive AioContext locking in save_vmstate() by Stefan Hajnoczi · 8 years ago
  12. a1fbe75 migration: Fix race of image locking between src and dst by Fam Zheng · 8 years ago
  13. 1adc1ce migration: Remove unneeded includes by Juan Quintela · 8 years ago
  14. 6666c96 migration: Move migration.h to migration/ by Juan Quintela · 8 years ago
  15. 84a899d migration: create global_state.c by Juan Quintela · 8 years ago
  16. f2a8f0a migration: Split registration functions from vmstate.h by Juan Quintela · 8 years ago
  17. f8d806c migration: Move self_announce_delay() to misc.h by Juan Quintela · 8 years ago
  18. eefff99 qemu/migration: fix the double free problem on from_src_file by QingFeng Hao · 8 years ago
  19. 75e972d migration: Mark CPU states dirty before incoming migration/loadvm by David Gibson · 8 years ago
  20. 1b6e748 migration: remove register_savevm() by Laurent Vivier · 8 years ago
  21. 7b1e1a2 migration: Export ram.c functions in its own file by Juan Quintela · 8 years ago
  22. 5e22479 migration: Create include for migration snapshots by Juan Quintela · 8 years ago
  23. 08a0aee migration: Split qemu-file.h by Juan Quintela · 8 years ago
  24. 3a011c2 migration: Remove section_id parameter from vmstate_load by Juan Quintela · 8 years ago
  25. c2355ad migration: loadvm handlers are not used by Juan Quintela · 8 years ago
  26. 0f42f65 migration: Use savevm_handlers instead of loadvm copy by Juan Quintela · 8 years ago
  27. 20a519a migration: Create savevm.h for functions exported from savevm.c by Juan Quintela · 8 years ago
  28. d0eda02 Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging by Stefan Hajnoczi · 8 years ago
  29. aedbe19 shutdown: Prepare for use of an enum in reset/shutdown_request by Eric Blake · 8 years ago
  30. 46d702b migration: Make savevm.c target independent by Juan Quintela · 8 years ago
  31. 5118042 exec: Create include for target_page_size() by Juan Quintela · 8 years ago
  32. 40014d8 migration: Export qemu-file-channel.c functions in its own file by Juan Quintela · 8 years ago
  33. a0762d9 migration: Remove old MigrationParams by Juan Quintela · 8 years ago
  34. ce7c817 migration: Remove use of old MigrationParams by Juan Quintela · 8 years ago
  35. 1bfe5f0 migration: Move check_migratable() into qdev.c by Juan Quintela · 8 years ago
  36. 927d663 migration: Pass Error ** argument to {save,load}_vmstate by Juan Quintela · 8 years ago
  37. 4417ab7 block: New BdrvChildRole.activate() for blk_resume_after_migration() by Kevin Wolf · 8 years ago
  38. ace21a5 migration: Unify block node activation error handling by Kevin Wolf · 8 years ago
  39. 4aee86c Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging by Stefan Hajnoczi · 8 years ago
  40. be07b0a migration: Move postcopy-ram.h to migration/ by Juan Quintela · 8 years ago
  41. 6683061 monitor: Move hmp_info_snapshots from savevm.c to hmp.c by Juan Quintela · 8 years ago
  42. d905bb7 monitor: Move hmp_delvm from savevm.c to hmp.c by Juan Quintela · 8 years ago
  43. d9c7d13 monitor: Move hmp_savevm from savevm.c to hmp.c by Juan Quintela · 8 years ago
  44. c34c2f3 monitor: Remove monitor parameter from save_vmstate by Juan Quintela · 8 years ago
  45. 0042fd3 migration: Call blk_resume_after_migration() for postcopy by Kevin Wolf · 8 years ago
  46. faec066 migration: rename max_size to threshold_size by Peter Xu · 8 years ago
  47. aaa2064 ram: ram_discard_range() don't use the mis parameter by Juan Quintela · 8 years ago
  48. 20afaed ram: Rename qemu_target_page_bits() to qemu_target_page_size() by Juan Quintela · 8 years ago
  49. 5727309 migration: Remove MigrationState from migration_in_postcopy by Juan Quintela · 8 years ago
  50. e8ca1db postcopy: Transmit ram size summary word by Dr. David Alan Gilbert · 8 years ago
  51. f9c8caa migration: fix use-after-free of to_dst_file by Vladimir Sementsov-Ogievskiy · 8 years ago
  52. 128e4e1 migration: fix id leak regression by Marc-André Lureau · 8 years ago
  53. 59046ec migration: consolidate VMStateField.start by Halil Pasic · 8 years ago
  54. 328d4d8 Postcopy: Reset state to avoid cleanup assert by Dr. David Alan Gilbert · 8 years ago
  55. 581f08b migration: Check for ID length by Dr. David Alan Gilbert · 8 years ago
  56. bc5c4f2 vmstate_register_with_alias_id: Take an Error ** by Dr. David Alan Gilbert · 8 years ago
  57. b4b076d migration: create Migration Incoming State at init time by Juan Quintela · 8 years ago
  58. ac8c19b savevm: add public save_vmstate function by Pavel Dovgalyuk · 8 years ago
  59. 2c21ee7 migration: extend VMStateInfo by Jianjun Duan · 8 years ago
  60. f37bc03 migration: allow to prioritize save state entries by Peter Xu · 8 years ago
  61. 01b601f Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' into staging by Peter Maydell · 8 years ago
  62. 6f01f13 migration: set name for all I/O channels created by Daniel P. Berrange · 8 years ago
  63. 59811a3 migration/savevm.c: migrate non-default page size by Peter Maydell · 8 years ago
  64. ccb783c migration: Make failed migration load set file error by Dr. David Alan Gilbert · 8 years ago
  65. 0c204cc hmp: show all of snapshot info on every block dev in output of 'info snapshots' by Lin Ma · 9 years ago
  66. 3a1ee71 hmp: use snapshot name to determine whether a snapshot is 'fully available' by Lin Ma · 9 years ago
  67. 6dcf666 migration: fix inability to save VM after snapshot by Denis V. Lunev · 9 years ago
  68. 4d88513 migration: Don't use *_to_cpup() and cpu_to_*w() by Peter Maydell · 9 years ago
  69. 88c1656 Introduce "xen-load-devices-state" by Wen Congyang · 9 years ago
  70. 11808bb migration: remove support for non-iovec based write handlers by Daniel P. Berrange · 9 years ago
  71. 8925839 migration: convert savevm to use QIOChannel for writing to files by Daniel P. Berrange · 9 years ago
  72. 61b67d4 migration: convert post-copy to use QIOChannelBuffer by Daniel P. Berrange · 9 years ago
  73. 9969436 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging by Peter Maydell · 9 years ago
  74. 24f3902 savevm: fail if migration blockers are present by Greg Kurz · 9 years ago
  75. fa53a0e memory: drop find_ram_block() by Gonglei · 9 years ago
  76. b72fe9e migration/qjson: Drop gratuitous use of QOM by Markus Armbruster · 9 years ago
  77. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  78. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  79. a587a3f postcopy: listen thread is never joined by Dr. David Alan Gilbert · 9 years ago
  80. 8646992 migration: fix use-after-free in loadvm_postcopy_handle_run_bh by Denis V. Lunev · 9 years ago
  81. 902c053 migration: allow machine to enforce configuration section migration by Greg Kurz · 9 years ago
  82. ea6a55b migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context by Denis V. Lunev · 9 years ago
  83. bdf46d6 migration: reorder code to make it symmetric by Wei Yang · 9 years ago
  84. 15d6169 migration: fix bad string passed to error_report() by Greg Kurz · 9 years ago
  85. fb3520a savevm: Split load vm state function qemu_loadvm_state by zhanghailiang · 9 years ago
  86. 89a02a9 migration: rename 'file' in MigrationState to 'to_dst_file' by zhanghailiang · 9 years ago
  87. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  88. 17c8a21 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging by Peter Maydell · 9 years ago
  89. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  90. d410fe1 migration: Use error_reportf_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  91. 193227f error: Use error_report_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  92. 6ba996b Postcopy: Send events/change state on incoming side by Dr. David Alan Gilbert · 9 years ago
  93. 79b3c12 migration: normalize locking in migration/savevm.c by Denis V. Lunev · 9 years ago
  94. 7cb1448 migration: implement bdrv_all_find_vmstate_bs helper by Denis V. Lunev · 9 years ago
  95. 0b46160 migration: reorder processing in hmp_savevm by Denis V. Lunev · 9 years ago
  96. a9085f9 snapshot: create bdrv_all_create_snapshot helper by Denis V. Lunev · 9 years ago
  97. c6258b0 migration: drop find_vmstate_bs check in hmp_delvm by Denis V. Lunev · 9 years ago
  98. 723ccda snapshot: create bdrv_all_find_snapshot helper by Denis V. Lunev · 9 years ago
  99. 849f96e migration: factor our snapshottability check in load_vmstate by Denis V. Lunev · 9 years ago
  100. 4c1cdba snapshot: create bdrv_all_goto_snapshot helper by Denis V. Lunev · 9 years ago