Am 10.09.2013 um 16:49 hat Max Reitz geschrieben: > This series adds an Error ** parameter to bdrv_open, bdrv_file_open, > bdrv_create and the respective functions provided by a block driver. > > This results in more specific error information than just -errno provided > to the user when opening or creating images (disregarding the fact that > block drivers often already use error_report, which is generally changed > to error_setg through this patch). > > The sixth patch in this series changes the qcow2 block driver to set an > example of usage in a block driver. > > This series doesn't differ from the last RFC (v3) in functionality; the > only differences are related to the rebase on Kevin's block branch: > - patch 1: iscsi_open call changed ("bs" instead of "&bs") > - patch 3: bdrv_unref instead of bdrv_delete > - patch 4: bdrv_unref; also, introduction of skip_create flag in > qemu-img convert (which just leads to different indentation) > > Furthermore, a new patch (7) has been added; this patch fixes the > qemu-iotest outputs (and one test itself (060)) which broke due to this > series.
Thanks, applied to the block branch. Kevin