Re: [Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command

2016-06-21 Thread David Hildenbrand
> On Tue, Jun 21, 2016 at 02:52:54PM +0200, David Hildenbrand wrote: > > > On Tue, Jun 21, 2016 at 08:20:40AM +0200, David Hildenbrand wrote: > > > > > Add QMP command to allow management software to query for > > > > > CPU information for the running host. > > > > > > > > > > The data returned

Re: [Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command

2016-06-21 Thread Eduardo Habkost
On Tue, Jun 21, 2016 at 02:52:54PM +0200, David Hildenbrand wrote: > > On Tue, Jun 21, 2016 at 08:20:40AM +0200, David Hildenbrand wrote: > > > > Add QMP command to allow management software to query for > > > > CPU information for the running host. > > > > > > > > The data returned by the command

Re: [Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command

2016-06-21 Thread David Hildenbrand
> On Tue, Jun 21, 2016 at 08:20:40AM +0200, David Hildenbrand wrote: > > > Add QMP command to allow management software to query for > > > CPU information for the running host. > > > > > > The data returned by the command is in the form of a dictionary > > > of QOM properties. > > > > > > This se

Re: [Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command

2016-06-21 Thread Eduardo Habkost
On Tue, Jun 21, 2016 at 08:20:40AM +0200, David Hildenbrand wrote: > > Add QMP command to allow management software to query for > > CPU information for the running host. > > > > The data returned by the command is in the form of a dictionary > > of QOM properties. > > > > This series depends on

Re: [Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command

2016-06-20 Thread David Hildenbrand
> Add QMP command to allow management software to query for > CPU information for the running host. > > The data returned by the command is in the form of a dictionary > of QOM properties. > > This series depends on the "Add runnability info to > query-cpu-definitions" series I sent 2 weeks ago.

[Qemu-devel] [PATCH 0/3] qmp: query-host-cpu command

2016-06-20 Thread Eduardo Habkost
Add QMP command to allow management software to query for CPU information for the running host. The data returned by the command is in the form of a dictionary of QOM properties. This series depends on the "Add runnability info to query-cpu-definitions" series I sent 2 weeks ago. Git tree: htt