Integrator/CP regression after QOM'ification of integratorcp.c The following command line no longer works (i.e. the guest does not boot) with QEMU 2.7.0: qemu-system-arm -M integratorcp -m 128M -kernel HelenOS-0.6.0-arm32-integratorcp.boot The HelenOS image can be downloaded here: http://www.helenos.org/releases/HelenOS-0.6.0-arm32-integratorcp.boot I did git bisect and came to this revision: a1f42e0c9abc1028a8bb8686dbb3749fcd2d18e8 is the first bad commit commit a1f42e0c9abc1028a8bb8686dbb3749fcd2d18e8 Author: xiaoqiang.zhao Date: Mon Mar 7 15:05:44 2016 +0800 hw/arm: QOM'ify integratorcp.c * Drop the use of old SysBus init function and use instance_init * Remove the empty 'icp_pic_class_init' from Typeinfo Signed-off-by: xiaoqiang zhao Reviewed-by: Peter Maydell