]> git.proxmox.com Git - qemu.git/commit
hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:09 +0000 (07:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:09 +0000 (07:45 +0000)
commit375cb560295484b88898262ebf400eff9a011206
tree90ed4d5008c6f90e278a63e3cd3ebf2127b3d73d
parentdf37416218a91a4ae962dfafbc8208af8087ebc0
hw/pl110: Use LOG_GUEST_ERROR rather than hw_error()

Use LOG_GUEST_ERROR to report guest accesses to invalid register
offsets.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/pl110.c