Re: [Qemu-devel] [PATCH 11/21] iotests: Prepare for refcount_width option

2014-11-12 Thread Max Reitz
On 2014-11-11 at 18:57, Eric Blake wrote: On 11/10/2014 06:45 AM, Max Reitz wrote: Some tests do not work well with certain refcount widths (i.e. you cannot create internal snapshots with refcount_width=1), so make those widths unsupported. Furthermore, add another filter to _filter_img_create

Re: [Qemu-devel] [PATCH 11/21] iotests: Prepare for refcount_width option

2014-11-11 Thread Eric Blake
On 11/10/2014 06:45 AM, Max Reitz wrote: > Some tests do not work well with certain refcount widths (i.e. you > cannot create internal snapshots with refcount_width=1), so make those > widths unsupported. > > Furthermore, add another filter to _filter_img_create in common.filter > which filters ou

[Qemu-devel] [PATCH 11/21] iotests: Prepare for refcount_width option

2014-11-10 Thread Max Reitz
Some tests do not work well with certain refcount widths (i.e. you cannot create internal snapshots with refcount_width=1), so make those widths unsupported. Furthermore, add another filter to _filter_img_create in common.filter which filters out the refcount_width value. Signed-off-by: Max Reitz