]> Git Repo - qemu.git/commit - hw/arm/pxa2xx_pic.c
hw/arm/pxa2xx: Mark coprocessor registers as ARM_CP_IO
authorPeter Maydell <[email protected]>
Mon, 15 Jun 2015 17:06:09 +0000 (18:06 +0100)
committerPeter Maydell <[email protected]>
Mon, 15 Jun 2015 17:06:09 +0000 (18:06 +0100)
commit14c3032a7ebd5a354381465453c0c0690b7342d1
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 <[email protected]>
Reviewed-by: Peter Crosthwaite <[email protected]>
Message-id: 1434117989[email protected]
hw/arm/pxa2xx.c
hw/arm/pxa2xx_pic.c
This page took 0.022487 seconds and 4 git commands to generate.