]> git.proxmox.com Git - qemu.git/commit
hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:10 +0000 (07:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:10 +0000 (07:45 +0000)
commitedb94a41e30f1b2ca241bfdfd7f7e90badfa6192
tree8b5d7c482e08468477db1c057cd6c72c64aa126d
parent8c8dc39fa60f782f988bc08113f3abfddebbfebd
hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP

Use LOG_GUEST_ERROR to report guest accesses to bad register
offsets, and LOG_UNIMP for access to the unimplemented
test registers.

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