Re: [Qemu-devel] [PATCH] qed: Refuse to create images on block devices

2011-01-17 Thread Kevin Wolf
Am 14.01.2011 23:44, schrieb Stefan Hajnoczi: > QED relies on the underlying filesystem to extend the file and maintain > its size. Check that images are not created on a block device. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] qed: Refuse to create images on block devices

2011-01-14 Thread Stefan Hajnoczi
QED relies on the underlying filesystem to extend the file and maintain its size. Check that images are not created on a block device. Signed-off-by: Stefan Hajnoczi --- block/qed.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/block/qed.c b/block/qed.c index 085