1. 42da555 migration: set state to post-migrate on failure by Dr. David Alan Gilbert · 9 years ago
  2. 0c204cc hmp: show all of snapshot info on every block dev in output of 'info snapshots' by Lin Ma · 9 years ago
  3. 3a1ee71 hmp: use snapshot name to determine whether a snapshot is 'fully available' by Lin Ma · 9 years ago
  4. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 9 years ago
  5. 521d47c trace: split out trace events for migration/ directory by Daniel P. Berrange · 9 years ago
  6. 0d9f9a5 migration: code clean up by Liang Li · 9 years ago
  7. 33d151f migration: refine the decompression code by Liang Li · 9 years ago
  8. a7a9a88 migration: refine the compression code by Liang Li · 9 years ago
  9. 90e56fb migration: protect the quit flag by lock by Liang Li · 9 years ago
  10. fc50438 migration: refine ram_save_compressed_page by Liang Li · 9 years ago
  11. b3be289 qemu-file: Fix qemu_put_compression_data flaw by Liang Li · 9 years ago
  12. e7bb92e migration: remove useless code by Liang Li · 9 years ago
  13. 5533b2e migration: Fix a potential issue by Liang Li · 9 years ago
  14. 73a8912 migration: Fix multi-thread compression bug by Liang Li · 9 years ago
  15. 6dcf666 migration: fix inability to save VM after snapshot by Denis V. Lunev · 9 years ago
  16. 023ad1a migration: Trace improvements by Dr. David Alan Gilbert · 9 years ago
  17. 4d88513 migration: Don't use *_to_cpup() and cpu_to_*w() by Peter Maydell · 9 years ago
  18. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  19. 22724f4 migration: rename functions to starting migrations by Daniel P. Berrange · 9 years ago
  20. 096631b Postcopy: Check for support when setting the capability by Dr. David Alan Gilbert · 9 years ago
  21. d3bf541 Postcopy: Add stats on page requests by Dr. David Alan Gilbert · 9 years ago
  22. a22463a Migration: Split out ram part of qmp_query_migrate by Dr. David Alan Gilbert · 9 years ago
  23. d688c62 Postcopy: Avoid 0 length discards by Dr. David Alan Gilbert · 9 years ago
  24. 88c1656 Introduce "xen-load-devices-state" by Wen Congyang · 9 years ago
  25. ebd2f9e migration/block: Convert saving to BlockBackend by Kevin Wolf · 9 years ago
  26. ad2964b migration/block: Convert load to BlockBackend by Kevin Wolf · 9 years ago
  27. 74021bc block: Switch bdrv_write_zeroes() to byte interface by Eric Blake · 9 years ago
  28. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  29. f615f39 exec: remove ram_addr argument from qemu_ram_block_from_host by Paolo Bonzini · 9 years ago
  30. aef11b8 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' into staging by Peter Maydell · 9 years ago
  31. 12992c1 migration: remove qemu_get_fd method from QEMUFile by Daniel P. Berrange · 9 years ago
  32. 11808bb migration: remove support for non-iovec based write handlers by Daniel P. Berrange · 9 years ago
  33. e122636 migration: add support for encrypting data with TLS by Daniel P. Berrange · 9 years ago
  34. 69ef1f3 migration: define 'tls-creds' and 'tls-hostname' migration parameters by Daniel P. Berrange · 9 years ago
  35. 2594f56 migration: don't use an array for storing migrate parameters by Daniel P. Berrange · 9 years ago
  36. a24939f migration: move definition of struct QEMUFile back into qemu-file.c by Daniel P. Berrange · 9 years ago
  37. 7fdc61c migration: delete QEMUFile stdio implementation by Daniel P. Berrange · 9 years ago
  38. 40946ae migration: delete QEMUFile sockets implementation by Daniel P. Berrange · 9 years ago
  39. 2a22b4f migration: delete QEMUSizedBuffer struct by Daniel P. Berrange · 9 years ago
  40. 8b7c5c0 migration: delete QEMUFile buffer implementation by Daniel P. Berrange · 9 years ago
  41. 8925839 migration: convert savevm to use QIOChannel for writing to files by Daniel P. Berrange · 9 years ago
  42. 6ddd2d7 migration: convert RDMA to use QIOChannel interface by Daniel P. Berrange · 9 years ago
  43. 527792f migration: convert exec socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  44. 64802ee migration: convert fd socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  45. e65c67e migration: convert tcp socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  46. 6f860ae migration: rename unix.c to socket.c by Daniel P. Berrange · 9 years ago
  47. d984464 migration: convert unix socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  48. 61b67d4 migration: convert post-copy to use QIOChannelBuffer by Daniel P. Berrange · 9 years ago
  49. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  50. 48f0748 migration: add helpers for creating QEMUFile from a QIOChannel by Daniel P. Berrange · 9 years ago
  51. a9cfeb3 migration: introduce a new QEMUFile impl based on QIOChannel by Daniel P. Berrange · 9 years ago
  52. 9e4d2b9 migration: force QEMUFile to blocking mode for outgoing migration by Daniel P. Berrange · 9 years ago
  53. 06ad513 migration: introduce set_blocking function in QEMUFileOps by Daniel P. Berrange · 9 years ago
  54. 0436e09 migration: split migration hooks out of QEMUFileOps by Daniel P. Berrange · 9 years ago
  55. baf51e7 migration: ensure qemu_fflush() always writes full data amount by Daniel P. Berrange · 9 years ago
  56. 88be7b4 block: Fix bdrv_next() memory leak by Kevin Wolf · 9 years ago
  57. 9969436 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging by Peter Maydell · 9 years ago
  58. fe904ea migration: regain control of images when migration fails to complete by Greg Kurz · 9 years ago
  59. 24f3902 savevm: fail if migration blockers are present by Greg Kurz · 9 years ago
  60. fa53a0e memory: drop find_ram_block() by Gonglei · 9 years ago
  61. d85a31d migration: Promote improved autoconverge commands out of experimental state by Jason J. Herne · 9 years ago
  62. b72fe9e migration/qjson: Drop gratuitous use of QOM by Markus Armbruster · 9 years ago
  63. 17b74b9 migration: Move qjson.[ch] to migration/ by Markus Armbruster · 9 years ago
  64. 6bd8ab6 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  65. 7c8eece block: Avoid bs->blk in bdrv_next() by Kevin Wolf · 9 years ago
  66. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  67. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  68. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  69. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  70. 0dcee62 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-7' into staging by Peter Maydell · 9 years ago
  71. 32c3db5 postcopy: Remove the x- by Dr. David Alan Gilbert · 9 years ago
  72. a587a3f postcopy: listen thread is never joined by Dr. David Alan Gilbert · 9 years ago
  73. 8646992 migration: fix use-after-free in loadvm_postcopy_handle_run_bh by Denis V. Lunev · 9 years ago
  74. 568b01c migration: fix warning for source_return_path_thread by Peter Xu · 9 years ago
  75. b16a44e osdep: remove use of socket_error() from all code by Daniel P. Berrange · 9 years ago
  76. 614e801 Postcopy: Fix sync count in info migrate by Dr. David Alan Gilbert · 9 years ago
  77. 902c053 migration: allow machine to enforce configuration section migration by Greg Kurz · 9 years ago
  78. ea6a55b migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context by Denis V. Lunev · 9 years ago
  79. 0aa6aef migration (ordinary): move bdrv_invalidate_cache_all of of coroutine context by Denis V. Lunev · 9 years ago
  80. d8b9d77 migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFD by Matthew Fortune · 9 years ago
  81. bdf46d6 migration: reorder code to make it symmetric by Wei Yang · 9 years ago
  82. df215b5 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 9 years ago
  83. ef0716d block-migration: acquire AioContext as necessary by Paolo Bonzini · 9 years ago
  84. b82fc32 Postcopy+spice: Pass spice migration data earlier by Dr. David Alan Gilbert · 9 years ago
  85. 9bd9c7f block migration: Activate image on destination before writing to it by Kevin Wolf · 9 years ago
  86. 4987783 migration: fix incorrect memory_global_dirty_log_start outside BQL by Paolo Bonzini · 9 years ago
  87. 5b648de rdma: remove check on time_spent when calculating mbs by Wei Yang · 9 years ago
  88. 5b82b70 memory: RCU ram_list.dirty_memory[] for safe RAM hotplug by Stefan Hajnoczi · 9 years ago
  89. 15d6169 migration: fix bad string passed to error_report() by Greg Kurz · 9 years ago
  90. b33dc45 migration: remove useless code. by Liang Li · 9 years ago
  91. a08f689 migration/ram: Fix some helper functions' parameter to use PageSearchStatus by zhanghailiang · 9 years ago
  92. fb3520a savevm: Split load vm state function qemu_loadvm_state by zhanghailiang · 9 years ago
  93. 89a02a9 migration: rename 'file' in MigrationState to 'to_dst_file' by zhanghailiang · 9 years ago
  94. 4c4bad4 ram: Split host_from_stream_offset() into two helper functions by zhanghailiang · 9 years ago
  95. 1393a48 migration: Clean up includes by Peter Maydell · 9 years ago
  96. d341d9f fpu: Replace uint8 typedef with uint8_t by Peter Maydell · 9 years ago
  97. 76b1c7f block: Inactivate BDS when migration completes by Kevin Wolf · 9 years ago
  98. b47d3af vmstate: Introduce VMSTATE_VARRAY_MULTPLY by Juan Quintela · 9 years ago
  99. 5517474 vmstate: introduce CPU_DoubleU arrays by Juan Quintela · 9 years ago
  100. 17c8a21 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into staging by Peter Maydell · 9 years ago