On 09/12/2017 11:13 AM, Peter Maydell wrote: > For the v8M security extension, some exceptions must be banked > between security states. Add the new vecinfo array which holds > the state for the banked exceptions and migrate it if the > CPU the NVIC is attached to implements the security extension. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/intc/armv7m_nvic.h | 14 +++++++++++++ > hw/intc/armv7m_nvic.c | 49 > ++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 62 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~