summaryrefslogtreecommitdiffstats
path: root/hw/pl190.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-10-30 07:45:09 +0000
committerPeter Maydell <peter.maydell@linaro.org>2012-10-30 07:45:09 +0000
commit2d746989bf5e146df9205de3fd4ad0d48a318165 (patch)
tree16c5aa142e51752c057263bfd5c7abd111a26428 /hw/pl190.c
parent375cb560295484b88898262ebf400eff9a011206 (diff)
downloadhqemu-2d746989bf5e146df9205de3fd4ad0d48a318165.zip
hqemu-2d746989bf5e146df9205de3fd4ad0d48a318165.tar.gz
hw/pl190: Use LOG_UNIMP rather than hw_error()
Use LOG_UNIMP to report attempts to use the unimplemented test mode. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/pl190.c')
-rw-r--r--hw/pl190.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pl190.c b/hw/pl190.c
index 213229b..4019930 100644
--- a/hw/pl190.c
+++ b/hw/pl190.c
@@ -199,7 +199,7 @@ static void pl190_write(void *opaque, hwaddr offset,
break;
case 0xc0: /* ITCR */
if (val) {
- hw_error("pl190: Test mode not implemented\n");
+ qemu_log_mask(LOG_UNIMP, "pl190: Test mode not implemented\n");
}
break;
default:
OpenPOWER on IntegriCloud