On 2/19/19 4:58 AM, Peter Maydell wrote: > The SYSCTL block in the SSE-200 has some extra registers that > are not present in the IoTKit version. Add these registers > (as reads-as-written stubs), enabled by a new QOM property. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/misc/iotkit-sysctl.h | 20 +++ > hw/arm/armsse.c | 2 + > hw/misc/iotkit-sysctl.c | 245 +++++++++++++++++++++++++++++++- > 3 files changed, 262 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~