]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img-cmds.hx
block: Image file option amendment
authorMax Reitz <mreitz@redhat.com>
Tue, 3 Sep 2013 08:09:50 +0000 (10:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 12 Sep 2013 08:12:46 +0000 (10:12 +0200)
commit6f176b48f9f98820ed192a1355cc1c7c08ddf46b
tree1f77aa683faf937eb091bd715e2fdd13d4714cdd
parent56e023af805215260c71d44f5b5a98087f4920d2
block: Image file option amendment

This patch adds the "amend" option to qemu-img which allows changing
image options on existing image files. It also adds the generic bdrv
implementation which is basically just a wrapper for the image format
specific function.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
include/block/block.h
include/block/block_int.h
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi