]> git.proxmox.com Git - qemu.git/commit
block: Fix image re-open in bdrv_commit
authorKevin Wolf <kwolf@redhat.com>
Thu, 5 Aug 2010 11:05:22 +0000 (13:05 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 30 Aug 2010 16:29:22 +0000 (18:29 +0200)
commitee1811965fd15e0b41f8d508b951a8ab826ae3a7
tree864c17552d88095684995dda5a3d25c7aa60a963
parentb6a4805b55b409134dc712677fdc4f6a8795e965
block: Fix image re-open in bdrv_commit

Arguably we should re-open the backing file with the backing file format and
not with the format of the snapshot image.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c