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.
