Re: [Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-26 Thread Luiz Capitulino
On Tue, 25 May 2010 13:51:01 -0500 Anthony Liguori wrote: > On 05/25/2010 01:31 PM, Luiz Capitulino wrote: > > On Tue, 25 May 2010 16:21:03 +0200 > > Juan Quintela wrote: > > > > > >> They are emitted when migration starts, ends, has a failure or is canceled. > >> > >> Signed-off-by: Juan Qu

Re: [Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-25 Thread Anthony Liguori
On 05/25/2010 01:31 PM, Luiz Capitulino wrote: On Tue, 25 May 2010 16:21:03 +0200 Juan Quintela wrote: They are emitted when migration starts, ends, has a failure or is canceled. Signed-off-by: Juan Quintela --- QMP/qmp-events.txt | 50 +

Re: [Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-25 Thread Luiz Capitulino
On Tue, 25 May 2010 16:21:03 +0200 Juan Quintela wrote: > They are emitted when migration starts, ends, has a failure or is canceled. > > Signed-off-by: Juan Quintela > --- > QMP/qmp-events.txt | 50 ++ > monitor.c | 12

Re: [Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-25 Thread Daniel P. Berrange
On Tue, May 25, 2010 at 10:09:55AM -0500, Anthony Liguori wrote: > On 05/25/2010 09:21 AM, Juan Quintela wrote: > >They are emitted when migration starts, ends, has a failure or is canceled. > > > >+Data: None > >+ > >+Example: > >+ > >+{ "event": "MIGRATION_CANCELED", > >+"timestamp": {"second

Re: [Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-25 Thread Anthony Liguori
On 05/25/2010 09:21 AM, Juan Quintela wrote: They are emitted when migration starts, ends, has a failure or is canceled. Signed-off-by: Juan Quintela --- QMP/qmp-events.txt | 50 ++ monitor.c | 12 monitor.h |

[Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-25 Thread Juan Quintela
They are emitted when migration starts, ends, has a failure or is canceled. Signed-off-by: Juan Quintela --- QMP/qmp-events.txt | 50 ++ monitor.c | 12 monitor.h |4 3 files changed, 66 insertions(+), 0

[Qemu-devel] [PATCH 3/5] QMP: Introduce MIGRATION events

2010-05-24 Thread Juan Quintela
They are emitted when migration starts, ends, has a failure or is canceled. Signed-off-by: Juan Quintela --- QMP/qmp-events.txt | 50 ++ monitor.c | 12 monitor.h |4 3 files changed, 66 insertions(+), 0