Re: [Qemu-devel] [PATCH v1 4/5] Convert multi-line fprintf() to warn_report()

2017-08-14 Thread Markus Armbruster
Alistair Francis writes: > Convert all the multi-line uses of fprintf(stderr, "warning:"..."\n"... > to use warn_report() instead. This helps standardise on a single > method of printing warnings to the user. > > All of the warnings were changed using these commands: > find ./* -type f -exec se

Re: [Qemu-devel] [PATCH v1 4/5] Convert multi-line fprintf() to warn_report()

2017-07-27 Thread Cornelia Huck
On Wed, 26 Jul 2017 09:07:57 -0700 Alistair Francis wrote: > Convert all the multi-line uses of fprintf(stderr, "warning:"..."\n"... > to use warn_report() instead. This helps standardise on a single > method of printing warnings to the user. > > All of the warnings were changed using these comm

[Qemu-devel] [PATCH v1 4/5] Convert multi-line fprintf() to warn_report()

2017-07-26 Thread Alistair Francis
Convert all the multi-line uses of fprintf(stderr, "warning:"..."\n"... to use warn_report() instead. This helps standardise on a single method of printing warnings to the user. All of the warnings were changed using these commands: find ./* -type f -exec sed -i \ 'N; {s|fprintf(.*".*warning