On 03/03/2017 11:48 AM, Thomas Huth wrote: > Hi Cédric, hi David, > > running "info qtree" at the HMP monitor with the pseries machine > currently results in: > > [...] > dev: spapr-vty, id "vty@71000000" > reg = 1895825408 (0x71000000) > chardev = "serial0" > irq = 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) > > 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 of > days ago?
The cleanup did not change the nature of ICP but as we removed the XICS object, which used to be a SysBusDevice, that might be a consequence. May be we should make the ICP objects SysBus devices now. I will check. Thanks, C.