qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V19 06/12] quorum: Add quorum mechanism.


From: Benoît Canet
Subject: Re: [Qemu-devel] [PATCH V19 06/12] quorum: Add quorum mechanism.
Date: Fri, 21 Feb 2014 23:50:00 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

The Friday 21 Feb 2014 à 15:44:06 (-0700), Eric Blake wrote :
> On 02/21/2014 03:38 PM, Kevin Wolf wrote:
> >>>> +- "ret":          The IO return code.
> >>>
> >>> What values is this likely to contain?  Is it a finite set, in which
> >>> case it would be nice to have a QAPI enum that describes the set of
> >>> return codes, rather than a raw number?
> >>
> >> It's anything that the block stack could return as an error.
> > 
> > In other words, it's meaning depends on the host and the value is only
> > suitable for human readers. Perhaps we could change this to strerror(),
> > which is, I believe, the same as error_setg_errno() does.
> 
> Ah, so you're saying that 'ret' would be a '-errno' value - in that
> case, yes, converting it to string, and documenting this field as a
> human-only strerror() representation of the error would also work (using
> 'str', rather than an enum type).

How do I proceed ?

Should I respin the serie ? Or do a follow up patch ? 

> 
> -- 
> Eric Blake   eblake redhat com    +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
> 





reply via email to

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