Re: [Qemu-devel] [PATCH v2 5/6] qemu-img: Specify backing file for commit

2014-04-10 Thread Max Reitz
On 10.04.2014 11:05, Fam Zheng wrote: On Tue, 04/08 14:50, Max Reitz wrote: Introduce a new parameter for qemu-img commit which may be used to explicitly specify the backing file unto which an image should be committed if the backing chain has more than a single layer. Signed-off-by: Max Reitz

Re: [Qemu-devel] [PATCH v2 5/6] qemu-img: Specify backing file for commit

2014-04-10 Thread Max Reitz
On 08.04.2014 19:01, Eric Blake wrote: On 04/08/2014 06:50 AM, Max Reitz wrote: Introduce a new parameter for qemu-img commit which may be used to explicitly specify the backing file unto which an image should be s/unto/into/ I was wondering about that and asked someone about it (German as we

Re: [Qemu-devel] [PATCH v2 5/6] qemu-img: Specify backing file for commit

2014-04-10 Thread Fam Zheng
On Tue, 04/08 14:50, Max Reitz wrote: > Introduce a new parameter for qemu-img commit which may be used to > explicitly specify the backing file unto 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

Re: [Qemu-devel] [PATCH v2 5/6] qemu-img: Specify backing file for commit

2014-04-08 Thread Eric Blake
On 04/08/2014 06:50 AM, Max Reitz wrote: > Introduce a new parameter for qemu-img commit which may be used to > explicitly specify the backing file unto which an image should be s/unto/into/ > committed if the backing chain has more than a single layer. > > Signed-off-by: Max Reitz > --- > qem

[Qemu-devel] [PATCH v2 5/6] qemu-img: Specify backing file for commit

2014-04-08 Thread Max Reitz
Introduce a new parameter for qemu-img commit which may be used to explicitly specify the backing file unto 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 | 22 +++---