Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Luiz Capitulino
On Wed, 15 Feb 2012 10:01:22 -0600 Michael Roth wrote: > On Wed, Feb 15, 2012 at 02:25:49PM +0100, Juan Quintela wrote: > > Luiz Capitulino wrote: > > > The migrate command is one of those commands where HMP and QMP completely > > > mix up together. This made the conversion to the QAPI (which se

Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Michael Roth
On Wed, Feb 15, 2012 at 02:25:49PM +0100, Juan Quintela wrote: > Luiz Capitulino wrote: > > The migrate command is one of those commands where HMP and QMP completely > > mix up together. This made the conversion to the QAPI (which separates the > > command into QMP and HMP parts) a bit difficult.

Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Jan Kiszka
On 2012-02-15 14:31, Jan Kiszka wrote: > On 2012-02-10 20:31, Luiz Capitulino wrote: >> The migrate command is one of those commands where HMP and QMP completely >> mix up together. This made the conversion to the QAPI (which separates the >> command into QMP and HMP parts) a bit difficult. >> >> T

Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Jan Kiszka
On 2012-02-10 20:31, Luiz Capitulino wrote: > The migrate command is one of those commands where HMP and QMP completely > mix up together. This made the conversion to the QAPI (which separates the > command into QMP and HMP parts) a bit difficult. > > The first important change to be noticed is th

Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Juan Quintela
Luiz Capitulino wrote: > The migrate command is one of those commands where HMP and QMP completely > mix up together. This made the conversion to the QAPI (which separates the > command into QMP and HMP parts) a bit difficult. > > The first important change to be noticed is that this commit comple

Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Luiz Capitulino
On Wed, 15 Feb 2012 17:07:16 +0800 Wen Congyang wrote: > At 02/11/2012 03:31 AM, Luiz Capitulino Wrote: > > The migrate command is one of those commands where HMP and QMP completely > > mix up together. This made the conversion to the QAPI (which separates the > > command into QMP and HMP parts)

Re: [Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-15 Thread Wen Congyang
At 02/11/2012 03:31 AM, Luiz Capitulino Wrote: > The migrate command is one of those commands where HMP and QMP completely > mix up together. This made the conversion to the QAPI (which separates the > command into QMP and HMP parts) a bit difficult. > > The first important change to be noticed is

[Qemu-devel] [PATCH 6/6] qapi: Convert migrate

2012-02-10 Thread Luiz Capitulino
The migrate command is one of those commands where HMP and QMP completely mix up together. This made the conversion to the QAPI (which separates the command into QMP and HMP parts) a bit difficult. The first important change to be noticed is that this commit completes the removal of the Monitor ob