Re: [Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx

2013-08-20 Thread Orit Wasserman
On 08/19/2013 09:41 PM, Luiz Capitulino wrote: > On Mon, 12 Aug 2013 10:19:52 -0400 > Luiz Capitulino wrote: > >> On Thu, 8 Aug 2013 20:05:48 +0300 >> Orit Wasserman wrote: >> >>> "ram" is present also when migration completes. >>> expected-downtime, total-time and downtime are no longer part o

Re: [Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx

2013-08-19 Thread Luiz Capitulino
On Mon, 12 Aug 2013 10:19:52 -0400 Luiz Capitulino wrote: > On Thu, 8 Aug 2013 20:05:48 +0300 > Orit Wasserman wrote: > > > "ram" is present also when migration completes. > > expected-downtime, total-time and downtime are no longer part of "ram" data. > > > > Signed-off-by: Orit Wasserman >

Re: [Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx

2013-08-12 Thread Luiz Capitulino
On Thu, 8 Aug 2013 20:05:48 +0300 Orit Wasserman wrote: > "ram" is present also when migration completes. > expected-downtime, total-time and downtime are no longer part of "ram" data. > > Signed-off-by: Orit Wasserman Applied to the qmp branch, thanks. > --- > qmp-commands.hx | 20

Re: [Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx

2013-08-08 Thread Michael R. Hines
On 08/08/2013 02:41 PM, Eric Blake wrote: On 08/08/2013 11:05 AM, Orit Wasserman wrote: "ram" is present also when migration completes. expected-downtime, total-time and downtime are no longer part of "ram" data. Signed-off-by: Orit Wasserman --- qmp-commands.hx | 20 ++-- 1

Re: [Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx

2013-08-08 Thread Eric Blake
On 08/08/2013 11:05 AM, Orit Wasserman wrote: > "ram" is present also when migration completes. > expected-downtime, total-time and downtime are no longer part of "ram" data. > > Signed-off-by: Orit Wasserman > --- > qmp-commands.hx | 20 ++-- > 1 file changed, 10 insertions(+),

[Qemu-devel] [PATCH v2] Fix query-migrate documentation in qmp-commands.hx

2013-08-08 Thread Orit Wasserman
"ram" is present also when migration completes. expected-downtime, total-time and downtime are no longer part of "ram" data. Signed-off-by: Orit Wasserman --- qmp-commands.hx | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/qmp-commands.hx b/qmp-commands