1. e4654d2 block: per caller dirty bitmap by Fam Zheng · 11 years ago
  2. d32f35c block: introduce BDRV_REQ_MAY_UNMAP request flag by Peter Lieven · 11 years ago
  3. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  4. 8442cfd migration: omit drive ref as we have bdrv_ref now by Fam Zheng · 11 years ago
  5. 323004a block-migration: efficiently encode zero blocks by Peter Lieven · 12 years ago
  6. 9b09503 migration: run setup callbacks out of big lock by Paolo Bonzini · 12 years ago
  7. 32c835b migration: run pending/iterate callbacks out of big lock by Paolo Bonzini · 12 years ago
  8. 52e850d block-migration: add lock by Paolo Bonzini · 12 years ago
  9. 323920c block-migration: document usage of state across threads by Paolo Bonzini · 12 years ago
  10. 13197e3 block-migration: small preparatory changes for locking by Paolo Bonzini · 12 years ago
  11. a55ce1c block-migration: remove variables that are never read by Paolo Bonzini · 12 years ago
  12. d418cf5 block-migration: remove useless calls to blk_mig_cleanup by Paolo Bonzini · 12 years ago
  13. 6aaa9da block-migration: fix pending() and iterate() return values by Stefan Hajnoczi · 12 years ago
  14. 2c5a7f2 block-migration: fix block_save_iterate() return value by Stefan Hajnoczi · 12 years ago
  15. 9ee0cb2 block-migration: fix blk_mig_save_dirty_block() return value checking by Stefan Hajnoczi · 12 years ago
  16. d5f1f28 block-migration: improve "Unknown flags" error message by Stefan Hajnoczi · 12 years ago
  17. 50717e9 block: allow customizing the granularity of the dirty bitmap by Paolo Bonzini · 12 years ago
  18. acc906c block: return count of dirty sectors, not chunks by Paolo Bonzini · 12 years ago
  19. e4ed154 savevm: New save live migration method: pending by Juan Quintela · 12 years ago
  20. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  21. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  22. caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
  23. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  24. 43be3a2 block-migration: handle errors with the return codes correctly by Juan Quintela · 12 years ago
  25. ceb2bd0 block-migration: Switch meaning of return value by Juan Quintela · 12 years ago
  26. 59feec4 block-migration: make flush_blks() return errors by Juan Quintela · 12 years ago
  27. 946d58b block-migration: Flush requests in blk_mig_cleanup by Kevin Wolf · 12 years ago
  28. 16310a3 savevm: split save_live into stage2 and stage3 by Juan Quintela · 13 years ago
  29. d1315aa savevm: split save_live_setup from save_live_state by Juan Quintela · 13 years ago
  30. 6bd6878 savevm: introduce is_active method by Juan Quintela · 13 years ago
  31. 9b5bfab savevm: Refactor cancel operation in its own operation by Juan Quintela · 13 years ago
  32. 7908c78 savevm: Live migration handlers register the struct directly by Juan Quintela · 13 years ago
  33. 6607ae2 Add MigrationParams structure by Isaku Yamahata · 13 years ago
  34. 539de12 Purge migration of (almost) everything to do with monitors by Luiz Capitulino · 13 years ago
  35. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  36. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  37. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  38. 4238e26 Fix some spelling bugs in documentation and comments by Stefan Weil · 13 years ago
  39. 2975725 migration: make *save_live return errors by Juan Quintela · 13 years ago
  40. 42802d4 migration: use qemu_file_get_error() return value when possible by Juan Quintela · 13 years ago
  41. 624b9cc migration: rename qemu_file_has_error to qemu_file_get_error by Juan Quintela · 13 years ago
  42. dcd1d22 migration: change has_error to contain errno values by Juan Quintela · 13 years ago
  43. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  44. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  45. ff5c52a Improve accuracy of block migration bandwidth calculation by Avishay Traeger · 14 years ago
  46. 155eb9a Fix integer overflow in block migration bandwidth calculation by Avishay Traeger · 14 years ago
  47. 8591675 block: enable in_use flag by Marcelo Tosatti · 14 years ago
  48. f48905d block-migration: add reference to target DriveInfo by Marcelo Tosatti · 14 years ago
  49. 8f794c5 block-migration: actually disable dirty tracking on cleanup by Marcelo Tosatti · 14 years ago
  50. 77358b5 Fix block migration when the device size is not a multiple of 1 MB by Pierre Riteau · 14 years ago
  51. 8b6b2af Avoid divide by zero when there is no block device to migrate by Pierre Riteau · 14 years ago
  52. 62155e2 block migration: do not submit multiple AIOs for same sector (v2) by Marcelo Tosatti · 14 years ago
  53. 33656af block migration: do not submit multiple AIOs for same sector by Marcelo Tosatti · 14 years ago
  54. bd0858b block migration: replace tabs by spaces. by Yoshiaki Tamura · 15 years ago
  55. b02bea3 block migration: propagate return value when bdrv_write() returns < 0 by Yoshiaki Tamura · 15 years ago
  56. 31f54f2 Block migration fail, ignore error from bdrv_getlength by Shahar Havivi · 15 years ago
  57. 5efb397 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  58. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  59. d246673 block migration: Fix test for read-only drive by Markus Armbruster · 15 years ago
  60. b66460e block: Do not export bdrv_first by Stefan Hajnoczi · 15 years ago
  61. 889ae39 Try not to exceed max downtime on stage3 by Liran Schour · 15 years ago
  62. d76cac7 Tranfer dirty blocks during iterative phase by Liran Schour · 15 years ago
  63. e970ec0 Remove unused code by Liran Schour · 15 years ago
  64. d0f2c4c Do not use dprintf by malc · 15 years ago
  65. 792773b block migration: Skip zero-sized disks by Jan Kiszka · 15 years ago
  66. 01e61e2 block migration: Add support for restore progress reporting by Jan Kiszka · 15 years ago
  67. 25f2364 block migration: Report progress also via info migration by Jan Kiszka · 15 years ago
  68. 7184049 block migration: Fix outgoing progress output by Jan Kiszka · 15 years ago
  69. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  70. 82801d8 block migration: Report overall migration progress by Jan Kiszka · 15 years ago
  71. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  72. 4b64036 block migration: Add error handling/propagation by Jan Kiszka · 15 years ago
  73. 13f0b67 block migration: Consolidate block transmission by Jan Kiszka · 15 years ago
  74. 57cce12 block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk by Jan Kiszka · 15 years ago
  75. b1d1085 block migration: Clean up use of total_sectors by Jan Kiszka · 15 years ago
  76. 69d63a9 block migration: Initialize remaining BlkMigState fields by Jan Kiszka · 15 years ago
  77. 5e5328b block migration: Switch device and block lists to QSIMPLEQ by Jan Kiszka · 15 years ago
  78. 3c095c3 block migration: Drop dead code by Jan Kiszka · 15 years ago
  79. d11ecd3 block migration: Avoid indirection of block_mig_state by Jan Kiszka · 15 years ago
  80. 575a58d block migration: Avoid large stack buffer by Jan Kiszka · 15 years ago
  81. 6ea4430 block migration: Rework constants API by Jan Kiszka · 15 years ago
  82. a55eb92 block migration: Fix coding style and whitespaces by Jan Kiszka · 15 years ago
  83. 50035d3 Fix mingw32 build by Blue Swirl · 15 years ago
  84. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago