]> git.proxmox.com Git - qemu.git/commit - qemu-img.c
qemu-img: Add 'resize' command to grow/shrink disk images
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Sat, 24 Apr 2010 08:12:12 +0000 (09:12 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 3 May 2010 08:07:32 +0000 (10:07 +0200)
commitae6b0ed6d4d4a41e77584f44d2888303645fa845
treeb3a9d851a0a738db40e4e91137cf5a0c91bdff78
parent51762288b41f59d027073c404a29256fc4d4540e
qemu-img: Add 'resize' command to grow/shrink disk images

This patch adds a 'resize' command to grow/shrink disk images.  This
allows changing the size of disk images without copying to a new image
file.  Currently only raw files support resize.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi