Re: [Qemu-devel] [RFC v2 00/20] qmp: Report bus information on 'query-machines'

2016-11-29 Thread Eduardo Habkost
On Fri, Nov 25, 2016 at 08:05:36PM -0200, Eduardo Habkost wrote: [...] > Example output > -- > > TODO: update it. I've forgot to update it. Here it is: { "return": [ { "cpu-max": 1, "hotpluggable-cpus": false, "name": "none"

[Qemu-devel] [RFC v2 00/20] qmp: Report bus information on 'query-machines'

2016-11-25 Thread Eduardo Habkost
Changes v1 -> v2: * v1 series subject was: "qmp: Report supported device types on 'query-machines'" * Now we return additional bus information: bus ID, bus type, and the list of accepted device types on each bus * Now hotplug can be covered because accepted-device-types can be set by individu