Am 24.01.2011 10:32, schrieb Stefan Hajnoczi: > 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 <stefa...@linux.vnet.ibm.com>
Thanks, applied to the block branch. I think we'll want to have a qemu-iotests case for this kind of regressions. Kevin