On 02/20/2017 12:36 PM, Peter Maydell wrote:
Make the NVIC device expose a memory region for its users
to map, rather than mapping itself into the system memory
space on realize, and get the one user (the ARMv7M object)
to do this.
Signed-off-by: Peter Maydell
Reviewed-by: Philippe Mathieu-Da
Peter Maydell writes:
> Make the NVIC device expose a memory region for its users
> to map, rather than mapping itself into the system memory
> space on realize, and get the one user (the ARMv7M object)
> to do this.
>
> Signed-off-by: Peter Maydell
Reviewed-by: Alex Bennée
> ---
> hw/arm/a
Make the NVIC device expose a memory region for its users
to map, rather than mapping itself into the system memory
space on realize, and get the one user (the ARMv7M object)
to do this.
Signed-off-by: Peter Maydell
---
hw/arm/armv7m.c | 7 ++-
hw/intc/armv7m_nvic.c | 7 ++-
2 file