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

2011-09-21 Thread Kevin Wolf
Am 21.09.2011 01:10, 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. > > Signed-off-by: Christoph Hellwig Thanks, applied to the block branch. Kevin

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

2011-09-20 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. Signed-off-by: Christoph Hellwig Index: qemu/block/raw-posix.c === --- qemu.