On 02/09/2018 08:58 AM, Peter Maydell wrote: > We were previously making the system control register (SCR) > just RAZ/WI. Although we don't implement the functionality > this register controls, we should at least provide the state, > including the banked state for v8M. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/cpu.h | 7 +++++++ > hw/intc/armv7m_nvic.c | 12 ++++++++---- > target/arm/machine.c | 12 ++++++++++++ > 3 files changed, 27 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~