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!
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
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 +