Re: [Qemu-devel] [PATCH 08/19] nvic: Handle banked exceptions in nvic_recompute_state()

2017-09-19 Thread Richard Henderson
On 09/12/2017 01:13 PM, Peter Maydell wrote: > Update the nvic_recompute_state() code to handle the security > extension and its associated banked registers. > > Code that uses the resulting cached state (ie the irq > acknowledge and complete code) will be updated in a later > commit. > >

[Qemu-devel] [PATCH 08/19] nvic: Handle banked exceptions in nvic_recompute_state()

2017-09-12 Thread Peter Maydell
Update the nvic_recompute_state() code to handle the security extension and its associated banked registers. Code that uses the resulting cached state (ie the irq acknowledge and complete code) will be updated in a later commit. Signed-off-by: Peter Maydell ---