Re: [Qemu-devel] [PATCH] hw/sparc/sun4m: Fix problems with device introspection

2018-06-15 Thread Mark Cave-Ayland
On 15/06/18 06:15, Thomas Huth wrote: On 05.04.2018 12:43, Thomas Huth wrote: Several devices of the sun4m machines are using _fatal in their instance_init function and thus can cause QEMU to abort unexpectedly: $ echo "{'execute':'qmp_capabilities'}"\

Re: [Qemu-devel] [PATCH] hw/sparc/sun4m: Fix problems with device introspection

2018-06-15 Thread Artyom Tarasenko
On Fri, Jun 15, 2018 at 7:15 AM, Thomas Huth wrote: > On 05.04.2018 12:43, Thomas Huth wrote: >> Several devices of the sun4m machines are using _fatal in >> their instance_init function and thus can cause QEMU to abort >> unexpectedly: >> >> $ echo "{'execute':'qmp_capabilities'}"\ >>

Re: [Qemu-devel] [PATCH] hw/sparc/sun4m: Fix problems with device introspection

2018-06-14 Thread Thomas Huth
On 05.04.2018 12:43, Thomas Huth wrote: > Several devices of the sun4m machines are using _fatal in > their instance_init function and thus can cause QEMU to abort > unexpectedly: > > $ echo "{'execute':'qmp_capabilities'}"\ >"{'execute':'device-list-properties',"\ >"

Re: [Qemu-devel] [PATCH] hw/sparc/sun4m: Fix problems with device introspection

2018-04-06 Thread Mark Cave-Ayland
On 05/04/18 11:43, Thomas Huth wrote: Several devices of the sun4m machines are using _fatal in their instance_init function and thus can cause QEMU to abort unexpectedly: $ echo "{'execute':'qmp_capabilities'}"\ "{'execute':'device-list-properties',"\ "

[Qemu-devel] [PATCH] hw/sparc/sun4m: Fix problems with device introspection

2018-04-05 Thread Thomas Huth
Several devices of the sun4m machines are using _fatal in their instance_init function and thus can cause QEMU to abort unexpectedly: $ echo "{'execute':'qmp_capabilities'}"\ "{'execute':'device-list-properties',"\ " 'arguments':{'typename':'openprom'}}" \ |