Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-22 Thread Eduardo Habkost
On Mon, May 22, 2017 at 09:17:58AM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > On Thu, May 18, 2017 at 01:59:53PM +0200, Markus Armbruster wrote: > >> Eduardo Habkost writes: > >> > >> > Currently there's no way for QMP clients to

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-22 Thread Markus Armbruster
Eduardo Habkost writes: > On Thu, May 18, 2017 at 01:59:53PM +0200, Markus Armbruster wrote: >> Eduardo Habkost writes: >> >> > Currently there's no way for QMP clients to get a list of device types >> > that are really usable with -device. This

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-19 Thread Eduardo Habkost
On Thu, May 18, 2017 at 01:59:53PM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > Currently there's no way for QMP clients to get a list of device types > > that are really usable with -device. This information would be useful > > for management software

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-18 Thread Markus Armbruster
Eduardo Habkost writes: > Currently there's no way for QMP clients to get a list of device types > that are really usable with -device. This information would be useful > for management software and test scripts (like the device-crash-test > script I have submitted

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-17 Thread Eduardo Habkost
On Wed, May 17, 2017 at 05:00:29PM -0500, Eric Blake wrote: > On 05/17/2017 04:25 PM, Eduardo Habkost wrote: > > Currently there's no way for QMP clients to get a list of device types > > that are really usable with -device. This information would be useful > > for management software and test

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-17 Thread Eric Blake
On 05/17/2017 04:25 PM, Eduardo Habkost wrote: > Currently there's no way for QMP clients to get a list of device types > that are really usable with -device. This information would be useful > for management software and test scripts (like the device-crash-test > script I have submitted

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-17 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 20170517212547.4767-1-ehabk...@redhat.com Subject: [Qemu-devel] [RFC] qmp: Return 'user_creatable

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-17 Thread Eduardo Habkost
On Wed, May 17, 2017 at 02:28:25PM -0700, no-re...@patchew.org wrote: [...] > CC qmp.o > CC hmp.o > /var/tmp/patchew-tester-tmp-3wn9eneh/src/qmp.c: In function > ‘qom_list_types_tramp’: > /var/tmp/patchew-tester-tmp-3wn9eneh/src/qmp.c:452:22: error: ‘DeviceClass > {aka struct

Re: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-17 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Message-id: 20170517212547.4767-1-ehabk...@redhat.com Type: series Subject: [Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types === TEST SCRIPT BEGIN === #!/bin/bash # Tes

[Qemu-devel] [RFC] qmp: Return 'user_creatable' & 'hotpluggable' fields on qom-list-types

2017-05-17 Thread Eduardo Habkost
Currently there's no way for QMP clients to get a list of device types that are really usable with -device. This information would be useful for management software and test scripts (like the device-crash-test script I have submitted recently). Interestingly, the "info qdm" HMP command provides