[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test |
Date: |
Mon, 15 Apr 2013 09:38:28 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 |
On 04/15/2013 09:17 AM, Stefan Hajnoczi wrote:
> Test that qemu-img convert -c works when input image length is not a
> multiple of the cluster size.
>
> Previously an error message would be produced:
>
> qemu-img: error while compressing sector 0: Input/output error
>
> Now that qcow2 and qcow handle this case the test passes successfully.
>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
> +echo
> +echo "== Creating single sector image =="
> +
> +_make_test_img 512
> +$QEMU_IO -c "write -P0xa 0 512" $TEST_IMG | _filter_qemu_io
> +mv $TEST_IMG $TEST_IMG.orig
> +
> +echo
> +echo "== Converting the image, compressed =="
> +
> +$QEMU_IMG convert -c -O $IMGFMT $TEST_IMG.orig $TEST_IMG
> +_check_test_img
> +
> +# success, all done
Is it worth also testing that qemu-img info on the converted image still
reports that the guest sees a size of 512, to prove that the virtual
size was not expanded as a result of compression tail padding?
With that question answered, you have:
Series: Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH 0/4] qemu-img: support compression regardless of cluster size, Stefan Hajnoczi, 2013/04/15
- [Qemu-devel] [PATCH 3/4] qemu-img: do not zero-pad the compressed write buffer, Stefan Hajnoczi, 2013/04/15
- [Qemu-devel] [PATCH 1/4] qcow2: allow sub-cluster compressed write to last cluster, Stefan Hajnoczi, 2013/04/15
- [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test, Stefan Hajnoczi, 2013/04/15
- Re: [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test,
Eric Blake <=
- [Qemu-devel] [PATCH 2/4] qcow: allow sub-cluster compressed write to last cluster, Stefan Hajnoczi, 2013/04/15
- Re: [Qemu-devel] [PATCH 0/4] qemu-img: support compression regardless of cluster size, Kevin Wolf, 2013/04/16