1. d0b4503 raw-posix: implement write_zeroes with MAY_UNMAP for block devices by Paolo Bonzini · 11 years ago
  2. 260a82e raw-posix: implement write_zeroes with MAY_UNMAP for files by Paolo Bonzini · 11 years ago
  3. fa6252b block/iscsi: check WRITE SAME support differently depending on MAY_UNMAP by Paolo Bonzini · 11 years ago
  4. 2af8a1a block/iscsi: updated copyright by Peter Lieven · 11 years ago
  5. 4b52498 block/iscsi: remove .bdrv_has_zero_init by Peter Lieven · 11 years ago
  6. cffb1ec block drivers: expose requirement for write same alignment from formats by Paolo Bonzini · 11 years ago
  7. 95de6d7 block drivers: add discard/write_zeroes properties to bdrv_get_info implementation by Paolo Bonzini · 11 years ago
  8. 97b00e2 vpc, vhdx: add get_info by Paolo Bonzini · 11 years ago
  9. b8d71c0 block: make bdrv_co_do_write_zeroes stricter in producing aligned requests by Paolo Bonzini · 11 years ago
  10. 7ce2101 block: handle ENOTSUP from discard in generic code by Paolo Bonzini · 11 years ago
  11. d5ef94d block: add bdrv_aio_write_zeroes by Paolo Bonzini · 11 years ago
  12. 94d6ff2 block: add flags argument to bdrv_co_write_zeroes tracepoint by Paolo Bonzini · 11 years ago
  13. d20d9b7 block: add flags to BlockRequest by Paolo Bonzini · 11 years ago
  14. d51e9fe block: generalize BlockLimits handling to cover bdrv_aio_discard too by Paolo Bonzini · 11 years ago
  15. af057fe vmdk: Fix creating big description file by Fam Zheng · 11 years ago
  16. 7b6b145 coroutine: remove unused CoQueue AioContext by Marc-André Lureau · 11 years ago
  17. f287c41 coroutine: remove qemu_co_queue_wait_insert_head by Marc-André Lureau · 11 years ago
  18. 981cbf5 qemu-iotests: Add sample image and test for VMDK version 3 by Fam Zheng · 11 years ago
  19. 509d39a vmdk: Allow read only open of VMDK version 3 by Fam Zheng · 11 years ago
  20. c34b801 qemu-iotests: Filter out 'qemu-io> ' prompt by Fam Zheng · 11 years ago
  21. 0d83c98 qemu-iotests: Filter qemu-io output in 025 by Fam Zheng · 11 years ago
  22. c9fbb99 block: Use BDRV_O_NO_BACKING where appropriate by Kevin Wolf · 11 years ago
  23. f32f988 qemu-iotests: Test snapshot mode by Kevin Wolf · 11 years ago
  24. 9fd3171 block: Enable BDRV_O_SNAPSHOT with driver-specific options by Kevin Wolf · 11 years ago
  25. b59b3d5 qemu-iotests: Make test case 030, 040 and 055 deterministic by Fam Zheng · 11 years ago
  26. 3cf53c7 qemu-iotest: Add pause_drive and resume_drive methods by Fam Zheng · 11 years ago
  27. 4cc70e9 blkdebug: add "remove_break" command by Fam Zheng · 11 years ago
  28. 5b43dbb qemu-iotests: Drop local version of cancel_and_wait from 040 by Fam Zheng · 11 years ago
  29. b3af018 sheepdog: support user-defined redundancy option by Liu Yuan · 11 years ago
  30. c31d482 sheepdog: refactor do_sd_create() by Liu Yuan · 11 years ago
  31. 4d5977e qdict: Optimise qdict_do_flatten() by Kevin Wolf · 11 years ago
  32. 6273d11 qdict: Fix memory leak in qdict_do_flatten() by Kevin Wolf · 11 years ago
  33. dce32b6 MAINTAINERS: add sheepdog development mailing list by Liu Yuan · 11 years ago
  34. 091b110 COW: Extend checking allocated bits to beyond one sector by Charlie Shepherd · 11 years ago
  35. 14b98fd COW: Speed up writes by Charlie Shepherd · 11 years ago
  36. 21b5683 qapi: Change BlockDirtyInfo to list by Fam Zheng · 11 years ago
  37. e4654d2 block: per caller dirty bitmap by Fam Zheng · 11 years ago
  38. f4a193e block/stream: Don't stream unbacked devices by Max Reitz · 11 years ago
  39. 8582972 sheepdog: implement .bdrv_get_allocated_file_size by Liu Yuan · 12 years ago
  40. f8d1dae Test coroutine execution order by Charlie Shepherd · 12 years ago
  41. b276d24 util/error: Save errno from clobbering by Max Reitz · 11 years ago
  42. 5a37b60 qemu-img: conditionally zero out target on convert by Peter Lieven · 11 years ago
  43. 11b6699 qemu-img: add support for fully allocated images by Peter Lieven · 11 years ago
  44. c3d8688 block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks by Peter Lieven · 11 years ago
  45. d75cbb5 block: introduce bdrv_make_zero by Peter Lieven · 11 years ago
  46. d4cd961 iscsi: add bdrv_co_write_zeroes by Peter Lieven · 11 years ago
  47. 01a6a23 iscsi: simplify iscsi_co_discard by Peter Lieven · 11 years ago
  48. ba6c591 iscsi: set limits in BlockDriverState by Peter Lieven · 11 years ago
  49. 6f14da5 block: honour BlockLimits in bdrv_co_discard by Peter Lieven · 11 years ago
  50. c31cb70 block: honour BlockLimits in bdrv_co_do_write_zeroes by Peter Lieven · 11 years ago
  51. 04f19e4 block/raw: copy BlockLimits on raw_open by Peter Lieven · 11 years ago
  52. fe81c2c block: add BlockLimits structure to BlockDriverState by Peter Lieven · 11 years ago
  53. 186d4f2 block/iscsi: add .bdrv_get_info by Peter Lieven · 11 years ago
  54. 4ce7869 block: add wrappers for logical block provisioning information by Peter Lieven · 11 years ago
  55. e1a5c4b block: add logical block provisioning info to BlockDriverInfo by Peter Lieven · 11 years ago
  56. d32f35c block: introduce BDRV_REQ_MAY_UNMAP request flag by Peter Lieven · 11 years ago
  57. aa7bfbf block: add flags to bdrv_*_write_zeroes by Peter Lieven · 11 years ago
  58. 6faac15 block: make BdrvRequestFlags public by Peter Lieven · 11 years ago
  59. 7dc65c0 Open 2.0 development tree by Anthony Liguori · 11 years ago
  60. 0e7b9f0 Update version for 1.7.0 release by Anthony Liguori · 11 years ago
  61. 171d643 qemu-iotests: Fix test 041 by Max Reitz · 11 years ago
  62. 117e0c8 block/drive-mirror: Reuse backing HD for sync=none by Max Reitz · 11 years ago
  63. 7457fe9 Update version for v1.7.0-rc2 release by Anthony Liguori · 11 years ago
  64. 032ac6f curses: fixup SIGWINCH handler mess by Gerd Hoffmann · 11 years ago
  65. 16f4e8f qga: Fix two format strings for MinGW by Stefan Weil · 11 years ago
  66. 84dc96e PPC: BookE: Make FIT/WDT timers at best millisecond grained by Alexander Graf · 11 years ago
  67. 455df3f PPC: Make BookE FIT/WDT timers more lazy by Alexander Graf · 11 years ago
  68. 134d42d acpi-build: fix support for glib < 2.22 by Michael S. Tsirkin · 11 years ago
  69. c0caec1 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  70. d916ada Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging by Anthony Liguori · 11 years ago
  71. 833637d Merge remote-tracking branch 'mdroth/qga-pull-2013-11-22' into staging by Anthony Liguori · 11 years ago
  72. 0ff1e1d Merge remote-tracking branch 'stefanha/net' into staging by Anthony Liguori · 11 years ago
  73. e007dbe configure: make --iasl option actually work by Michael S. Tsirkin · 11 years ago
  74. bca4bf1 qemu-ga: vss-win32: Install VSS provider COM+ application service by Tomoki Sekiyama · 11 years ago
  75. 30c367e qdev-properties-system.c: Allow vlan or netdev for -device, not both by Vlad Yasevich · 11 years ago
  76. d607a52 qga: Fix compiler warnings (missing format attribute, wrong format strings) by Stefan Weil · 11 years ago
  77. b6a06e7 mips jazz: do not raise data bus exception when accessing invalid addresses by Hervé Poussineau · 11 years ago
  78. b5fc314 target-i386: yield to another VCPU on PAUSE by Paolo Bonzini · 11 years ago
  79. fbdcec5 rng-egd: offset the point when repeatedly read from the buffer by Amos Kong · 11 years ago
  80. 60aad29 rng-egd: remove redundant free by Amos Kong · 11 years ago
  81. 2140cfa target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() by Peter Maydell · 11 years ago
  82. 8d07d6c vfio-pci: Fix multifunction=on by Alex Williamson · 11 years ago
  83. 392a4d5 atomic.h: Fix build with clang by Peter Maydell · 11 years ago
  84. 7839ff5 pc: get rid of builtin pvpanic for "-M pc-1.5" by Paolo Bonzini · 11 years ago
  85. 45d285a configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0 by Peter Maydell · 11 years ago
  86. da87dd7 sun4m: Add FCode ROM for TCX framebuffer by Mark Cave-Ayland · 11 years ago
  87. 607bb02 Update version for 1.7.0-rc1 release by Anthony Liguori · 11 years ago
  88. 187d623 vfio-pci: Fix multifunction=on by Alex Williamson · 11 years ago
  89. 7865eec target-i386: Fix addr32 prefix in gen_lea_modrm by Richard Henderson · 11 years ago
  90. 33effd3 atomic.h: Fix build with clang by Peter Maydell · 11 years ago
  91. 76c2975 target-i386: do not override nr_cores for -cpu host by Paolo Bonzini · 11 years ago
  92. 54e7555 mips jazz: do not raise data bus exception when accessing invalid addresses by Hervé Poussineau · 11 years ago
  93. 81f3053 target-i386: yield to another VCPU on PAUSE by Paolo Bonzini · 11 years ago
  94. 1eb1bd9 rng-egd: offset the point when repeatedly read from the buffer by Amos Kong · 11 years ago
  95. 5e490b6 rng-egd: remove redundant free by Amos Kong · 11 years ago
  96. d44bb86 virtio-rng: add check of period by Amos Kong · 11 years ago
  97. 376827d s390x: fix flat file load on 32 bit systems by Michael S. Tsirkin · 11 years ago
  98. b15654c acpi-build: fix build on glib < 2.14 by Michael S. Tsirkin · 11 years ago
  99. 542da88 acpi-build: fix build on glib < 2.22 by Michael S. Tsirkin · 11 years ago
  100. 0a3c738 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago