On 1/21/19 10:51 AM, Peter Maydell wrote: > The SYS_VERSION and SYS_CONFIG register values differ between the > IoTKit and SSE-200. Make them configurable via QOM properties rather > than hard-coded, and set them appropriately in the ARMSSE code that > instantiates the IOTKIT_SYSINFO device. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/misc/iotkit-sysinfo.h | 6 ++++ > hw/arm/armsse.c | 51 ++++++++++++++++++++++++++++++++ > hw/misc/iotkit-sysinfo.c | 15 ++++++++-- > 3 files changed, 70 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~