1. 01b601f Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' into staging by Peter Maydell · 8 years ago
  2. 6f01f13 migration: set name for all I/O channels created by Daniel P. Berrange · 8 years ago
  3. 59811a3 migration/savevm.c: migrate non-default page size by Peter Maydell · 8 years ago
  4. ccb783c migration: Make failed migration load set file error by Dr. David Alan Gilbert · 8 years ago
  5. 0c204cc hmp: show all of snapshot info on every block dev in output of 'info snapshots' by Lin Ma · 8 years ago
  6. 3a1ee71 hmp: use snapshot name to determine whether a snapshot is 'fully available' by Lin Ma · 8 years ago
  7. 6dcf666 migration: fix inability to save VM after snapshot by Denis V. Lunev · 9 years ago
  8. 4d88513 migration: Don't use *_to_cpup() and cpu_to_*w() by Peter Maydell · 9 years ago
  9. 88c1656 Introduce "xen-load-devices-state" by Wen Congyang · 9 years ago
  10. 11808bb migration: remove support for non-iovec based write handlers by Daniel P. Berrange · 9 years ago
  11. 8925839 migration: convert savevm to use QIOChannel for writing to files by Daniel P. Berrange · 9 years ago
  12. 61b67d4 migration: convert post-copy to use QIOChannelBuffer by Daniel P. Berrange · 9 years ago
  13. 9969436 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging by Peter Maydell · 9 years ago
  14. 24f3902 savevm: fail if migration blockers are present by Greg Kurz · 9 years ago
  15. fa53a0e memory: drop find_ram_block() by Gonglei · 9 years ago
  16. b72fe9e migration/qjson: Drop gratuitous use of QOM by Markus Armbruster · 9 years ago
  17. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  18. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  19. a587a3f postcopy: listen thread is never joined by Dr. David Alan Gilbert · 9 years ago
  20. 8646992 migration: fix use-after-free in loadvm_postcopy_handle_run_bh by Denis V. Lunev · 9 years ago
  21. 902c053 migration: allow machine to enforce configuration section migration by Greg Kurz · 9 years ago
  22. ea6a55b migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context by Denis V. Lunev · 9 years ago
  23. bdf46d6 migration: reorder code to make it symmetric by Wei Yang · 9 years ago
  24. 15d6169 migration: fix bad string passed to error_report() by Greg Kurz · 9 years ago
  25. fb3520a savevm: Split load vm state function qemu_loadvm_state by zhanghailiang · 9 years ago
  26. 89a02a9 migration: rename 'file' in MigrationState to 'to_dst_file' by zhanghailiang · 9 years ago
  27. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  28. 17c8a21 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging by Peter Maydell · 9 years ago
  29. 9af9e0f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 9 years ago
  30. d410fe1 migration: Use error_reportf_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  31. 193227f error: Use error_report_err() instead of monitor_printf() by Markus Armbruster · 9 years ago
  32. 6ba996b Postcopy: Send events/change state on incoming side by Dr. David Alan Gilbert · 9 years ago
  33. 79b3c12 migration: normalize locking in migration/savevm.c by Denis V. Lunev · 9 years ago
  34. 7cb1448 migration: implement bdrv_all_find_vmstate_bs helper by Denis V. Lunev · 9 years ago
  35. 0b46160 migration: reorder processing in hmp_savevm by Denis V. Lunev · 9 years ago
  36. a9085f9 snapshot: create bdrv_all_create_snapshot helper by Denis V. Lunev · 9 years ago
  37. c6258b0 migration: drop find_vmstate_bs check in hmp_delvm by Denis V. Lunev · 9 years ago
  38. 723ccda snapshot: create bdrv_all_find_snapshot helper by Denis V. Lunev · 9 years ago
  39. 849f96e migration: factor our snapshottability check in load_vmstate by Denis V. Lunev · 9 years ago
  40. 4c1cdba snapshot: create bdrv_all_goto_snapshot helper by Denis V. Lunev · 9 years ago
  41. 9b00ea3 snapshot: create bdrv_all_delete_snapshot helper by Denis V. Lunev · 9 years ago
  42. e9ff957 snapshot: create helper to test that block drivers supports snapshots by Denis V. Lunev · 9 years ago
  43. 1c0d249 Finish non-postcopiable iterative devices before package by Dr. David Alan Gilbert · 9 years ago
  44. 15b3b8e migration: qemu_savevm_state_cleanup becomes mandatory operation by Denis V. Lunev · 9 years ago
  45. f952710 Postcopy: Mark nohugepage before discard by Dr. David Alan Gilbert · 9 years ago
  46. 27c6825 postcopy: Wire up loadvm_postcopy_handle_ commands by Dr. David Alan Gilbert · 9 years ago
  47. c76201a Start up a postcopy/listener thread ready for incoming page data by Dr. David Alan Gilbert · 9 years ago
  48. 35ecd94 Don't iterate on precopy-only devices during postcopy by Dr. David Alan Gilbert · 9 years ago
  49. f0a227a postcopy: ram_enable_notify to switch on userfault by Dr. David Alan Gilbert · 9 years ago
  50. 1caddf8 postcopy: Incoming initialisation by Dr. David Alan Gilbert · 9 years ago
  51. e0b266f migration_completion: Take current state by Dr. David Alan Gilbert · 9 years ago
  52. 763c906 Add qemu_savevm_state_complete_postcopy by Dr. David Alan Gilbert · 9 years ago
  53. 8421b20 Avoid sending vmdescription during postcopy by Dr. David Alan Gilbert · 9 years ago
  54. eb59db5 postcopy: OS support test by Dr. David Alan Gilbert · 9 years ago
  55. c31b098 Modify save_live_pending for postcopy by Dr. David Alan Gilbert · 9 years ago
  56. 11cf1d9 MIG_CMD_PACKAGED: Send a packaged chunk of migration stream by Dr. David Alan Gilbert · 9 years ago
  57. 093e3c4 Add wrappers and handlers for sending/receiving the postcopy-ram migration messages. by Dr. David Alan Gilbert · 9 years ago
  58. 7b89bf2 Rework loadvm path for subloops by Dr. David Alan Gilbert · 9 years ago
  59. 6decec9 Return path: Send responses from destination to source by Dr. David Alan Gilbert · 9 years ago
  60. 2e37701 Return path: Control commands by Dr. David Alan Gilbert · 9 years ago
  61. c76ca18 Migration commands by Dr. David Alan Gilbert · 9 years ago
  62. a3e06c3 Rename save_live_complete to save_live_complete_precopy by Dr. David Alan Gilbert · 9 years ago
  63. aefeb18 migrate_init: Call from savevm by Dr. David Alan Gilbert · 9 years ago
  64. 172dfd4 Move configuration section writing by Dr. David Alan Gilbert · 9 years ago
  65. d1a8548 migration: rename cancel to cleanup in SaveVMHandles by Liang Li · 9 years ago
  66. ea7415f migration: rename qemu_savevm_state_cancel by Liang Li · 9 years ago
  67. 97f3ad3 migration: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  68. a202a4c migration: size_t'ify some of qemu-file by Dr. David Alan Gilbert · 9 years ago
  69. ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 9 years ago
  70. c69adea migration: Fix global state with Xen. by Anthony PERARD · 9 years ago
  71. 560d027 migration: We also want to store the global state for savevm by Juan Quintela · 9 years ago
  72. 59f39a4 check_section_footers: Check the correct section_id by Dr. David Alan Gilbert · 9 years ago
  73. 61964c2 migration: Add configuration section by Juan Quintela · 10 years ago
  74. df89615 vmstate: Create optional sections by Juan Quintela · 10 years ago
  75. 1aca9a5 Only try and read a VMDescription if it should be there by Dr. David Alan Gilbert · 9 years ago
  76. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  77. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  78. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  79. f68945d Add a protective section footer by Dr. David Alan Gilbert · 10 years ago
  80. 37fb569 Disable section footers on older machine types by Dr. David Alan Gilbert · 10 years ago
  81. ce39bfc Merge section header writing by Dr. David Alan Gilbert · 10 years ago
  82. 1a8f46f Move loadvm_handlers into MigrationIncomingState by Dr. David Alan Gilbert · 10 years ago
  83. bca7856 Create MigrationIncomingState by Dr. David Alan Gilbert · 10 years ago
  84. f796baa Split header writing out of qemu_savevm_state_begin by Dr. David Alan Gilbert · 10 years ago
  85. b3af1bc Add qemu_get_counted_string to read a string prefixed by a count byte by Dr. David Alan Gilbert · 10 years ago
  86. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  87. 0163a2e migration: create savevm_state by Juan Quintela · 10 years ago
  88. 76cc7b5 migration: Add myself to the copyright list of both files by Juan Quintela · 10 years ago
  89. c3049a5 migration: move savevm.c inside migration/ by Juan Quintela · 10 years ago[Renamed from savevm.c]
  90. d8e3b72 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago