12.11.2018 18:32, Kevin Wolf wrote:
> Am 01.11.2018 um 19:27 hat Vladimir Sementsov-Ogievskiy geschrieben:
>> Hi all!
>>
>> The series brings threads to qcow2 decompression path, like it is
>> already done for compression.
>
> Thanks! Nice series, I like it a lot.
Thank you!
>
> I fixed some no
Am 01.11.2018 um 19:27 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Hi all!
>
> The series brings threads to qcow2 decompression path, like it is
> already done for compression.
Thanks! Nice series, I like it a lot.
I fixed some non-function stuff like the coroutine_fn tags and comment
format
Hi all!
The series brings threads to qcow2 decompression path, like it is
already done for compression.
Performance gain is illustrated by the following test:
[]# cat gen.sh
#!/bin/bash
echo 'create pattern-file /ssd/t_pat'
./qemu-img create -f raw /ssd/t_pat 10g
for i in {0..9}; do
./qemu