Re: [Qemu-devel] [PATCH] qemu-img rebase: Add -f option

2010-03-09 Thread Anthony Liguori
On 03/02/2010 05:14 AM, Kevin Wolf wrote: Allow the user to specify the format of the image to rebase. Signed-off-by: Kevin Wolf Applied. Thanks. Regards, Anthony Liguori --- qemu-img.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/qemu

[Qemu-devel] [PATCH] qemu-img rebase: Add -f option

2010-03-02 Thread Kevin Wolf
Allow the user to specify the format of the image to rebase. Signed-off-by: Kevin Wolf --- qemu-img.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 258dc62..7fc980a 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -1081,24 +