hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO
commit14c3032a7ebd5a354381465453c0c0690b7342d1
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jun 2015 17:06:09 +0000 (15 18:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jun 2015 17:06:09 +0000 (15 18:06 +0100)
treeca9b230ef3d1a2f2bdaa1dff28251ca3474a1969
parenteb5e1d3c85dffe677da2550d211f9304a7d5ba3b
hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO

The pxa2xx custom coprocessor registers in cp6 and cp14 do device
accesses, so mark the non-constant regs as ARM_CP_IO so that
icount works correctly and doesn't abort.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1434117989-7367-2-git-send-email-peter.maydell@linaro.org
hw/arm/pxa2xx.c
hw/arm/pxa2xx_pic.c