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

2014-06-09 Thread Eric Blake
On 06/07/2014 12:51 PM, 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 v8 10/14] qemu-img: Specify backing file for commit

2014-06-07 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 | 24 +--