On Thu, Jul 06, 2017 at 04:49:54PM -0700, Alistair Francis wrote:
> Convert all uses of error_report*_err("[Ww]arning:"... to use
> warn_report*_err() instead. This helps standardise on a single
> method of printing warnings to the user.
>
> Signed-off-by: Alistair Francis
> Cc: Paolo Bonzini
>
Hi Francis,
On 07/06/2017 08:49 PM, Alistair Francis wrote:
Convert all uses of error_report*_err("[Ww]arning:"... to use
this is not the regex you used, maybe just use "Warning:"...
warn_report*_err() instead. This helps standardise on a single
standardize? "Enforce single method ..."?
Convert all uses of error_report*_err("[Ww]arning:"... to use
warn_report*_err() instead. This helps standardise on a single
method of printing warnings to the user.
Signed-off-by: Alistair Francis
Cc: Paolo Bonzini
Cc: Richard Henderson
Cc: Eduardo Habkost
Cc: "Michael S. Tsirkin"
---
hw/c