Re: [Qemu-devel] [PATCH] error-report: Add info_report_once helper

2019-09-14 Thread Cyrill Gorcunov
On Sat, Sep 14, 2019 at 08:40:40PM +0200, Markus Armbruster wrote: > You neglected to cc: the maintainer (me). I spotted this anyway, more > or less by chance. Next time, please use scripts/get_maintainer.pl to > find people you might want to cc:. Ah, sorry for that. Will do next time, thanks!

Re: [Qemu-devel] [PATCH] error-report: Add info_report_once helper

2019-09-14 Thread Markus Armbruster
You neglected to cc: the maintainer (me). I spotted this anyway, more or less by chance. Next time, please use scripts/get_maintainer.pl to find people you might want to cc:. Cyrill Gorcunov writes: > We already have error_report_once and warn_report_once, > thus lets add info_report_once to c

[Qemu-devel] [PATCH] error-report: Add info_report_once helper

2019-09-13 Thread Cyrill Gorcunov
We already have error_report_once and warn_report_once, thus lets add info_report_once to complement. Actually I use this helper a lot so might be usefull for others. Signed-off-by: Cyrill Gorcunov --- include/qemu/error-report.h | 13 + util/qemu-error.c | 20 +