kernel: 0.938 architecture: 0.916 boot: 0.775 ppc: 0.765 graphic: 0.763 arm: 0.760 mistranslation: 0.757 performance: 0.743 hypervisor: 0.712 user-level: 0.663 socket: 0.660 peripherals: 0.639 x86: 0.638 network: 0.638 debug: 0.624 semantic: 0.606 files: 0.602 device: 0.588 KVM: 0.485 vnc: 0.451 virtual: 0.447 i386: 0.427 PID: 0.419 TCG: 0.393 register: 0.388 VMM: 0.377 permissions: 0.375 risc-v: 0.356 assembly: 0.295 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