On 1/21/19 10:51 AM, Peter Maydell wrote: > Rename various internal uses of 'iotkit' in hw/arm/iotkit.c to > 'armsse', for consistency. The remaining occurences are: > * related to the devices TYPE_IOTKIT_SYSCTL, TYPE_IOTKIT_SYSINFO, > etc, which this refactor is not touching > * references that apply specifically to the IoTKit (like > the lack of a private CPU region) > * the vmstate, which keeps its old "iotkit" name for > migration compatibility reasons > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/arm/iotkit.c | 68 ++++++++++++++++++++++++------------------------- > 1 file changed, 34 insertions(+), 34 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~