Re: [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-06-01 Thread Anthony Liguori
On 06/01/2010 02:40 AM, Jan Kiszka wrote: If the QMP cpu command is supported in a QEMU release, can it be phased out later? Better avoid it being rolled out. I agree. All of the per-monitor CPU stuff needs to be eliminated before 0.13 in QMP. Regards, Anthony Liguori That

Re: [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-06-01 Thread Stefan Hajnoczi
On Tue, Jun 1, 2010 at 2:49 PM, Luiz Capitulino wrote: > On Tue, 01 Jun 2010 09:40:44 +0200 > Jan Kiszka wrote: >> That said, first let us merge this documentation as baseline, then fix >> such things (including error documentation) on top of it. > >  Exactly, the goal now is to describe the curr

Re: [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-06-01 Thread Luiz Capitulino
On Tue, 01 Jun 2010 09:40:44 +0200 Jan Kiszka wrote: > Stefan Hajnoczi wrote: > > On Mon, May 31, 2010 at 6:43 PM, Luiz Capitulino > > wrote: > > Hi Luiz, > > > > I'm interested in QMP, have left some feedback. As I get up to speed > > with QMP my questions and suggestions will hopefully be u

Re: [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-06-01 Thread Luiz Capitulino
On Mon, 31 May 2010 21:22:22 +0100 Stefan Hajnoczi wrote: > On Mon, May 31, 2010 at 6:43 PM, Luiz Capitulino > wrote: > Hi Luiz, > > I'm interested in QMP, have left some feedback. As I get up to speed > with QMP my questions and suggestions will hopefully be useful. > Apologies in advance if

Re: [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-06-01 Thread Jan Kiszka
Stefan Hajnoczi wrote: > On Mon, May 31, 2010 at 6:43 PM, Luiz Capitulino > wrote: > Hi Luiz, > > I'm interested in QMP, have left some feedback. As I get up to speed > with QMP my questions and suggestions will hopefully be useful. > Apologies in advance if any of my thoughts here are old news

Re: [Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-05-31 Thread Stefan Hajnoczi
On Mon, May 31, 2010 at 6:43 PM, Luiz Capitulino wrote: Hi Luiz, I'm interested in QMP, have left some feedback. As I get up to speed with QMP my questions and suggestions will hopefully be useful. Apologies in advance if any of my thoughts here are old news and have been discussed elsewhere :).

[Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-05-31 Thread Luiz Capitulino
From: Jan Kiszka One of the most important missing feature in QMP today is its supported commands documentation. The plan is to make it part of self-description support, however self-description is a big task we have been postponing for a long time now and still don't know when it's going to be

[Qemu-devel] [PATCH 2/3] QMP: Introduce commands documentation

2010-05-18 Thread Luiz Capitulino
From: Jan Kiszka One of the most important missing feature in QMP today is its supported commands documentation. The plan is to make it part of self-description support, however self-description is a big task we have been postponing for a long time now and still don't know when it's going to be