Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command

2015-05-12 Thread Eduardo Habkost
On Tue, May 12, 2015 at 07:42:17PM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > On Tue, May 12, 2015 at 05:38:37PM +0200, Markus Armbruster wrote: > > [...] > >> > @@ -699,8 +701,9 @@ > >> > #data is sent to the client, the guest may no longer be halted. > >> > ## > >> >

Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command

2015-05-12 Thread Markus Armbruster
Eduardo Habkost writes: > On Tue, May 12, 2015 at 05:38:37PM +0200, Markus Armbruster wrote: > [...] >> > @@ -699,8 +701,9 @@ >> > #data is sent to the client, the guest may no longer be halted. >> > ## >> > { 'struct': 'CpuInfo', >> > - 'data': {'CPU': 'int', 'current': 'bool', 'halt

Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command

2015-05-12 Thread Eduardo Habkost
On Tue, May 12, 2015 at 05:38:37PM +0200, Markus Armbruster wrote: [...] > > @@ -699,8 +701,9 @@ > > #data is sent to the client, the guest may no longer be halted. > > ## > > { 'struct': 'CpuInfo', > > - 'data': {'CPU': 'int', 'current': 'bool', 'halted': 'bool', '*pc': 'int', > > -

Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command

2015-05-12 Thread Markus Armbruster
Eduardo Habkost writes: > This will allow clients to query additional information directly using > qom-get on the CPU objects. > > Reviewed-by: David Gibson > Reviewed-by: Andreas Färber > Signed-off-by: Eduardo Habkost > --- > Changes v1 -> v2: > * Renamed field from "qom-path" to "qom_path",

Re: [Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command

2015-05-08 Thread Eric Blake
On 05/08/2015 01:04 PM, Eduardo Habkost wrote: > This will allow clients to query additional information directly using > qom-get on the CPU objects. > > Reviewed-by: David Gibson > Reviewed-by: Andreas Färber > Signed-off-by: Eduardo Habkost > --- > Changes v1 -> v2: > * Renamed field from "qo

[Qemu-devel] [PATCH v2] qmp: Add qom_path field to query-cpus command

2015-05-08 Thread Eduardo Habkost
This will allow clients to query additional information directly using qom-get on the CPU objects. Reviewed-by: David Gibson Reviewed-by: Andreas Färber Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * Renamed field from "qom-path" to "qom_path", to keep consistency with existing CpuInf