Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info

2012-08-22 Thread Anthony Liguori
Eric Blake ebl...@redhat.com writes: On 08/18/2012 05:17 AM, Juan Quintela wrote: Signed-off-by: Juan Quintela quint...@redhat.com --- hmp.c| 4 ++-- migration.c | 6 +++--- qapi-schema.json | 14 +++--- qmp-commands.hx | 6 +++--- 4 files changed, 15

Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info

2012-08-22 Thread Eric Blake
On 08/22/2012 07:22 AM, Anthony Liguori wrote: Just restating things to make sure I'm clear... { 'type': 'MigrationInfo', 'data': {'*status': 'str', '*ram': 'MigrationStats', '*disk': 'MigrationStats', - '*xbzrle-cache': 'XBZRLECacheStats'} } +

Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info

2012-08-21 Thread Luiz Capitulino
On Sat, 18 Aug 2012 07:02:50 -0600 Eric Blake ebl...@redhat.com wrote: On 08/18/2012 05:17 AM, Juan Quintela wrote: Signed-off-by: Juan Quintela quint...@redhat.com --- hmp.c| 4 ++-- migration.c | 6 +++--- qapi-schema.json | 14 +++--- qmp-commands.hx |

Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info

2012-08-21 Thread Juan Quintela
Luiz Capitulino lcapitul...@redhat.com wrote: On Sat, 18 Aug 2012 07:02:50 -0600 Eric Blake ebl...@redhat.com wrote: I can cherry-pick this into the qmp branch. Juan, I can also fix myself the problem I pointed out above if that works for you. I very much preffer that. But what to do with

Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info

2012-08-21 Thread Luiz Capitulino
On Tue, 21 Aug 2012 17:00:20 +0200 Juan Quintela quint...@redhat.com wrote: Luiz Capitulino lcapitul...@redhat.com wrote: On Sat, 18 Aug 2012 07:02:50 -0600 Eric Blake ebl...@redhat.com wrote: I can cherry-pick this into the qmp branch. Juan, I can also fix myself the problem I

[Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info

2012-08-18 Thread Eric Blake
On 08/18/2012 05:17 AM, Juan Quintela wrote: Signed-off-by: Juan Quintela quint...@redhat.com --- hmp.c| 4 ++-- migration.c | 6 +++--- qapi-schema.json | 14 +++--- qmp-commands.hx | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) +++