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

2012-03-16 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

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

2012-03-12 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

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

2012-03-12 Thread Luiz Capitulino
On Mon, 12 Mar 2012 15:49:27 +0200 Alon Levy wrote: > On Mon, Mar 12, 2012 at 10:21:20AM -0300, Luiz Capitulino wrote: > > On Sat, 10 Mar 2012 00:51:29 +0200 > > Alon Levy wrote: > > > > > On Fri, Mar 09, 2012 at 03:13:06PM -0300, Luiz Capitulino wrote: > > > > The migrate command is one of tho

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

2012-03-12 Thread Luiz Capitulino
On Mon, 12 Mar 2012 16:23:01 +0200 Alon Levy wrote: > On Mon, Mar 12, 2012 at 11:01:54AM -0300, Luiz Capitulino wrote: > > On Mon, 12 Mar 2012 15:49:27 +0200 > > Alon Levy wrote: > > > > > On Mon, Mar 12, 2012 at 10:21:20AM -0300, Luiz Capitulino wrote: > > > > On Sat, 10 Mar 2012 00:51:29 +020

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

2012-03-12 Thread Alon Levy
On Mon, Mar 12, 2012 at 11:01:54AM -0300, Luiz Capitulino wrote: > On Mon, 12 Mar 2012 15:49:27 +0200 > Alon Levy wrote: > > > On Mon, Mar 12, 2012 at 10:21:20AM -0300, Luiz Capitulino wrote: > > > On Sat, 10 Mar 2012 00:51:29 +0200 > > > Alon Levy wrote: > > > > > > > On Fri, Mar 09, 2012 at 0

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

2012-03-12 Thread Alon Levy
On Mon, Mar 12, 2012 at 10:21:20AM -0300, Luiz Capitulino wrote: > On Sat, 10 Mar 2012 00:51:29 +0200 > Alon Levy wrote: > > > On Fri, Mar 09, 2012 at 03:13:06PM -0300, Luiz Capitulino wrote: > > > The migrate command is one of those commands where HMP and QMP completely > > > mix up together. Th

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

2012-03-12 Thread Luiz Capitulino
On Sat, 10 Mar 2012 00:51:29 +0200 Alon Levy wrote: > On Fri, Mar 09, 2012 at 03:13:06PM -0300, 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

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

2012-03-09 Thread Alon Levy
On Fri, Mar 09, 2012 at 03:13:06PM -0300, 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 chang

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

2012-03-09 Thread Luiz Capitulino
On Fri, 09 Mar 2012 12:35:32 -0600 Anthony Liguori wrote: > >> +## > >> +# @migrate > >> +# > >> +# Migrates the current running guest to another Virtual Machine. > >> +# > >> +# @uri: the Uniform Resource Identifier of the destination VM > >> +# > >> +# @blk: #optional do block migration (full d

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

2012-03-09 Thread Anthony Liguori
On 03/09/2012 12:26 PM, Eric Blake wrote: On 03/09/2012 11:13 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 firs

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

2012-03-09 Thread Luiz Capitulino
On Fri, 09 Mar 2012 11:26:53 -0700 Eric Blake wrote: > On 03/09/2012 11:13 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

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

2012-03-09 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

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

2012-03-09 Thread Eric Blake
On 03/09/2012 11:13 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