From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeDSs-0004sZ-VT for qemu-devel@nongnu.org; Thu, 10 Mar 2016 22:10:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeDSp-0002xT-Nr for qemu-devel@nongnu.org; Thu, 10 Mar 2016 22:10:10 -0500 Received: from m12-18.163.com ([220.181.12.18]:59472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeDSo-0002sT-Ms for qemu-devel@nongnu.org; Thu, 10 Mar 2016 22:10:07 -0500 From: hitmoon Message-ID: <56E236B7.7080102@163.com> Date: Fri, 11 Mar 2016 11:08:39 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] info qtree command cause qemu ABORT! List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Peter: first launch following command: arm-softmmu/qemu-system-arm -M versatilepb -kernel ~/Qemu-ARM/vmlinuz-3.2.0-4-versatile -initrd ~/Qemu-ARM/initrd.img-3.2.0-4-versatile -hda ~/debian_wheezy_armel_standard.qcow2 -append 'root=/dev/sda1' Then execute 'info qtree' in the monitor, qemu aborted with error message : 'qemu/hw/core/sysbus.c:277:sysbus_dev_print: Object 0x55569a7b2d00 is not an instance of type sys-bus-device' With the help of git bisect, commit 'hw/sd/sd.c: QOMify' (260bc9d8aa887bdd72d1b2499a9080f75b289cb4) cause this problem.