1. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  2. ad54ae8 block: bdrv_aio_* do not return NULL by Paolo Bonzini · 13 years ago
  3. 922453b block: convert qemu_aio_flush() calls to bdrv_drain_all() by Stefan Hajnoczi · 13 years ago
  4. 4238e26 Fix some spelling bugs in documentation and comments by Stefan Weil · 13 years ago
  5. 2975725 migration: make *save_live return errors by Juan Quintela · 13 years ago
  6. 42802d4 migration: use qemu_file_get_error() return value when possible by Juan Quintela · 13 years ago
  7. 624b9cc migration: rename qemu_file_has_error to qemu_file_get_error by Juan Quintela · 13 years ago
  8. dcd1d22 migration: change has_error to contain errno values by Juan Quintela · 13 years ago
  9. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  10. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  11. ff5c52a Improve accuracy of block migration bandwidth calculation by Avishay Traeger · 14 years ago
  12. 155eb9a Fix integer overflow in block migration bandwidth calculation by Avishay Traeger · 14 years ago
  13. 8591675 block: enable in_use flag by Marcelo Tosatti · 14 years ago
  14. f48905d block-migration: add reference to target DriveInfo by Marcelo Tosatti · 14 years ago
  15. 8f794c5 block-migration: actually disable dirty tracking on cleanup by Marcelo Tosatti · 14 years ago
  16. 77358b5 Fix block migration when the device size is not a multiple of 1 MB by Pierre Riteau · 14 years ago
  17. 8b6b2af Avoid divide by zero when there is no block device to migrate by Pierre Riteau · 14 years ago
  18. 62155e2 block migration: do not submit multiple AIOs for same sector (v2) by Marcelo Tosatti · 14 years ago
  19. 33656af block migration: do not submit multiple AIOs for same sector by Marcelo Tosatti · 14 years ago
  20. bd0858b block migration: replace tabs by spaces. by Yoshiaki Tamura · 14 years ago
  21. b02bea3 block migration: propagate return value when bdrv_write() returns < 0 by Yoshiaki Tamura · 14 years ago
  22. 31f54f2 Block migration fail, ignore error from bdrv_getlength by Shahar Havivi · 15 years ago
  23. 5efb397 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  24. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  25. d246673 block migration: Fix test for read-only drive by Markus Armbruster · 15 years ago
  26. b66460e block: Do not export bdrv_first by Stefan Hajnoczi · 15 years ago
  27. 889ae39 Try not to exceed max downtime on stage3 by Liran Schour · 15 years ago
  28. d76cac7 Tranfer dirty blocks during iterative phase by Liran Schour · 15 years ago
  29. e970ec0 Remove unused code by Liran Schour · 15 years ago
  30. d0f2c4c Do not use dprintf by malc · 15 years ago
  31. 792773b block migration: Skip zero-sized disks by Jan Kiszka · 15 years ago
  32. 01e61e2 block migration: Add support for restore progress reporting by Jan Kiszka · 15 years ago
  33. 25f2364 block migration: Report progress also via info migration by Jan Kiszka · 15 years ago
  34. 7184049 block migration: Fix outgoing progress output by Jan Kiszka · 15 years ago
  35. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  36. 82801d8 block migration: Report overall migration progress by Jan Kiszka · 15 years ago
  37. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  38. 4b64036 block migration: Add error handling/propagation by Jan Kiszka · 15 years ago
  39. 13f0b67 block migration: Consolidate block transmission by Jan Kiszka · 15 years ago
  40. 57cce12 block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk by Jan Kiszka · 15 years ago
  41. b1d1085 block migration: Clean up use of total_sectors by Jan Kiszka · 15 years ago
  42. 69d63a9 block migration: Initialize remaining BlkMigState fields by Jan Kiszka · 15 years ago
  43. 5e5328b block migration: Switch device and block lists to QSIMPLEQ by Jan Kiszka · 15 years ago
  44. 3c095c3 block migration: Drop dead code by Jan Kiszka · 15 years ago
  45. d11ecd3 block migration: Avoid indirection of block_mig_state by Jan Kiszka · 15 years ago
  46. 575a58d block migration: Avoid large stack buffer by Jan Kiszka · 15 years ago
  47. 6ea4430 block migration: Rework constants API by Jan Kiszka · 15 years ago
  48. a55eb92 block migration: Fix coding style and whitespaces by Jan Kiszka · 15 years ago
  49. 50035d3 Fix mingw32 build by Blue Swirl · 15 years ago
  50. c163b5c Block live migration by lirans@il.ibm.com · 15 years ago