Re: [Qemu-devel] [PATCH 10/19] nvic: Make SHPR registers banked

2017-09-19 Thread Richard Henderson
On 09/12/2017 01:13 PM, Peter Maydell wrote: > Make the set_prio() function take a bool indicating > whether to pend the secure or non-secure version of a banked > interrupt, and use this to implement the correct banking > semantics for the SHPR registers. > > Signed-off-by: Peter Maydell > --- >

[Qemu-devel] [PATCH 10/19] nvic: Make SHPR registers banked

2017-09-12 Thread Peter Maydell
Make the set_prio() function take a bool indicating whether to pend the secure or non-secure version of a banked interrupt, and use this to implement the correct banking semantics for the SHPR registers. Signed-off-by: Peter Maydell --- hw/intc/armv7m_nvic.c | 96