Re: [Qemu-devel] [PATCH] do_snapshot_blkdev() error on missing snapshot_file argument

2011-01-11 Thread Kevin Wolf
Am 06.01.2011 17:02, schrieb jes.soren...@redhat.com: > From: Jes Sorensen > > Current code does not support snapshot internally to the running > image. Error in case no snapshot_file is specified. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] do_snapshot_blkdev() error on missing snapshot_file argument

2011-01-06 Thread Jes . Sorensen
From: Jes Sorensen Current code does not support snapshot internally to the running image. Error in case no snapshot_file is specified. Signed-off-by: Jes Sorensen --- blockdev.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/blockdev.c b/blockdev.c index d7add36