Re: [Qemu-devel] [PATCH 06/11] armv7m: Make NVIC expose a memory region rather than mapping itself

2017-04-16 Thread Philippe Mathieu-Daudé
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

Re: [Qemu-devel] [PATCH 06/11] armv7m: Make NVIC expose a memory region rather than mapping itself

2017-02-28 Thread Alex Bennée
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

[Qemu-devel] [PATCH 06/11] armv7m: Make NVIC expose a memory region rather than mapping itself

2017-02-20 Thread Peter Maydell
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