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

2015-05-12 Thread Markus Armbruster
Eduardo Habkost ehabk...@redhat.com 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',

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 ehabk...@redhat.com 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 ehabk...@redhat.com writes: This will allow clients to query additional information directly using qom-get on the CPU objects. Reviewed-by: David Gibson da...@gibson.dropbear.id.au Reviewed-by: Andreas Färber afaer...@suse.de Signed-off-by: Eduardo Habkost

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', -

[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 da...@gibson.dropbear.id.au Reviewed-by: Andreas Färber afaer...@suse.de Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- Changes v1 - v2: * Renamed field from

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 da...@gibson.dropbear.id.au Reviewed-by: Andreas Färber afaer...@suse.de Signed-off-by: Eduardo Habkost