On Tue, 08/16 20:17, Peter Xu wrote:
> > Do we really need error_report_exit when we already have error_fatal?
> 
> error_fatal is the name of a global var, not the function.

I mean most error_report_exit(...) calls can be converted to
error_setg(&error_fatal, ...).

Fam

Reply via email to