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

2014-11-27 Thread Stefan Hajnoczi
On Thu, Nov 20, 2014 at 06:06:25PM +0100, 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 > Reviewed-by:

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

2014-11-20 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 Reviewed-by: Eric Blake --- block/qcow2.c | 8 1 file changed, 4 inserti