]> git.proxmox.com Git - qemu.git/commit
hw/pl190: Use LOG_UNIMP rather than hw_error()
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:09 +0000 (07:45 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Oct 2012 07:45:09 +0000 (07:45 +0000)
commit2d746989bf5e146df9205de3fd4ad0d48a318165
tree16c5aa142e51752c057263bfd5c7abd111a26428
parent375cb560295484b88898262ebf400eff9a011206
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>
hw/pl190.c