Re: [Qemu-devel] [PATCH v14 11/14] qemu-img: Specify backing file for commit

2014-10-27 Thread Max Reitz
On 2014-10-24 at 18:23, Eric Blake wrote: On 10/24/2014 07:57 AM, Max Reitz wrote: Introduce a new parameter for qemu-img commit which may be used to explicitly specify the backing file into which an image should be committed if the backing chain has more than a single layer. Signed-off-by: Max

Re: [Qemu-devel] [PATCH v14 11/14] qemu-img: Specify backing file for commit

2014-10-24 Thread Eric Blake
On 10/24/2014 07:57 AM, Max Reitz wrote: > Introduce a new parameter for qemu-img commit which may be used to > explicitly specify the backing file into which an image should be > committed if the backing chain has more than a single layer. > > Signed-off-by: Max Reitz > --- > qemu-img-cmds.hx |

[Qemu-devel] [PATCH v14 11/14] qemu-img: Specify backing file for commit

2014-10-24 Thread Max Reitz
Introduce a new parameter for qemu-img commit which may be used to explicitly specify the backing file into which an image should be committed if the backing chain has more than a single layer. Signed-off-by: Max Reitz --- qemu-img-cmds.hx | 4 ++-- qemu-img.c | 32 +++