Re: [PATCH v7 00/10] block: Fix resize (extending) of short overlays

2020-04-27 Thread Kevin Wolf
Am 24.04.2020 um 14:54 hat Kevin Wolf geschrieben: > v7: > - Allocate smaller zero buffer [Vladimir] > - Added missing error_setg_errno() [Max] > - Code cleanup in the iotest, enabled mapping for 'metadata' [Vladimir] > - Don't assign to errp twice [Eric] Thanks for the review, applied to the bloc

Re: [PATCH v7 00/10] block: Fix resize (extending) of short overlays

2020-04-24 Thread Max Reitz
On 24.04.20 14:54, Kevin Wolf wrote: > v7: > - Allocate smaller zero buffer [Vladimir] > - Added missing error_setg_errno() [Max] > - Code cleanup in the iotest, enabled mapping for 'metadata' [Vladimir] > - Don't assign to errp twice [Eric] I would have liked to see that change in patch 10, but t

[PATCH v7 00/10] block: Fix resize (extending) of short overlays

2020-04-24 Thread Kevin Wolf
v7: - Allocate smaller zero buffer [Vladimir] - Added missing error_setg_errno() [Max] - Code cleanup in the iotest, enabled mapping for 'metadata' [Vladimir] - Don't assign to errp twice [Eric] v6: - qcow2: Don't round up end offset [Eric] - qcow2: Use different error messages for different error