Re: [Qemu-devel] [PATCH] target-arm: Priority masking with basepri on v7m

2015-11-17 Thread Francois Baldassari
Thanks for the swift reply. Michael's changes look very good indeed. Thank you for pointing them out. No need to consider this any further then. Cheers, François. On Tue, Nov 17, 2015 at 1:49 PM, Peter Maydell wrote: > On 17 November 2015 at 21:40, François Baldassari > wrote: > > On armv7m

Re: [Qemu-devel] [PATCH] target-arm: Priority masking with basepri on v7m

2015-11-17 Thread Peter Maydell
On 17 November 2015 at 21:40, François Baldassari wrote: > On armv7m mcus, the BASEPRI register can be set to mask interrupts > above a certain priority. > > This changeset implements that functionality by way of the NVIC which > ultimately sets the interrupt mask in the GIC. > > Signed-off-by: Fr

[Qemu-devel] [PATCH] target-arm: Priority masking with basepri on v7m

2015-11-17 Thread François Baldassari
On armv7m mcus, the BASEPRI register can be set to mask interrupts above a certain priority. This changeset implements that functionality by way of the NVIC which ultimately sets the interrupt mask in the GIC. Signed-off-by: François Baldassari --- hw/intc/arm_gic.c | 2 +- hw/intc/armv7m