Re: [Qemu-block] [PATCH v2 0/7] block/curl: Fix hang and potential crash

2019-09-13 Thread Max Reitz
On 10.09.19 14:41, Max Reitz wrote: > Hi, > > As reported in https://bugzilla.redhat.com/show_bug.cgi?id=1740193, our > curl block driver can spontaneously hang. This becomes visible e.g. > when reading compressed qcow2 images: > > $ qemu-img convert -p -O raw -n \ > https://download.cirros-cl

[Qemu-block] [PATCH v2 0/7] block/curl: Fix hang and potential crash

2019-09-10 Thread Max Reitz
Hi, As reported in https://bugzilla.redhat.com/show_bug.cgi?id=1740193, our curl block driver can spontaneously hang. This becomes visible e.g. when reading compressed qcow2 images: $ qemu-img convert -p -O raw -n \ https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img \ null-