]> git.proxmox.com Git - mirror_qemu.git/commit - block/raw-posix.c
block: allow resizing of images residing on host devices
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Sep 2011 23:10:37 +0000 (01:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 11 Oct 2011 07:41:46 +0000 (09:41 +0200)
commit55b949c84761ade81ca93b2596ea45b09ad6d60a
tree738a719da6789b0e8fa2adf6513e50a1842b9780
parentebffe2afceb1a17b5d134b5debf553955fe5ea1a
block: allow resizing of images residing on host devices

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 <hch@lst.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw-posix.c