qemu-e2k/hw/arm
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
..
allwinner-a10.c arm: allwinner-a10: Add SATA 2015-11-06 14:09:01 -05:00
armv7m.c armv7-m: Return DeviceState* from armv7m_init() 2015-11-03 13:49:41 +00:00
boot.c arm: boot: Add secure_board_setup flag 2015-11-10 13:37:33 +00:00
collie.c
cubieboard.c
digic_boards.c
digic.c
exynos4_boards.c
exynos4210.c Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
fsl-imx25.c i.MX: Add an i.MX25 specific CCM class/instance 2015-12-17 13:37:16 +00:00
fsl-imx31.c i.MX: Split the CCM class into an abstract base class and a concrete class 2015-12-17 13:37:15 +00:00
gumstix.c
highbank.c hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
imx25_pdk.c arm: imx25-pdk: Fix machine name 2015-10-16 11:14:53 +01:00
integratorcp.c Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
kzm.c
mainstone.c
Makefile.objs
musicpal.c
netduino2.c
nseries.c hw: Inline the qdev_prop_set_drive_nofail() wrapper 2016-01-13 11:58:58 +01:00
omap1.c
omap2.c
omap_sx1.c
palm.c
pxa2xx_gpio.c
pxa2xx_pic.c
pxa2xx.c
realview.c Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
spitz.c
stellaris.c arm: stellaris: exit on external reset request 2015-11-03 13:49:41 +00:00
stm32f205_soc.c armv7-m: Return DeviceState* from armv7m_init() 2015-11-03 13:49:41 +00:00
strongarm.c
strongarm.h
sysbus-fdt.c
tosa.c
versatilepb.c Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
vexpress.c Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
virt-acpi-build.c acpi: extend aml_and() to accept target argument 2015-12-22 18:39:21 +02:00
virt.c hw/arm/virt: Support legacy -nic command line syntax 2016-01-11 16:04:50 +00:00
xilinx_zynq.c Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
xlnx-ep108.c xlnx-ep108: Fix minimum RAM check 2015-11-24 14:12:15 +00:00
xlnx-zynqmp.c target-arm: xlnx-zynqmp: Add sdhci support. 2015-10-29 17:59:27 +00:00
z2.c