Re: [Qemu-devel] [PATCH 16/17] iotests: Make 191 work with qcow2 options

2017-12-08 Thread John Snow
On 11/22/2017 09:08 PM, Max Reitz wrote: > In order for 191 to work with an explicit refcount_bits or compat=0.10, > we should strip format-specific information from the output--and we can > do so by using _filter_img_info. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/191 | 5

[Qemu-devel] [PATCH 16/17] iotests: Make 191 work with qcow2 options

2017-11-22 Thread Max Reitz
In order for 191 to work with an explicit refcount_bits or compat=0.10, we should strip format-specific information from the output--and we can do so by using _filter_img_info. Signed-off-by: Max Reitz --- tests/qemu-iotests/191 | 5 +- tests/qemu-iotests/191.out | 313 +---