On Tue, Jul 28, 2020 at 11:07:26AM +0200, Greg Kurz wrote:
> On Tue, 28 Jul 2020 09:26:08 +0200
> Markus Armbruster wrote:
>
> > Greg Kurz writes:
> >
> > > On Mon, 20 Jul 2020 17:24:35 +0200
> > > Markus Armbruster wrote:
> > >
> > >> Greg Kurz writes:
> > >>
> > >> > We have a dedicated er
On Tue, 28 Jul 2020 09:26:08 +0200
Markus Armbruster wrote:
> Greg Kurz writes:
>
> > On Mon, 20 Jul 2020 17:24:35 +0200
> > Markus Armbruster wrote:
> >
> >> Greg Kurz writes:
> >>
> >> > We have a dedicated error API for hints. Use it instead of embedding
> >> > the hint in the error messa
Greg Kurz writes:
> On Mon, 20 Jul 2020 17:24:35 +0200
> Markus Armbruster wrote:
>
>> Greg Kurz writes:
>>
>> > We have a dedicated error API for hints. Use it instead of embedding
>> > the hint in the error message, as recommanded in the "qapi/error.h"
>> > header file.
>> >
>> > Since spapr
On Mon, 20 Jul 2020 17:24:35 +0200
Markus Armbruster wrote:
> Greg Kurz writes:
>
> > We have a dedicated error API for hints. Use it instead of embedding
> > the hint in the error message, as recommanded in the "qapi/error.h"
> > header file.
> >
> > Since spapr_caps_apply() passes &error_fata
Greg Kurz writes:
> We have a dedicated error API for hints. Use it instead of embedding
> the hint in the error message, as recommanded in the "qapi/error.h"
> header file.
>
> Since spapr_caps_apply() passes &error_fatal, all functions must
> also call the ERRP_GUARD() macro for error_append_hi
On Thu, Jul 16, 2020 at 07:11:11PM +0200, Greg Kurz wrote:
> We have a dedicated error API for hints. Use it instead of embedding
> the hint in the error message, as recommanded in the "qapi/error.h"
> header file.
>
> Since spapr_caps_apply() passes &error_fatal, all functions must
> also call th
We have a dedicated error API for hints. Use it instead of embedding
the hint in the error message, as recommanded in the "qapi/error.h"
header file.
Since spapr_caps_apply() passes &error_fatal, all functions must
also call the ERRP_GUARD() macro for error_append_hint() to be
functional.
While h