Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-06-04 Thread Kevin Wolf
Am 04.06.2013 um 14:40 hat Luiz Capitulino geschrieben: > On Tue, 4 Jun 2013 12:08:23 +0200 > Kevin Wolf wrote: > > > Am 29.05.2013 um 19:51 hat Luiz Capitulino geschrieben: > > > On Wed, 29 May 2013 10:13:42 +0200 > > > Kevin Wolf wrote: > > > > > > > Am 28.05.2013 um 18:07 hat Eric Blake gesc

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-06-04 Thread Luiz Capitulino
On Tue, 4 Jun 2013 14:49:55 +0200 Kevin Wolf wrote: > Am 04.06.2013 um 14:40 hat Luiz Capitulino geschrieben: > > On Tue, 4 Jun 2013 12:08:23 +0200 > > Kevin Wolf wrote: > > > > > Am 29.05.2013 um 19:51 hat Luiz Capitulino geschrieben: > > > > On Wed, 29 May 2013 10:13:42 +0200 > > > > Kevin Wo

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-06-04 Thread Luiz Capitulino
On Tue, 4 Jun 2013 12:08:23 +0200 Kevin Wolf wrote: > Am 29.05.2013 um 19:51 hat Luiz Capitulino geschrieben: > > On Wed, 29 May 2013 10:13:42 +0200 > > Kevin Wolf wrote: > > > > > Am 28.05.2013 um 18:07 hat Eric Blake geschrieben: > > > > On 05/28/2013 09:27 AM, Kevin Wolf wrote: > > > > > The

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-06-04 Thread Kevin Wolf
Am 29.05.2013 um 19:51 hat Luiz Capitulino geschrieben: > On Wed, 29 May 2013 10:13:42 +0200 > Kevin Wolf wrote: > > > Am 28.05.2013 um 18:07 hat Eric Blake geschrieben: > > > On 05/28/2013 09:27 AM, Kevin Wolf wrote: > > > > The QMP version is flagged with a __org.qemu.debug- prefix in order to

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-05-29 Thread Luiz Capitulino
On Wed, 29 May 2013 10:13:42 +0200 Kevin Wolf wrote: > Am 28.05.2013 um 18:07 hat Eric Blake geschrieben: > > On 05/28/2013 09:27 AM, Kevin Wolf wrote: > > > The QMP version is flagged with a __org.qemu.debug- prefix in order to > > > reinforce the statement that qemu-io is for testing and debugg

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-05-29 Thread Eric Blake
On 05/29/2013 02:13 AM, Kevin Wolf wrote: > Am 28.05.2013 um 18:07 hat Eric Blake geschrieben: >> On 05/28/2013 09:27 AM, Kevin Wolf wrote: >>> The QMP version is flagged with a __org.qemu.debug- prefix in order to >>> reinforce the statement that qemu-io is for testing and debugging only, >>> with

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-05-29 Thread Kevin Wolf
Am 28.05.2013 um 18:07 hat Eric Blake geschrieben: > On 05/28/2013 09:27 AM, Kevin Wolf wrote: > > The QMP version is flagged with a __org.qemu.debug- prefix in order to > > reinforce the statement that qemu-io is for testing and debugging only, > > with no API guarantees. > > Correct use of namin

Re: [Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-05-28 Thread Eric Blake
On 05/28/2013 09:27 AM, Kevin Wolf wrote: > The QMP version is flagged with a __org.qemu.debug- prefix in order to > reinforce the statement that qemu-io is for testing and debugging only, > with no API guarantees. Correct use of naming conventions. Hmm, I wonder if the recent addition of an 'abo

[Qemu-devel] [PATCH 16/16] Make qemu-io commands available in the monitor

2013-05-28 Thread Kevin Wolf
The QMP version is flagged with a __org.qemu.debug- prefix in order to reinforce the statement that qemu-io is for testing and debugging only, with no API guarantees. The HMP version is simply called 'qemu-io' for convenience. Signed-off-by: Kevin Wolf --- Makefile | 2 +- Makefile.obj