qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v8 16/19] block: vhdx - add .bdrv_create() suppo


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v8 16/19] block: vhdx - add .bdrv_create() support
Date: Thu, 31 Oct 2013 14:09:51 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Oct 30, 2013 at 10:44:53AM -0400, Jeff Cody wrote:
> +    if (image_size > VHDX_MAX_IMAGE_SIZE) {
> +        error_setg_errno(errp, EINVAL, "Image size too large; max of 
> 64TB\n");

Error messages should not include '\n'.

Perhaps this can be fixed when merging the patch.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]