Re: [Qemu-devel] [PATCH] migration: ensure htab_save_first completes after timeout

2016-02-10 Thread David Gibson
On Wed, Feb 10, 2016 at 10:20:40AM -0800, Jianjun Duan wrote: > htab_save_first_pass could return without finishing its work due to > timeout. The patch checks if another invocation of it is necessary and > will call it in htab_save_complete if necessary. > > Signed-off-by: Jianjun Duan Looks go

Re: [Qemu-devel] [PATCH] migration: ensure htab_save_first completes after timeout

2016-02-10 Thread Michael Roth
Quoting Jianjun Duan (2016-02-10 12:20:40) > htab_save_first_pass could return without finishing its work due to > timeout. The patch checks if another invocation of it is necessary and > will call it in htab_save_complete if necessary. > > Signed-off-by: Jianjun Duan Reviewed-by: Michael Roth

[Qemu-devel] [PATCH] migration: ensure htab_save_first completes after timeout

2016-02-10 Thread Jianjun Duan
htab_save_first_pass could return without finishing its work due to timeout. The patch checks if another invocation of it is necessary and will call it in htab_save_complete if necessary. Signed-off-by: Jianjun Duan --- hw/ppc/spapr.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) d