Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Michal Novotny
On 04/09/2013 03:42 PM, Luiz Capitulino wrote: > On Tue, 09 Apr 2013 15:32:57 +0200 > Michal Novotny wrote: > >> On 04/09/2013 03:15 PM, Luiz Capitulino wrote: >>> On Tue, 09 Apr 2013 15:09:21 +0200 >>> Michal Novotny wrote: >>> On 04/09/2013 03:06 PM, Luiz Capitulino wrote: > On Mon, 0

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Luiz Capitulino
On Tue, 09 Apr 2013 15:32:57 +0200 Michal Novotny wrote: > > On 04/09/2013 03:15 PM, Luiz Capitulino wrote: > > On Tue, 09 Apr 2013 15:09:21 +0200 > > Michal Novotny wrote: > > > >> On 04/09/2013 03:06 PM, Luiz Capitulino wrote: > >>> On Mon, 08 Apr 2013 11:14:32 -0600 > >>> Eric Blake wrote:

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Michal Novotny
On 04/09/2013 03:15 PM, Luiz Capitulino wrote: > On Tue, 09 Apr 2013 15:09:21 +0200 > Michal Novotny wrote: > >> On 04/09/2013 03:06 PM, Luiz Capitulino wrote: >>> On Mon, 08 Apr 2013 11:14:32 -0600 >>> Eric Blake wrote: >>> On 04/08/2013 10:41 AM, Michal Novotny wrote: > Alter the quer

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Luiz Capitulino
On Tue, 09 Apr 2013 15:09:21 +0200 Michal Novotny wrote: > > On 04/09/2013 03:06 PM, Luiz Capitulino wrote: > > On Mon, 08 Apr 2013 11:14:32 -0600 > > Eric Blake wrote: > > > >> On 04/08/2013 10:41 AM, Michal Novotny wrote: > >>> Alter the query-machines QMP command to output information about

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Peter Krempa
On 04/09/13 15:06, Luiz Capitulino wrote: On Mon, 08 Apr 2013 11:14:32 -0600 Eric Blake wrote: On 04/08/2013 10:41 AM, Michal Novotny wrote: Alter the query-machines QMP command to output information about maximum number of CPUs for each machine type with default value set to 1 in case the nu

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Michal Novotny
On 04/09/2013 03:06 PM, Luiz Capitulino wrote: > On Mon, 08 Apr 2013 11:14:32 -0600 > Eric Blake wrote: > >> On 04/08/2013 10:41 AM, Michal Novotny wrote: >>> Alter the query-machines QMP command to output information about >>> maximum number of CPUs for each machine type with default value >>> s

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-09 Thread Luiz Capitulino
On Mon, 08 Apr 2013 11:14:32 -0600 Eric Blake wrote: > On 04/08/2013 10:41 AM, Michal Novotny wrote: > > Alter the query-machines QMP command to output information about > > maximum number of CPUs for each machine type with default value > > set to 1 in case the number of max_cpus is not set. > >

Re: [Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-08 Thread Eric Blake
On 04/08/2013 10:41 AM, Michal Novotny wrote: > Alter the query-machines QMP command to output information about > maximum number of CPUs for each machine type with default value > set to 1 in case the number of max_cpus is not set. > > Signed-off-by: Michal Novotny > --- > qapi-schema.json | 4

[Qemu-devel] [PATCH v2] New cpu-max field in query-machines QMP command output

2013-04-08 Thread Michal Novotny
Alter the query-machines QMP command to output information about maximum number of CPUs for each machine type with default value set to 1 in case the number of max_cpus is not set. Signed-off-by: Michal Novotny --- qapi-schema.json | 4 +++- vl.c | 1 + 2 files changed, 4 insertions(