qemu-patch-raspberry4/hw/m68k
Markus Armbruster c525436e69 hw: Don't use hw_error() for machine initialization errors
Printing CPU registers is not helpful during machine initialization.
Moreover, these are straightforward configuration or "can get
resources" errors, so dumping core isn't appropriate either.  Replace
hw_error() by error_report(); exit(1).  Matches how we report these
errors in other machine initializations.

Cc: Richard Henderson <rth@twiddle.net>
Cc: qemu-arm@nongnu.org
Cc: qemu-ppc@nongnu.org
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1450370121-5768-2-git-send-email-armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
2016-01-13 11:58:58 +01:00
..
an5206.c hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
dummy_m68k.c m68k: Remove ELF_MACHINE from cpu.h 2015-09-25 12:04:43 +02:00
Makefile.objs
mcf5206.c
mcf5208.c m68k: Remove ELF_MACHINE from cpu.h 2015-09-25 12:04:43 +02:00
mcf_intc.c