qemu-iotests: add read/write from smaller backing image test
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Fri, 15 Oct 2010 14:56:35 +0000 (07:56 -0700)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Feb 2012 15:17:03 +0000 (16:17 +0100)
commit8268b7675c15b71023ad4ba5930c5f77d3e98271
tree443e9ebf020b2bf802613cb59e3ff6cc6005c18b
parent89d22bc30629f6b89ed7fcbe4c7c6a6d1a9fd626
qemu-iotests: add read/write from smaller backing image test

Some image formats support backing images that are smaller than the
image file.  This patch adds a test that verifies that reads and writes
beyond the end of backing image work.

Unallocated reads beyond the end of the backing file should produce
zeroes.

Writes beyond the end of the backing file should copy-on-write using
zeroes.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
tests/qemu-iotests/028 [new file with mode: 0755]
tests/qemu-iotests/028.out [new file with mode: 0644]
tests/qemu-iotests/group