Peter Maydell df3692e04b stellaris: Don't hw_error() on bad register accesses
Current recommended style is to log a guest error on bad register
accesses, not kill the whole system with hw_error().  Change the
hw_error() calls to log as LOG_GUEST_ERROR or LOG_UNIMP or use
g_assert_not_reached() as appropriate.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1491486314-25823-1-git-send-email-peter.maydell@linaro.org
2017-04-20 17:39:17 +01:00
..
2017-04-05 17:23:52 +02:00
2017-03-27 12:14:45 +02:00
2017-04-02 21:17:47 +02:00
2017-04-05 17:23:52 +02:00
2017-03-31 08:48:13 +08:00
2017-03-27 17:34:50 +01:00