]> git.proxmox.com Git - qemu.git/commit - target-arm/helper.c
target-arm: initial coprocessor register framework
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 11:57:06 +0000 (11:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 12:01:02 +0000 (12:01 +0000)
commit4b6a83fb0c34a6fcc7bb1058284e3c3674e54421
tree96993a63c6c6e60f7936467c1f57658a52c73466
parent200bf596b96820186883953de9bda26cac8e6bd7
target-arm: initial coprocessor register framework

Initial infrastructure for data-driven registration of
coprocessor register implementations.

We still fall back to the old-style switch statements pending
complete conversion of all existing registers.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu-qom.h
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c
target-arm/helper.h
target-arm/op_helper.c
target-arm/translate.c