Re: [Qemu-devel] [PATCH 2/3] qemu-error: make use of {error, warn}_report_once_cond

2018-08-29 Thread Cornelia Huck
On Wed, 29 Aug 2018 18:12:32 +0200 Markus Armbruster wrote: > Cornelia Huck writes: > > > {error,warn}_report_once() are a special case of the new functions > > and can simply switch to them. > > > > Signed-off-by: Cornelia Huck > > --- > > include/qemu/error-report.h | 10 ++ > > 1 f

Re: [Qemu-devel] [PATCH 2/3] qemu-error: make use of {error, warn}_report_once_cond

2018-08-29 Thread Markus Armbruster
Cornelia Huck writes: > {error,warn}_report_once() are a special case of the new functions > and can simply switch to them. > > Signed-off-by: Cornelia Huck > --- > include/qemu/error-report.h | 10 ++ > 1 file changed, 2 insertions(+), 8 deletions(-) > > diff --git a/include/qemu/error

[Qemu-devel] [PATCH 2/3] qemu-error: make use of {error, warn}_report_once_cond

2018-08-28 Thread Cornelia Huck
{error,warn}_report_once() are a special case of the new functions and can simply switch to them. Signed-off-by: Cornelia Huck --- include/qemu/error-report.h | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/qemu/error-report.h b/include/qemu/error-report.h