qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/7] block: Error parameter for opening/creating


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH 0/7] block: Error parameter for opening/creating images
Date: Wed, 11 Sep 2013 16:56:31 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]