Re: [Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements

2018-11-15 Thread Eric Blake
On 11/14/18 8:35 AM, Kevin Wolf wrote: Am 14.11.2018 um 00:03 hat Eric Blake geschrieben: As the added iotests shows, we have a (corner case) data corruption that is user triggerable, therefore, this is still appropriate for inclusion in 3.1. Thanks, applied to the block branch. Patch 2 and

Re: [Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements

2018-11-14 Thread Eric Blake
On 11/13/18 5:03 PM, Eric Blake wrote: As the added iotests shows, we have a (corner case) data corruption that is user triggerable, therefore, this is still appropriate for inclusion in 3.1. v6 was here: https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg08497.html Wow, I can't count. T

Re: [Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements

2018-11-14 Thread Kevin Wolf
Am 14.11.2018 um 00:03 hat Eric Blake geschrieben: > As the added iotests shows, we have a (corner case) data corruption > that is user triggerable, therefore, this is still appropriate for > inclusion in 3.1. Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH for 3.1 v3 0/3] minor qcow2 compression improvements

2018-11-13 Thread Eric Blake
As the added iotests shows, we have a (corner case) data corruption that is user triggerable, therefore, this is still appropriate for inclusion in 3.1. v6 was here: https://lists.gnu.org/archive/html/qemu-devel/2018-06/msg08497.html since then: - don't reduce constraints on reftable [Kevin] - re