Re: [Qemu-devel] [PATCH] Human Monitor: migrate command (without -d) now blocks correctly

2014-02-10 Thread Soramichi AKIYAMA
On Mon, 10 Feb 2014 15:18:03 -0500 Luiz Capitulino wrote: > On Mon, 10 Feb 2014 21:16:30 +0100 > Andreas Färber wrote: > > > Hi Soramichi-san, > > > > Am 27.01.2014 11:46, schrieb Soramichi AKIYAMA: > > > This patch fixes a timing issue that migrate comman

[Qemu-devel] [PATCH] Human Monitor: migrate command (without -d) now blocks correctly

2014-01-27 Thread Soramichi AKIYAMA
migration status is still 'setup' (the status before 'active'), migration command returns immediately even if the user does not specify -d option. Signed-off-by: Soramichi Akiyama --- hmp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmp.c b/hmp.c