Re: [Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command

2016-02-01 Thread Igor Mammedov
On Mon, 1 Feb 2016 14:13:58 +0530 Bharata B Rao wrote: > On Fri, Jan 29, 2016 at 04:45:06PM +0100, Igor Mammedov wrote: > > On Thu, 28 Jan 2016 11:19:54 +0530 > > Bharata B Rao wrote: > > > > > Show the details of PPC CPU cores via a new QMP command. > > > > > > TODO: update qmp-commands.hx

Re: [Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command

2016-02-01 Thread Bharata B Rao
On Fri, Jan 29, 2016 at 04:45:06PM +0100, Igor Mammedov wrote: > On Thu, 28 Jan 2016 11:19:54 +0530 > Bharata B Rao wrote: > > > Show the details of PPC CPU cores via a new QMP command. > > > > TODO: update qmp-commands.hx with example > > > > Signed-off-by: Bharata B Rao > > --- > > hw/ppc/c

Re: [Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command

2016-01-29 Thread Igor Mammedov
On Thu, 28 Jan 2016 11:19:54 +0530 Bharata B Rao wrote: > Show the details of PPC CPU cores via a new QMP command. > > TODO: update qmp-commands.hx with example > > Signed-off-by: Bharata B Rao > --- > hw/ppc/cpu-core.c | 77 > + > qapi-s

Re: [Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command

2016-01-28 Thread Bharata B Rao
On Thu, Jan 28, 2016 at 01:52:26PM -0700, Eric Blake wrote: > On 01/27/2016 10:49 PM, Bharata B Rao wrote: > > Show the details of PPC CPU cores via a new QMP command. > > > > TODO: update qmp-commands.hx with example > > Is this a stale comment? [1] Yes, I missed removing it after I put the exa

Re: [Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command

2016-01-28 Thread Eric Blake
On 01/27/2016 10:49 PM, Bharata B Rao wrote: > Show the details of PPC CPU cores via a new QMP command. > > TODO: update qmp-commands.hx with example Is this a stale comment? [1] > > Signed-off-by: Bharata B Rao > --- > #include > +#include > #include "qemu/error-report.h" > +#include "qm

[Qemu-devel] [PATCH v7 12/13] qmp: Add query-ppc-cpu-cores command

2016-01-27 Thread Bharata B Rao
Show the details of PPC CPU cores via a new QMP command. TODO: update qmp-commands.hx with example Signed-off-by: Bharata B Rao --- hw/ppc/cpu-core.c | 77 + qapi-schema.json| 31 + qmp-commands.hx