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

2019-09-14 Thread Cyrill Gorcunov
e, thanks! > Cyrill Gorcunov writes: > > > 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 >

[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