1. eab9e96 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.8' into staging by Peter Maydell · 8 years ago
  2. 277d44f Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging by Peter Maydell · 8 years ago
  3. 180fb75 configure: Support enable/disable COLO feature by zhanghailiang · 8 years ago
  4. 9d2db37 COLO: Implement failover work for secondary VM by zhanghailiang · 8 years ago
  5. b3f7f0c COLO: Implement the process of failover for primary VM by zhanghailiang · 8 years ago
  6. aef0608 COLO: Introduce state to record failover process by zhanghailiang · 8 years ago
  7. d89e666 COLO: Add 'x-colo-lost-heartbeat' command to trigger failover by zhanghailiang · 8 years ago
  8. 18cc23d COLO: Synchronize PVM's state to SVM periodically by zhanghailiang · 8 years ago
  9. 68b5359 COLO: Add checkpoint-delay parameter for migrate-set-parameters by zhanghailiang · 8 years ago
  10. 4291d37 COLO: Load VMState into QIOChannelBuffer before restore it by zhanghailiang · 8 years ago
  11. a91246c COLO: Send PVM state to secondary side when do checkpoint by zhanghailiang · 8 years ago
  12. 4f97558 COLO: Introduce checkpointing protocol by zhanghailiang · 8 years ago
  13. 56ba83d COLO: Establish a new communicating path for COLO by zhanghailiang · 8 years ago
  14. 25d0c16 migration: Switch to COLO process after finishing loadvm by zhanghailiang · 8 years ago
  15. 0b827d5 migration: Enter into COLO mode after migration if COLO is enabled by zhanghailiang · 8 years ago
  16. 5821ebf COLO: migrate COLO related info to secondary node by zhanghailiang · 8 years ago
  17. 35a6ed4 migration: Introduce capability 'x-colo' to migration by zhanghailiang · 8 years ago
  18. 2517405 migration: Remove unneeded NULL check from migrate_fd_error() by Peter Maydell · 8 years ago
  19. 01b601f Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' into staging by Peter Maydell · 8 years ago
  20. 6f01f13 migration: set name for all I/O channels created by Daniel P. Berrange · 8 years ago
  21. 59811a3 migration/savevm.c: migrate non-default page size by Peter Maydell · 8 years ago
  22. adb65de migration: Remove static allocation of xzblre cache buffer by Vijaya Kumar K · 8 years ago
  23. 2ff3025 migrate: move max-bandwidth and downtime-limit to migrate_set_parameter by Ashijeet Acharya · 8 years ago
  24. 9308ae5 migration: Fix seg with missing port by Dr. David Alan Gilbert · 8 years ago
  25. 5cf0f48 migration/postcopy: Explicitly disallow huge pages by Dr. David Alan Gilbert · 8 years ago
  26. 2ebeaec Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8] by Dr. David Alan Gilbert · 8 years ago
  27. 091ecc8 migrate: Fix bounds check for migration parameters in migration.c by Ashijeet Acharya · 8 years ago
  28. 7f375e0 migrate: Use boxed qapi for migrate-set-parameters by Eric Blake · 8 years ago
  29. de63ab6 migrate: Share common MigrationParameters struct by Eric Blake · 8 years ago
  30. cd5ea07 migration/rdma: Don't flag an error when we've been told about one by Dr. David Alan Gilbert · 8 years ago
  31. ccb783c migration: Make failed migration load set file error by Dr. David Alan Gilbert · 8 years ago
  32. 12c67ff migration/rdma: Pass qemu_file errors across link by Dr. David Alan Gilbert · 8 years ago
  33. 49228e1 migration: Report values for comparisons by Dr. David Alan Gilbert · 8 years ago
  34. a177107 migration: report an error giving the failed field by Dr. David Alan Gilbert · 8 years ago
  35. 9c1f8f4 migration: sync all address spaces by Paolo Bonzini · 8 years ago
  36. a1febc4 cutils: Export only buffer_is_zero by Richard Henderson · 8 years ago
  37. e723b87 trace-events: fix first line comment in trace-events by Laurent Vivier · 8 years ago
  38. 474c624 migration/socket: fix typo in file header by Cao jin · 9 years ago
  39. 787d134 migration: fix live migration failure with compression by Liang Li · 8 years ago
  40. 0e8b3cd migration: mmap error check fix by Evgeny Yakovlev · 9 years ago
  41. e110aa9 migration/ram: fix typo by Cao jin · 9 years ago
  42. df37dd6 qjson: free str by Marc-André Lureau · 9 years ago
  43. 42da555 migration: set state to post-migrate on failure by Dr. David Alan Gilbert · 9 years ago
  44. 0c204cc hmp: show all of snapshot info on every block dev in output of 'info snapshots' by Lin Ma · 9 years ago
  45. 3a1ee71 hmp: use snapshot name to determine whether a snapshot is 'fully available' by Lin Ma · 9 years ago
  46. 0b8b875 coroutine: move entry argument to qemu_coroutine_create by Paolo Bonzini · 9 years ago
  47. 521d47c trace: split out trace events for migration/ directory by Daniel P. Berrange · 9 years ago
  48. 0d9f9a5 migration: code clean up by Liang Li · 9 years ago
  49. 33d151f migration: refine the decompression code by Liang Li · 9 years ago
  50. a7a9a88 migration: refine the compression code by Liang Li · 9 years ago
  51. 90e56fb migration: protect the quit flag by lock by Liang Li · 9 years ago
  52. fc50438 migration: refine ram_save_compressed_page by Liang Li · 9 years ago
  53. b3be289 qemu-file: Fix qemu_put_compression_data flaw by Liang Li · 9 years ago
  54. e7bb92e migration: remove useless code by Liang Li · 9 years ago
  55. 5533b2e migration: Fix a potential issue by Liang Li · 9 years ago
  56. 73a8912 migration: Fix multi-thread compression bug by Liang Li · 9 years ago
  57. 6dcf666 migration: fix inability to save VM after snapshot by Denis V. Lunev · 9 years ago
  58. 023ad1a migration: Trace improvements by Dr. David Alan Gilbert · 9 years ago
  59. 4d88513 migration: Don't use *_to_cpup() and cpu_to_*w() by Peter Maydell · 9 years ago
  60. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  61. 22724f4 migration: rename functions to starting migrations by Daniel P. Berrange · 9 years ago
  62. 096631b Postcopy: Check for support when setting the capability by Dr. David Alan Gilbert · 9 years ago
  63. d3bf541 Postcopy: Add stats on page requests by Dr. David Alan Gilbert · 9 years ago
  64. a22463a Migration: Split out ram part of qmp_query_migrate by Dr. David Alan Gilbert · 9 years ago
  65. d688c62 Postcopy: Avoid 0 length discards by Dr. David Alan Gilbert · 9 years ago
  66. 88c1656 Introduce "xen-load-devices-state" by Wen Congyang · 9 years ago
  67. ebd2f9e migration/block: Convert saving to BlockBackend by Kevin Wolf · 9 years ago
  68. ad2964b migration/block: Convert load to BlockBackend by Kevin Wolf · 9 years ago
  69. 74021bc block: Switch bdrv_write_zeroes() to byte interface by Eric Blake · 9 years ago
  70. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  71. f615f39 exec: remove ram_addr argument from qemu_ram_block_from_host by Paolo Bonzini · 9 years ago
  72. aef11b8 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' into staging by Peter Maydell · 9 years ago
  73. 12992c1 migration: remove qemu_get_fd method from QEMUFile by Daniel P. Berrange · 9 years ago
  74. 11808bb migration: remove support for non-iovec based write handlers by Daniel P. Berrange · 9 years ago
  75. e122636 migration: add support for encrypting data with TLS by Daniel P. Berrange · 9 years ago
  76. 69ef1f3 migration: define 'tls-creds' and 'tls-hostname' migration parameters by Daniel P. Berrange · 9 years ago
  77. 2594f56 migration: don't use an array for storing migrate parameters by Daniel P. Berrange · 9 years ago
  78. a24939f migration: move definition of struct QEMUFile back into qemu-file.c by Daniel P. Berrange · 9 years ago
  79. 7fdc61c migration: delete QEMUFile stdio implementation by Daniel P. Berrange · 9 years ago
  80. 40946ae migration: delete QEMUFile sockets implementation by Daniel P. Berrange · 9 years ago
  81. 2a22b4f migration: delete QEMUSizedBuffer struct by Daniel P. Berrange · 9 years ago
  82. 8b7c5c0 migration: delete QEMUFile buffer implementation by Daniel P. Berrange · 9 years ago
  83. 8925839 migration: convert savevm to use QIOChannel for writing to files by Daniel P. Berrange · 9 years ago
  84. 6ddd2d7 migration: convert RDMA to use QIOChannel interface by Daniel P. Berrange · 9 years ago
  85. 527792f migration: convert exec socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  86. 64802ee migration: convert fd socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  87. e65c67e migration: convert tcp socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  88. 6f860ae migration: rename unix.c to socket.c by Daniel P. Berrange · 9 years ago
  89. d984464 migration: convert unix socket protocol to use QIOChannel by Daniel P. Berrange · 9 years ago
  90. 61b67d4 migration: convert post-copy to use QIOChannelBuffer by Daniel P. Berrange · 9 years ago
  91. d59ce6f migration: add reporting of errors for outgoing migration by Daniel P. Berrange · 9 years ago
  92. 48f0748 migration: add helpers for creating QEMUFile from a QIOChannel by Daniel P. Berrange · 9 years ago
  93. a9cfeb3 migration: introduce a new QEMUFile impl based on QIOChannel by Daniel P. Berrange · 9 years ago
  94. 9e4d2b9 migration: force QEMUFile to blocking mode for outgoing migration by Daniel P. Berrange · 9 years ago
  95. 06ad513 migration: introduce set_blocking function in QEMUFileOps by Daniel P. Berrange · 9 years ago
  96. 0436e09 migration: split migration hooks out of QEMUFileOps by Daniel P. Berrange · 9 years ago
  97. baf51e7 migration: ensure qemu_fflush() always writes full data amount by Daniel P. Berrange · 9 years ago
  98. 88be7b4 block: Fix bdrv_next() memory leak by Kevin Wolf · 9 years ago
  99. 9969436 Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' into staging by Peter Maydell · 9 years ago
  100. fe904ea migration: regain control of images when migration fails to complete by Greg Kurz · 9 years ago