From: Andreas Färber <andreas.faerber@xxxxxx> Hello Peter, This series fully QOM'ifies A9MPCore so that it can be embedded for Tegra2. It goes on to do the same for A15MPCore, which had previously been taken as template for Cortex-A57 by John Rigby. Separate headers are introduced to only expose device state to whom asks for it. Regards, Andreas Cc: Peter Maydell <peter.maydell@xxxxxxxxxx> Cc: Peter Crosthwaite <peter.crosthwaite@xxxxxxxxxx> Cc: Hu Tao <hutao@xxxxxxxxxxxxxx> Cc: Mian M. Hamayun <m.hamayun@xxxxxxxxxxxxxxxxxxxxxx> Cc: Claudio Fontana <claudio.fontana@xxxxxxxxxx> Cc: kvmarm@xxxxxxxxxxxxxxxxxxxxx Andreas Färber (15): cpu/a9mpcore: QOM casting cleanup cpu/a9mpcore: Split off instance_init cpu/a9mpcore: Embed GICState misc/a9scu: QOM cleanups cpu/a9mpcore: Embed A9SCUState timer/arm_mptimer: QOM cast cleanup timer/arm_mptimer: Convert to QOM realize cpu/a9mpcore: Embed ARMMPTimerState cpu/a9mpcore: Convert to QOM realize cpu/a9mpcore: Prepare for QOM embedding cpu/a15mpcore: QOM cast cleanup cpu/a15mpcore: Split off instance_init cpu/a15mpcore: Embed GICState cpu/a15mpcore: Convert to QOM realize cpu/a15mpcore: Prepare for QOM embedding hw/cpu/a15mpcore.c | 64 +++++++++++----------- hw/cpu/a9mpcore.c | 118 +++++++++++++++++++++++------------------ hw/misc/a9scu.c | 23 ++------ hw/timer/arm_mptimer.c | 62 +++++++++------------- include/hw/cpu/a15mpcore.h | 44 +++++++++++++++ include/hw/cpu/a9mpcore.h | 37 +++++++++++++ include/hw/misc/a9scu.h | 31 +++++++++++ include/hw/timer/arm_mptimer.h | 54 +++++++++++++++++++ 8 files changed, 294 insertions(+), 139 deletions(-) create mode 100644 include/hw/cpu/a15mpcore.h create mode 100644 include/hw/cpu/a9mpcore.h create mode 100644 include/hw/misc/a9scu.h create mode 100644 include/hw/timer/arm_mptimer.h -- 1.8.1.4 _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm