]> git.proxmox.com Git - qemu.git/commit
hw/pl190: Use LOG_GUEST_ERROR
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Oct 2012 13:11:39 +0000 (14:11 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:22 +0000 (07:56 +0000)
commitfd271e81aa7334b973285f5c94a4f8ab265df683
treeb7ab17a7305d09813de8ae3e08b292f864e29f7a
parentb1d9df90212984f8e78abc75152527a00d899f89
hw/pl190: Use LOG_GUEST_ERROR

If the guest attempts an offset to a nonexistent register, just
log this via LOG_GUEST_ERROR rather than killing QEMU with a hw_error.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pl190.c