On 1/21/19 10:51 AM, Peter Maydell wrote: > The Arm SSE-200 Subsystem for Embedded is a revised and > extended version of the older IoTKit SoC. Prepare for > adding a model of it by refactoring the IoTKit code into > an abstract base class which contains the functionality, > driven by a class data block specific to each subclass. > (This is the same approach used by the existing bcm283x > SoC family implementation.) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/arm/iotkit.h | 22 +++++++++++++++++----- > hw/arm/iotkit.c | 34 +++++++++++++++++++++++++++++----- > 2 files changed, 46 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~