From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cjlD1-0002me-QA for qemu-devel@nongnu.org; Fri, 03 Mar 2017 06:17:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cjlCw-0006uf-Nl for qemu-devel@nongnu.org; Fri, 03 Mar 2017 06:17:15 -0500 Received: from 18.mo4.mail-out.ovh.net ([188.165.54.143]:42129) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cjlCw-0006s5-Hc for qemu-devel@nongnu.org; Fri, 03 Mar 2017 06:17:10 -0500 Received: from player746.ha.ovh.net (b6.ovh.net [213.186.33.56]) by mo4.mail-out.ovh.net (Postfix) with ESMTP id 0476650207 for ; Fri, 3 Mar 2017 12:17:01 +0100 (CET) References: <5b2054e1-5867-979b-b476-b3aa8ecc5689@redhat.com> From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Message-ID: Date: Fri, 3 Mar 2017 12:16:55 +0100 MIME-Version: 1.0 In-Reply-To: <5b2054e1-5867-979b-b476-b3aa8ecc5689@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] qemu-system-ppc64 crashes during "info qtree" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , QEMU Developers , David Gibson Cc: "qemu-ppc@nongnu.org" On 03/03/2017 11:48 AM, Thomas Huth wrote: > Hi C=C3=A9dric, hi David, >=20 > running "info qtree" at the HMP monitor with the pseries machine > currently results in: >=20 > [...] > dev: spapr-vty, id "vty@71000000" > reg =3D 1895825408 (0x71000000) > chardev =3D "serial0" > irq =3D 4098 (0x1002) > dev: spapr-rtc, id "" > dev: icp, id "" > hw/core/sysbus.c:277:sysbus_dev_print: Object 0x7f83127fc3f0 is not an > instance of type sys-bus-device > Aborted (core dumped) >=20 > Since the last device that is printed here is "icp" ... could that be > related to the recent ICP/XICS reworks that have been merged a couple o= f > days ago? The cleanup did not change the nature of ICP but as we removed=20 the XICS object, which used to be a SysBusDevice, that might=20 be a consequence.=20 May be we should make the ICP objects SysBus devices now. I will=20 check.=20 Thanks, C.