[Qemu-devel] [PATCH v2 1/3] block: Image file option amendment

2013-08-29 Thread Max Reitz
This patch adds the "amend" option to qemu-img which allows changing image options on existing image files. It also adds the generic bdrv implementation which is basically just a wrapper for the image format specific function. Signed-off-by: Max Reitz --- block.c | 8 + in

Re: [Qemu-devel] [PATCH v2 1/3] block: Image file option amendment

2013-08-29 Thread Eric Blake
On 08/29/2013 05:20 AM, Max Reitz wrote: > This patch adds the "amend" option to qemu-img which allows changing > image options on existing image files. It also adds the generic bdrv > implementation which is basically just a wrapper for the image format > specific function. > > Signed-off-by: Max

Re: [Qemu-devel] [PATCH v2 1/3] block: Image file option amendment

2013-08-29 Thread Max Reitz
Am 29.08.2013 14:38, schrieb Eric Blake: On 08/29/2013 05:20 AM, Max Reitz wrote: This patch adds the "amend" option to qemu-img which allows changing image options on existing image files. It also adds the generic bdrv implementation which is basically just a wrapper for the image format specif