Re: [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test

2013-04-16 Thread Kevin Wolf
Am 16.04.2013 um 10:36 hat Stefan Hajnoczi geschrieben: > On Mon, Apr 15, 2013 at 09:38:28AM -0600, Eric Blake wrote: > > 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. > > > > > > Previo

Re: [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test

2013-04-16 Thread Stefan Hajnoczi
On Mon, Apr 15, 2013 at 09:38:28AM -0600, Eric Blake wrote: > 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

Re: [Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test

2013-04-15 Thread Eric Blake
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 qco

[Qemu-devel] [PATCH 4/4] qemu-iotests: add 053 unaligned compressed image size test

2013-04-15 Thread Stefan Hajnoczi
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