]> git.proxmox.com Git - mirror_qemu.git/commit
stellaris: Don't hw_error() on bad register accesses
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:32:29 +0000 (17:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Apr 2017 16:39:17 +0000 (17:39 +0100)
commitdf3692e04b2562327024eefeb855c9373a822bab
treeed8d4bc2c534883cdd4cb4e12903ad0ada241b39
parent65ed2ed90d9d81fd4b639029be850ea5651f919f
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
hw/arm/stellaris.c