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 image". > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > block/qcow2.c | 3 +++ > qemu-img.c | 2 +- > 2 files changed, 4 insertions(+), 1 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>