qemu-img: allow compressed not-in-order writes
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Wed, 20 Jun 2018 14:48:35 +0000 (17:48 +0300)
committerKevin Wolf <kwolf@redhat.com>
Thu, 5 Jul 2018 08:17:59 +0000 (10:17 +0200)
commit88481329c0a43373f994f0c8ed19e888a8c86830
tree5676d92e6f20cda94ed2f1d1c310a292fcec182c
parentfe8d2d5737ab20ed0118863f5eb888cae37122ab
qemu-img: allow compressed not-in-order writes

No reason to forbid them, and they are needed to improve performance
with compress-threads in further patches.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img.c