qemu-e2k/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
..
Makefile.objs hw: move char devices to hw/char/, configure via default-configs/ 2013-04-08 18:13:14 +02: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
mcf5206.c memory: add owner argument to initialization functions 2013-07-04 17:42:44 +02:00
mcf5208.c m68k: Remove ELF_MACHINE from cpu.h 2015-09-25 12:04:43 +02:00
mcf_intc.c m68k: implement more ColdFire 5208 interrupt controller functionality 2015-06-22 14:43:25 +01:00