Re: [PATCH 0/9] More truncate improvements

2020-05-07 Thread Kevin Wolf
Am 07.05.2020 um 16:29 hat Eric Blake geschrieben: > On 5/7/20 5:15 AM, Kevin Wolf wrote: > > Am 28.04.2020 um 22:28 hat Eric Blake geschrieben: > > > Based-on: <20200424125448.63318-1-kw...@redhat.com> > > > [PATCH v7 00/10] block: Fix resize (extending) of short overlays > > > > > > After review

Re: [PATCH 0/9] More truncate improvements

2020-05-07 Thread Eric Blake
On 5/7/20 5:15 AM, Kevin Wolf wrote: Am 28.04.2020 um 22:28 hat Eric Blake geschrieben: Based-on: <20200424125448.63318-1-kw...@redhat.com> [PATCH v7 00/10] block: Fix resize (extending) of short overlays After reviewing Kevin's work, I questioned if we had a redundancy with bdrv_has_zero_init_

Re: [PATCH 0/9] More truncate improvements

2020-05-07 Thread Kevin Wolf
Am 28.04.2020 um 22:28 hat Eric Blake geschrieben: > Based-on: <20200424125448.63318-1-kw...@redhat.com> > [PATCH v7 00/10] block: Fix resize (extending) of short overlays > > After reviewing Kevin's work, I questioned if we had a redundancy with > bdrv_has_zero_init_truncate. It turns out we do,

Re: [PATCH 0/9] More truncate improvements

2020-05-06 Thread Eric Blake
On 4/28/20 3:28 PM, Eric Blake wrote: Based-on: <20200424125448.63318-1-kw...@redhat.com> [PATCH v7 00/10] block: Fix resize (extending) of short overlays After reviewing Kevin's work, I questioned if we had a redundancy with bdrv_has_zero_init_truncate. It turns out we do, and this is the resu

Re: [PATCH 0/9] More truncate improvements

2020-04-29 Thread Eric Blake
On 4/28/20 9:24 PM, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200428202905.770727-1-ebl...@redhat.com/ /tmp/qemu-test/src/block/parallels.c: In function 'parallels_co_writev': /tmp/qemu-test/src/block/parallels.c:218:12: error: 'ret' may be used uninitialized in thi

Re: [PATCH 0/9] More truncate improvements

2020-04-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200428202905.770727-1-ebl...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH 0/9] More truncate improvements

2020-04-28 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200428202905.770727-1-ebl...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

[PATCH 0/9] More truncate improvements

2020-04-28 Thread Eric Blake
Based-on: <20200424125448.63318-1-kw...@redhat.com> [PATCH v7 00/10] block: Fix resize (extending) of short overlays After reviewing Kevin's work, I questioned if we had a redundancy with bdrv_has_zero_init_truncate. It turns out we do, and this is the result. Patch 1 has been previously posted