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>
This commit is contained in:
Peter Maydell 2012-10-30 07:45:09 +00:00
parent 375cb56029
commit 2d746989bf
1 changed files with 1 additions and 1 deletions

View File

@ -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: