Re: [Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-08 Thread Eduardo Habkost
On Fri, May 08, 2015 at 04:46:42PM +0200, Andreas Färber wrote: > Am 08.05.2015 um 16:36 schrieb Eduardo Habkost: > > On Fri, May 08, 2015 at 08:51:45AM -0400, Luiz Capitulino wrote: > >> On Mon, 4 May 2015 16:09:58 -0300 > >> Eduardo Habkost wrote: > >> > >>> This will allow clients to query add

Re: [Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-08 Thread Andreas Färber
Am 08.05.2015 um 16:36 schrieb Eduardo Habkost: > On Fri, May 08, 2015 at 08:51:45AM -0400, Luiz Capitulino wrote: >> On Mon, 4 May 2015 16:09:58 -0300 >> Eduardo Habkost wrote: >> >>> This will allow clients to query additional information directly using >>> qom-get on the CPU objects. >> >> Edu

Re: [Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-08 Thread Eduardo Habkost
On Fri, May 08, 2015 at 08:51:45AM -0400, Luiz Capitulino wrote: > On Mon, 4 May 2015 16:09:58 -0300 > Eduardo Habkost wrote: > > > This will allow clients to query additional information directly using > > qom-get on the CPU objects. > > Eduardo, I'm not applying this patch this time because E

Re: [Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-08 Thread Luiz Capitulino
On Mon, 4 May 2015 16:09:58 -0300 Eduardo Habkost wrote: > This will allow clients to query additional information directly using > qom-get on the CPU objects. Eduardo, I'm not applying this patch this time because Eric's comments have to be addressed. > > Signed-off-by: Eduardo Habkost > --

Re: [Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-05 Thread David Gibson
On Mon, May 04, 2015 at 04:09:58PM -0300, Eduardo Habkost wrote: > This will allow clients to query additional information directly using > qom-get on the CPU objects. > > Signed-off-by: Eduardo Habkost I'm not sure if it's the only way to accomplish what we need in these new schemes, but it see

Re: [Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-04 Thread Eric Blake
On 05/04/2015 01:09 PM, Eduardo Habkost wrote: > This will allow clients to query additional information directly using > qom-get on the CPU objects. > > Signed-off-by: Eduardo Habkost > --- > Reference to previous discussion: > > Date: Mon, 4 May 2015 15:37:40 -0300 > From: Eduardo Habkost

[Qemu-devel] [PATCH] qmp: Add qom-path field to query-cpus command

2015-05-04 Thread Eduardo Habkost
This will allow clients to query additional information directly using qom-get on the CPU objects. Signed-off-by: Eduardo Habkost --- Reference to previous discussion: Date: Mon, 4 May 2015 15:37:40 -0300 From: Eduardo Habkost Message-ID: <20150504183740.gm17...@thinpad.lan.raisama.net>