Re: [Qemu-devel] [PATCH v3 0/2] vmdk: convert error reporting

2013-10-11 Thread Kevin Wolf
Am 11.10.2013 um 09:43 hat Fam Zheng geschrieben: > 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. > > v3: Updat

[Qemu-devel] [PATCH v3 0/2] vmdk: convert error reporting

2013-10-11 Thread Fam Zheng
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. v3: Update qemu-iotests. v2: [01] More conversion of error messages, als