Re: [Qemu-devel] [PATCH] block: allow resizing of images residing on host devices

2011-09-09 Thread Kevin Wolf
Am 07.09.2011 13:02, schrieb Christoph Hellwig: > Allow to resize images that reside on host devices up to the available > space. This allows to grow images after resizing the device manually or > vice versa. > > Reviewed-by: Christoph Hellwig You mean Signed-off-by, no? > Index: qemu/block/ra

[Qemu-devel] [PATCH] block: allow resizing of images residing on host devices

2011-09-07 Thread Christoph Hellwig
Allow to resize images that reside on host devices up to the available space. This allows to grow images after resizing the device manually or vice versa. Reviewed-by: Christoph Hellwig Index: qemu/block/raw-posix.c === --- qemu.or