On 1/21/19 10:51 AM, Peter Maydell wrote: > The SSE-200 has a "CPU local security control" register bank; add an > unimplemented-device stub for it. (The register bank has only one > interesting register, which allows the guest to lock down changes > to various CPU registers so they cannot be modified further. We > don't support that in our Cortex-M33 model anyway.) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/arm/armsse.h | 1 + > hw/arm/armsse.c | 31 +++++++++++++++++++++++++++++++ > 2 files changed, 32 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~