qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 2/5] block/raw-posix: Employ error parameter


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v3 2/5] block/raw-posix: Employ error parameter
Date: Fri, 11 Oct 2013 11:45:17 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 11.10.2013 um 11:37 hat Max Reitz geschrieben:
> Make use of the error parameter in the opening and creating functions in
> block/raw-posix.c.
> 
> Signed-off-by: Max Reitz <address@hidden>
> ---
> v3:
>  - fixed possible errno trashing by error_setg_errno by storing its
>    value before calling that function
> 
> v2:
>  - fixed call to raw_open_common() from the FreeBSD cdrom_open()
> ---
>  block/raw-posix.c | 72 
> +++++++++++++++++++++++++++++++++++++++++++------------
>  1 file changed, 57 insertions(+), 15 deletions(-)

Thanks, applied to the block branch.

Kevin



reply via email to

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