]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-io.c
qemu-io: add flag to mark files growable
authorChristoph Hellwig <hch@lst.de>
Fri, 10 Jul 2009 11:33:47 +0000 (13:33 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 10 Jul 2009 17:25:36 +0000 (12:25 -0500)
commit9c4bab2668e6b5a9b69f77e3533380b6fd79034e
treee7abea856abc7fe883d06696ae253ca6daaa520e
parentcf57298af5336df2aece47ef16c290a3a81457dd
qemu-io: add flag to mark files growable

Add a -g flag to the open command and the main qemu-io command line to
allow opening a file growable.  This is only allowed for protocols,
mirroring the limitation exposed through bdrv_file_open.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
qemu-io.c