hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Oct 2012 13:11:37 +0000 (14:11 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:22 +0000 (07:56 +0000)
commit9351d70829c6ef2b6e27b4ca89aaca2eab4780ed
treeb1d312e6e26759879f53e2a682c002dd750f2ea1
parent051c02b6c9c8ab5527f8775808625f9de8346006
hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR

Rather than a mix of direct printing to stderr and aborting
via hw_error(), use LOG_UNIMP and LOG_GUEST_ERROR.

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