Re: [Qemu-devel] [PATCH v2 09/21] qcow2: Open images with refcount order != 4

2014-11-15 Thread Eric Blake
On 11/14/2014 06:06 AM, Max Reitz wrote: > No longer refuse to open images with a different refcount entry width > than 16 bits; only reject images with a refcount width larger than 64 > bits (which is prohibited by the specification). > > Signed-off-by: Max Reitz > --- > block/qcow2.c | 8 -

[Qemu-devel] [PATCH v2 09/21] qcow2: Open images with refcount order != 4

2014-11-14 Thread Max Reitz
No longer refuse to open images with a different refcount entry width than 16 bits; only reject images with a refcount width larger than 64 bits (which is prohibited by the specification). Signed-off-by: Max Reitz --- block/qcow2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) d