[Qemu-devel] [PATCH] qcow2: Add error messages in qcow2_truncate

2012-03-06 Thread Kevin Wolf
qemu-img resize has some limitations with qcow2, but the user is only told that this image format does not support resize. Quite confusing, so add some more detailed error_report() calls and change this image format into this image. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/qcow2.c |

Re: [Qemu-devel] [PATCH] qcow2: Add error messages in qcow2_truncate

2012-03-06 Thread Stefan Hajnoczi
On Tue, Mar 6, 2012 at 11:48 AM, Kevin Wolf kw...@redhat.com wrote: qemu-img resize has some limitations with qcow2, but the user is only told that this image format does not support resize. Quite confusing, so add some more detailed error_report() calls and change this image format into this