On 02/09/2018 08:58 AM, Peter Maydell wrote: > The PENDNMISET/CLR bits in the ICSR should be RAZ/WI from > NonSecure state if the AIRCR.BFHFNMINS bit is zero. We had > misimplemented this as making the bits RAZ/WI from both > Secure and NonSecure states. Fix this bug by checking > attrs.secure so that Secure code can pend and unpend NMIs. > > Signed-off-by: Peter Maydell <[email protected]> > --- > hw/intc/armv7m_nvic.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
