Re: [PATCH] iotests/024: exclude 'backing file format' field from the output

2024-08-05 Thread Kevin Wolf
Am 30.07.2024 um 11:47 hat Andrey Drobyshev geschrieben: > Apparently 'qemu-img info' doesn't report the backing file format field > for qed (as it does for qcow2): > > $ qemu-img create -f qed base.qed 1M && qemu-img create -f qed -b base.qed -F > qed top.qed 1M > $ qemu-img create -f qcow2 base

Re: [PATCH] iotests/024: exclude 'backing file format' field from the output

2024-07-31 Thread Philippe Mathieu-Daudé
On 30/7/24 11:47, Andrey Drobyshev wrote: Apparently 'qemu-img info' doesn't report the backing file format field for qed (as it does for qcow2): $ qemu-img create -f qed base.qed 1M && qemu-img create -f qed -b base.qed -F qed top.qed 1M $ qemu-img create -f qcow2 base.qcow2 1M && qemu-img cre

Re: [PATCH] iotests/024: exclude 'backing file format' field from the output

2024-07-30 Thread Eric Blake
On Tue, Jul 30, 2024 at 12:47:01PM GMT, Andrey Drobyshev wrote: > Apparently 'qemu-img info' doesn't report the backing file format field > for qed (as it does for qcow2): > > $ qemu-img create -f qed base.qed 1M && qemu-img create -f qed -b base.qed -F > qed top.qed 1M > $ qemu-img create -f qco

[PATCH] iotests/024: exclude 'backing file format' field from the output

2024-07-30 Thread Andrey Drobyshev
Apparently 'qemu-img info' doesn't report the backing file format field for qed (as it does for qcow2): $ qemu-img create -f qed base.qed 1M && qemu-img create -f qed -b base.qed -F qed top.qed 1M $ qemu-img create -f qcow2 base.qcow2 1M && qemu-img create -f qcow2 -b base.qcow2 -F qcow2 top.qco