Re: [PATCH v11 00/34] Add subcluster allocation to qcow2

2020-07-15 Thread Max Reitz
On 15.07.20 13:51, Alberto Garcia wrote: > On Tue, Jul 14, 2020 at 02:56:57PM +0200, Max Reitz wrote: >> Thanks, fixed up patch 21 (by initializing expected_type to just >> anything, I chose QCOW2_SUBCLUSTER_NORMAL, which I preferred over >> just using 0), resolved some iotest conflicts (I’m sure,

Re: [PATCH v11 00/34] Add subcluster allocation to qcow2

2020-07-15 Thread Alberto Garcia
On Tue, Jul 14, 2020 at 02:56:57PM +0200, Max Reitz wrote: > Thanks, fixed up patch 21 (by initializing expected_type to just > anything, I chose QCOW2_SUBCLUSTER_NORMAL, which I preferred over > just using 0), resolved some iotest conflicts (I’m sure, more are > to come before the release, but

Re: [PATCH v11 00/34] Add subcluster allocation to qcow2

2020-07-14 Thread Max Reitz
On 10.07.20 18:12, Alberto Garcia wrote: > Hi, > > here's the new version of the patches to add subcluster allocation > support to qcow2. > > Please refer to the cover letter of the first version for a full > description of the patches: > >

Re: [PATCH v11 00/34] Add subcluster allocation to qcow2

2020-07-10 Thread Alberto Garcia
On Fri 10 Jul 2020 06:43:59 PM CEST, no-re...@patchew.org wrote: > /tmp/qemu-test/src/block/qcow2-cluster.c:473:19: error: 'expected_type' may > be used uninitialized in this function [-Werror=maybe-uninitialized] > } else if (type != expected_type) { >^ >

Re: [PATCH v11 00/34] Add subcluster allocation to qcow2

2020-07-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1594396418.git.be...@igalia.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 v11 00/34] Add subcluster allocation to qcow2

2020-07-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1594396418.git.be...@igalia.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 ===

[PATCH v11 00/34] Add subcluster allocation to qcow2

2020-07-10 Thread Alberto Garcia
Hi, here's the new version of the patches to add subcluster allocation support to qcow2. Please refer to the cover letter of the first version for a full description of the patches: https://lists.gnu.org/archive/html/qemu-block/2019-10/msg00983.html This version is rebased on top of the