[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/2] vmdk: convert error reporting
From: |
Fam Zheng |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/2] vmdk: convert error reporting |
Date: |
Fri, 11 Oct 2013 15:36:55 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Thu, 10/10 20:38, Fam Zheng wrote:
> The first patch converts "fprintf(stderr,..." to error_setg with errp, and
> fixes style of error message texts.
>
> The second patch checks the compatibility of zeroed_grain flag and flat type
> and reports error if both are true.
>
> v2: [01] More conversion of error messages, also catch error from
> bdrv_{pread,pwrite} with error_setg_errno.
>
059 fails because of error message format change. (I missed this specific case
in the patch publish script). Will send another version to include the test
case output updates.
Fam