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. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/intc/armv7m_nvic.c | 151 > ++++++++++++++++++++++++++++++++++++++++++++++++-- > hw/intc/trace-events | 1 + > 2 files changed, 147 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~