hw/armv7m_nvic: Use MemoryRegions for NVIC specific registers
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 2 May 2012 16:49:39 +0000 (16:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Jun 2012 13:24:44 +0000 (13:24 +0000)
commit2a29ddee82029580fa85276767f73fedc30c8a0a
tree45ab75308ca2e331b61fe9758639c404f13bf3b3
parentb3387ede2f2b8a6ba3d5e922492f85a34db6f191
hw/armv7m_nvic: Use MemoryRegions for NVIC specific registers

Implement the NVIC specific register areas using a set of
overlaid MemoryRegions in a container, rather than by having
the arm_gic read/write functions use special purpose callbacks.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm_gic.c
hw/armv7m_nvic.c