Merge remote-tracking branch 'remotes/kevin/tags/for-anthony' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Feb 2014 16:42:50 +0000 (16:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 12 Feb 2014 16:42:50 +0000 (16:42 +0000)
commit628a746cf0d380ba8fc0fff2926c899e323768a7
treeafd8e3fe07ce89f9dad65a2b2548ad9e34c6deaf
parenta4550442b947d2c2b346bd2efc8fe3da16425f4d
parente96126ffa53d36ec75a1ee900a6b7e7c82d9bb9c
Merge remote-tracking branch 'remotes/kevin/tags/for-anthony' into staging

Block patches

# gpg: Signature made Sun 09 Feb 2014 08:12:51 GMT using RSA key ID C88F2FD6
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>"

* remotes/kevin/tags/for-anthony:
  block: Fix 32 bit truncation in mark_request_serialising()
  blkdebug: Don't leak bs->file on failure
  block: Don't call ROUND_UP with negative values
  block: bdrv_aligned_pwritev: Assert overlap range
  block: Fix memory leaks in bdrv_co_do_pwritev()
  raw: Fix BlockLimits passthrough
  qemu-iotests: add test for qcow2 preallocation with different cluster sizes
  qcow2: check for NULL l2meta
  qcow2: fix offset overflow in qcow2_alloc_clusters_at()
  qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
  block/iscsi: always fill bs->bl.opt_transfer_length
  block: Fail gracefully with missing filename
  qemu-iotests: enable support for NFS protocol
  qemu-iotests: enable test 016 and 025 to work with NFS protocol
  qemu-iotests: blacklist test 020 for NFS protocol
  qemu-iotests: change _supported_proto to file for various tests
  block: add native support for NFS
  qemu-iotest: Make 077 raw-only

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure