Re: [Qemu-devel] [PATCH 04/34] vmdk: Use bdrv_open_image()

2015-05-11 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: Besides standardising on a single interface for opening child nodes, this patch allows the user to specify options to individual extent nodes. Overriding file names isn't possible with this yet, so it's of limited usefulness, but still a step forward. Signe

Re: [Qemu-devel] [PATCH 04/34] vmdk: Use bdrv_open_image()

2015-05-08 Thread Eric Blake
On 05/08/2015 11:21 AM, Kevin Wolf wrote: > Besides standardising on a single interface for opening child nodes, > this patch allows the user to specify options to individual extent > nodes. Overriding file names isn't possible with this yet, so it's of > limited usefulness, but still a step forwar

[Qemu-devel] [PATCH 04/34] vmdk: Use bdrv_open_image()

2015-05-08 Thread Kevin Wolf
Besides standardising on a single interface for opening child nodes, this patch allows the user to specify options to individual extent nodes. Overriding file names isn't possible with this yet, so it's of limited usefulness, but still a step forward. Signed-off-by: Kevin Wolf --- block/vmdk.c |