On 03.02.2018 09:43, Markus Armbruster wrote:
> From: Alistair Francis <alistair.fran...@xilinx.com>
> 
> Replace a large number of the fprintf(stderr, "*\n" calls with
> error_report(). The functions were renamed with these commands and then
> compiler issues where manually fixed.
[...]
> Some lines were then manually tweaked to pass checkpatch and some curly
> braces were added to match QEMU style.
> 
> Signed-off-by: Alistair Francis <alistair.fran...@xilinx.com>
> Cc: qemu-...@nongnu.org
> 
> Conversions that aren't followed by exit() dropped, because they might
> be inappropriate.
> 
> Also trim trailing punctuation from error messages.
> 
> Signed-off-by: Markus Armbruster <arm...@redhat.com>
> Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>
> ---
>  hw/ppc/e500.c          | 16 ++++++++--------
>  hw/ppc/mac_newworld.c  |  2 +-
>  hw/ppc/mac_oldworld.c  |  2 +-
>  hw/ppc/ppc405_boards.c | 15 ++++++---------
>  hw/ppc/ppc440_bamboo.c | 16 ++++++++--------
>  hw/ppc/prep.c          |  4 ++--
>  hw/ppc/virtex_ml507.c  |  4 ++--
>  7 files changed, 28 insertions(+), 31 deletions(-)

Reviewed-by: Thomas Huth <th...@redhat.com>



Reply via email to