Re: [PATCH v6 00/32] Add subcluster allocation to qcow2

2020-05-25 Thread Alberto Garcia
On Sun 24 May 2020 06:34:17 PM CEST, no-re...@patchew.org wrote: > /tmp/qemu-test/src/block/qcow2-cluster.c:1912:54: error: implicit conversion > from enumeration type 'QCow2ClusterType' (aka 'enum QCow2ClusterType') to > different enumeration type 'enum qcow2_discard_type' >

Re: [PATCH v6 00/32] Add subcluster allocation to qcow2

2020-05-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1590331741.git.be...@igalia.com/ Hi, This series failed the asan 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 === #!/bin/bash export

Re: [PATCH v6 00/32] Add subcluster allocation to qcow2

2020-05-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1590331741.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 v6 00/32] Add subcluster allocation to qcow2

2020-05-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1590331741.git.be...@igalia.com/ Hi, This series failed the asan 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 === #!/bin/bash export

Re: [PATCH v6 00/32] Add subcluster allocation to qcow2

2020-05-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1590331741.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 v6 00/32] Add subcluster allocation to qcow2

2020-05-24 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 The big change here is that the code does