]> Git Repo - qemu.git/commit
block: Use backing format driver during image creation
authorStefan Hajnoczi <[email protected]>
Mon, 24 Jan 2011 09:32:20 +0000 (09:32 +0000)
committerKevin Wolf <[email protected]>
Mon, 24 Jan 2011 15:49:50 +0000 (16:49 +0100)
commit96df67d1c3928704cd76d0b2e76372ef18658e85
tree354ad1c40f9258f61bd08540b777ceb74b2e33b6
parent850ec1133bf0f78ff19402cfd5d77eea376599a9
block: Use backing format driver during image creation

The backing format should be honored during image creation.  For some
reason we currently use the image format to open the backing file.  This
fails when the backing file has a different format than the image being
created.  Keep the image and backing format drivers completely separate.

Also print the backing filename if there is an error opening the backing
file instead of the image filename.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Acked-by: Jes Sorensen <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
This page took 0.02506 seconds and 4 git commands to generate.